From 97f146150c7c4d06ea8bcf5a1a450ea5c8b14212 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Thu, 11 Mar 2021 15:44:02 +0800 Subject: [PATCH] chore: update deps --- package.json | 4 +- pnpm-lock.yaml | 116 +++++++++++++++++++++++++++++++++++-------------- 2 files changed, 85 insertions(+), 35 deletions(-) diff --git a/package.json b/package.json index 6777652..dca6993 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dev": "vite --port 3333 --open" }, "dependencies": { - "@vueuse/core": "^4.3.4", + "@vueuse/core": "^4.3.5", "@vueuse/head": "^0.5.1", "nprogress": "^0.2.0", "prism-theme-vars": "^0.2.0", @@ -34,7 +34,7 @@ "vite-plugin-pages": "^0.7.0", "vite-plugin-pwa": "^0.5.6", "vite-plugin-vue-layouts": "^0.2.2", - "vite-plugin-windicss": "^0.7.2", + "vite-plugin-windicss": "^0.8.1", "vite-ssg": "^0.8.12" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 64ea499..2144d56 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,5 +1,5 @@ dependencies: - '@vueuse/core': 4.3.4_vue@3.0.7 + '@vueuse/core': 4.3.5_vue@3.0.7 '@vueuse/head': 0.5.1_vue@3.0.7 nprogress: 0.2.0 prism-theme-vars: 0.2.0 @@ -27,7 +27,7 @@ devDependencies: vite-plugin-pages: 0.7.0_vite@2.0.5+vue@3.0.7 vite-plugin-pwa: 0.5.6 vite-plugin-vue-layouts: 0.2.2_vite@2.0.5 - vite-plugin-windicss: 0.7.2_vite@2.0.5 + vite-plugin-windicss: 0.8.1_vite@2.0.5 vite-ssg: 0.8.12_18905f36e6473b2437d75bf1bd2c1afc lockfileVersion: 5.2 packages: @@ -1534,15 +1534,15 @@ packages: /@vue/shared/3.0.7: resolution: integrity: sha512-dn5FyfSc4ky424jH4FntiHno7Ss5yLkqKNmM/NXwANRnlkmqu74pnGetexDFVG5phMk9/FhwovUZCWGxsotVKg== - /@vueuse/core/4.3.4_vue@3.0.7: + /@vueuse/core/4.3.5_vue@3.0.7: dependencies: - '@vueuse/shared': 4.3.4_vue@3.0.7 + '@vueuse/shared': 4.3.5_vue@3.0.7 vue-demi: 0.7.1_vue@3.0.7 dev: false peerDependencies: vue: '*' resolution: - integrity: sha512-OKMJNdQltsMu8l9MMQ0qvjKK4kO5x0tHveqn6ypWcSQ/NSSMRcUynbE4G404DM52Adg3aFtgrirXcM4uoM6cjg== + integrity: sha512-9oBR7892aQyuMOFlQe7kFa/Ab6/R2OwLTap4RRPeih7LvwW1eiuhVDwG0nCameJjjBKZNV013n6RiRrSCJ9t5w== /@vueuse/head/0.5.1_vue@3.0.7: dependencies: vue: 3.0.7 @@ -1551,24 +1551,23 @@ packages: vue: '>=3' resolution: integrity: sha512-xt6qgtItb4z/7vp664opQc0c2+ZoU9itMfvpmg4+h0uJcEnhl7LYxO4V+G8H7EVki7SyXDIFMfoCiCFaJrArmg== - /@vueuse/shared/4.3.4_vue@3.0.7: + /@vueuse/shared/4.3.5_vue@3.0.7: dependencies: vue-demi: 0.7.1_vue@3.0.7 dev: false peerDependencies: vue: '*' resolution: - integrity: sha512-O1PxiG8cSD4YQKHJXWAeBVVTJNpBwCse7TkTsMqqLzqOjP2apbncfPzOcYJHVR5NkUXmtvPBIWAQuRavXKmHSw== - /@windicss/plugin-utils/0.7.2: + integrity: sha512-+AkucPD6Fs03fonj0dAfZb6PovDXzxM2OKj368Y20dMda1a1CG/2b1ztpExP1IfETOjusOY4kfCZvTCk1Q/rtA== + /@windicss/plugin-utils/0.8.1: dependencies: - esbuild: 0.8.57 - esbuild-register: 2.2.0_esbuild@0.8.57 fast-glob: 3.2.5 micromatch: 4.0.2 - windicss: 2.3.1 + sucrase: 3.17.1 + windicss: 2.4.0 dev: true resolution: - integrity: sha512-4znRERKhhStIOFy1/eB0rJXnXs+NyumBREjh0GZVMoHVmUB9up08tNUpbbq3tlJC96t27VsD4vdfv00T+It/IA== + integrity: sha512-SLNtmKuzu3ZbbDUWjJL33s+pn06Pat0iEA6zh0Lbg2z+YI444WWDLT+Ou2NgkjkVL7t2CVc7Ie2PzrgmLO6Bbw== /abab/2.0.5: dev: true resolution: @@ -1654,6 +1653,10 @@ packages: node: '>=8' resolution: integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== + /any-promise/1.3.0: + dev: true + resolution: + integrity: sha1-q8av7tzqUugJzcA3au0845Y10X8= /anymatch/3.1.1: dependencies: normalize-path: 3.0.0 @@ -2000,6 +2003,12 @@ packages: dev: true resolution: integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== + /commander/4.1.1: + dev: true + engines: + node: '>= 6' + resolution: + integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA== /common-tags/1.8.0: dev: true engines: @@ -2368,15 +2377,6 @@ packages: node: '>= 0.4' resolution: integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA== - /esbuild-register/2.2.0_esbuild@0.8.57: - dependencies: - esbuild: 0.8.57 - jsonc-parser: 3.0.0 - dev: true - peerDependencies: - esbuild: '>=0.8.31' - resolution: - integrity: sha512-27039YMtpC3lI8yYGGm78SAQBtBo/4IPMReWVsNh4++VtvozmasBd1a2HiTdk0297iuA2pMzrzvL5cZJqQCKxQ== /esbuild/0.8.57: dev: true hasBin: true @@ -3492,10 +3492,6 @@ packages: dev: true resolution: integrity: sha512-8WlcrtXwiio5/E1J1cpaeBW5jFTHMcFLmlqOhQTbta0kn5hiOM/B56tky/ZJQP7SyHhpVj3zDvaXkVyedYi/LA== - /jsonc-parser/3.0.0: - dev: true - resolution: - integrity: sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA== /jsonfile/6.1.0: dependencies: universalify: 2.0.0 @@ -3734,6 +3730,14 @@ packages: dev: true resolution: integrity: sha512-0ZIR9PasPxGXmRsEF8jsDzndzHDj7tIav+JUmvIFB/WHswliFnquxECT/De7GR4yg99ky/NlRKJT82G1y271bw== + /mz/2.7.0: + dependencies: + any-promise: 1.3.0 + object-assign: 4.1.1 + thenify-all: 1.6.0 + dev: true + resolution: + integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q== /nanoid/3.1.20: dev: true engines: @@ -3751,6 +3755,12 @@ packages: dev: true resolution: integrity: sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ== + /node-modules-regexp/1.0.0: + dev: true + engines: + node: '>=0.10.0' + resolution: + integrity: sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA= /node-releases/1.1.71: dev: true resolution: @@ -4022,6 +4032,14 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-7RQaasBDqEnqWISY59yosVMw6Qw= + /pirates/4.0.1: + dependencies: + node-modules-regexp: 1.0.0 + dev: true + engines: + node: '>= 6' + resolution: + integrity: sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA== /pkg-dir/2.0.0: dependencies: find-up: 2.1.0 @@ -4730,6 +4748,20 @@ packages: node: '>=8' resolution: integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== + /sucrase/3.17.1: + dependencies: + commander: 4.1.1 + glob: 7.1.6 + lines-and-columns: 1.1.6 + mz: 2.7.0 + pirates: 4.0.1 + ts-interface-checker: 0.1.13 + dev: true + engines: + node: '>=8' + hasBin: true + resolution: + integrity: sha512-04cNLFAhS4NBG2Z/MTkLY6HdoBsqErv3wCncymFlfFtnpMthurlWYML2RlID4M2BbiJSu1eZdQnE8Lcz4PCe2g== /supports-color/5.5.0: dependencies: has-flag: 3.0.0 @@ -4793,6 +4825,20 @@ packages: dev: true resolution: integrity: sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= + /thenify-all/1.6.0: + dependencies: + thenify: 3.3.1 + dev: true + engines: + node: '>=0.8' + resolution: + integrity: sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY= + /thenify/3.3.1: + dependencies: + any-promise: 1.3.0 + dev: true + resolution: + integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw== /tiny-emitter/2.1.0: dev: true optional: true @@ -4844,6 +4890,10 @@ packages: node: '>=8' resolution: integrity: sha512-3n1qG+/5kg+jrbTzwAykB5yRYtQCTqOGKq5U5PE3b0a1/mzo6snDhjGS0zJVJunO0NrT3Dg1MLy5TjWP/UJppg== + /ts-interface-checker/0.1.13: + dev: true + resolution: + integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA== /tsconfig-paths/3.9.0: dependencies: '@types/json5': 0.0.29 @@ -5115,16 +5165,16 @@ packages: vite: ^2.0.0-beta.65 resolution: integrity: sha512-I5BfkCHwHV1WlbJE1ps2r6vwTo3N5QpLks3UpGa8XHcmHW03lavvJkdfjBpagI1bUQGEwWjLowFisG0Q/NJq3A== - /vite-plugin-windicss/0.7.2_vite@2.0.5: + /vite-plugin-windicss/0.8.1_vite@2.0.5: dependencies: - '@windicss/plugin-utils': 0.7.2 + '@windicss/plugin-utils': 0.8.1 vite: 2.0.5 - windicss: 2.3.1 + windicss: 2.4.0 dev: true peerDependencies: vite: ^2.0.1 resolution: - integrity: sha512-U6N8ljy7meqLkq8aENb3VXKr93Vzp1pU5zwhJr7HmGi+42Wv4i8r7+7BW6WRS4Ght4SAMzFuzIGq9RLPzoZ2Jg== + integrity: sha512-jd8tGG/kiQO7xs19jmQkIJa69TC+o9ohzIWVqaU3Z4rxESCgCND/qL28BFzYi2/Uy2PHjIOeAbrLRvD12E6DYw== /vite-ssg/0.8.12_18905f36e6473b2437d75bf1bd2c1afc: dependencies: '@vue/compiler-sfc': 3.0.7_vue@3.0.7 @@ -5327,13 +5377,13 @@ packages: hasBin: true resolution: integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== - /windicss/2.3.1: + /windicss/2.4.0: dev: true engines: node: '>= 12' hasBin: true resolution: - integrity: sha512-srYre86Qlwfb3pRqslFOEq9U9H+zrT6DIuV4DkTj8+JO1+yy8CrksDYqTUXr2985k+ORF0mj5YJMVjoKCuCQTg== + integrity: sha512-EcGkGnZpuoH0r/hNuj4GLheb9Lg3P+s5KOHUZU63zkl6yoMQNAwTvNXai7OjylbXLFDEWii7SAJbwQIFxE56qQ== /word-wrap/1.2.3: dev: true engines: @@ -5590,7 +5640,7 @@ specifiers: '@vitejs/plugin-vue': ^1.1.5 '@vue/compiler-sfc': ^3.0.7 '@vue/server-renderer': ^3.0.7 - '@vueuse/core': ^4.3.4 + '@vueuse/core': ^4.3.5 '@vueuse/head': ^0.5.1 cross-env: ^7.0.3 eslint: ^7.21.0 @@ -5606,7 +5656,7 @@ specifiers: vite-plugin-pages: ^0.7.0 vite-plugin-pwa: ^0.5.6 vite-plugin-vue-layouts: ^0.2.2 - vite-plugin-windicss: ^0.7.2 + vite-plugin-windicss: ^0.8.1 vite-ssg: ^0.8.12 vue: ^3.0.7 vue-i18n: ^9.0.0