chore: update deps
This commit is contained in:
parent
878995238e
commit
a78589bbd5
14
package.json
14
package.json
@ -7,7 +7,7 @@
|
||||
"preview-https": "serve dist"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vueuse/core": "^4.9.0",
|
||||
"@vueuse/core": "^4.9.1",
|
||||
"@vueuse/head": "^0.5.1",
|
||||
"nprogress": "^0.2.0",
|
||||
"prism-theme-vars": "^0.2.2",
|
||||
@ -17,7 +17,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^0.6.4",
|
||||
"@iconify/json": "^1.1.335",
|
||||
"@iconify/json": "^1.1.337",
|
||||
"@intlify/vite-plugin-vue-i18n": "^2.1.2",
|
||||
"@types/nprogress": "^0.2.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.22.0",
|
||||
@ -28,17 +28,17 @@
|
||||
"eslint": "^7.25.0",
|
||||
"https-localhost": "^4.6.4",
|
||||
"markdown-it-prism": "^2.1.6",
|
||||
"pnpm": "^6.2.2",
|
||||
"pnpm": "^6.2.4",
|
||||
"typescript": "^4.2.4",
|
||||
"vite": "^2.2.3",
|
||||
"vite-plugin-components": "^0.8.4",
|
||||
"vite-plugin-icons": "^0.5.0",
|
||||
"vite-plugin-md": "^0.6.3",
|
||||
"vite-plugin-pages": "^0.10.0",
|
||||
"vite-plugin-pwa": "^0.7.2",
|
||||
"vite-plugin-pwa": "^0.7.3",
|
||||
"vite-plugin-vue-layouts": "^0.2.2",
|
||||
"vite-plugin-windicss": "^0.15.7",
|
||||
"vite-ssg": "^0.9.2",
|
||||
"vue-tsc": "^0.0.25"
|
||||
"vite-plugin-windicss": "^0.15.10",
|
||||
"vite-ssg": "^0.9.3",
|
||||
"vue-tsc": "^0.0.26"
|
||||
}
|
||||
}
|
||||
|
166
pnpm-lock.yaml
166
pnpm-lock.yaml
@ -2,21 +2,21 @@ lockfileVersion: 5.3
|
||||
|
||||
specifiers:
|
||||
'@antfu/eslint-config': ^0.6.4
|
||||
'@iconify/json': ^1.1.335
|
||||
'@iconify/json': ^1.1.337
|
||||
'@intlify/vite-plugin-vue-i18n': ^2.1.2
|
||||
'@types/nprogress': ^0.2.0
|
||||
'@typescript-eslint/eslint-plugin': ^4.22.0
|
||||
'@vitejs/plugin-vue': ^1.2.2
|
||||
'@vue/compiler-sfc': ^3.0.11
|
||||
'@vue/server-renderer': ^3.0.11
|
||||
'@vueuse/core': ^4.9.0
|
||||
'@vueuse/core': ^4.9.1
|
||||
'@vueuse/head': ^0.5.1
|
||||
cross-env: ^7.0.3
|
||||
eslint: ^7.25.0
|
||||
https-localhost: ^4.6.4
|
||||
markdown-it-prism: ^2.1.6
|
||||
nprogress: ^0.2.0
|
||||
pnpm: ^6.2.2
|
||||
pnpm: ^6.2.4
|
||||
prism-theme-vars: ^0.2.2
|
||||
typescript: ^4.2.4
|
||||
vite: ^2.2.3
|
||||
@ -24,16 +24,17 @@ specifiers:
|
||||
vite-plugin-icons: ^0.5.0
|
||||
vite-plugin-md: ^0.6.3
|
||||
vite-plugin-pages: ^0.10.0
|
||||
vite-plugin-pwa: ^0.7.2
|
||||
vite-plugin-pwa: ^0.7.3
|
||||
vite-plugin-vue-layouts: ^0.2.2
|
||||
vite-plugin-windicss: ^0.15.7
|
||||
vite-ssg: ^0.9.2
|
||||
vite-plugin-windicss: ^0.15.10
|
||||
vite-ssg: ^0.9.3
|
||||
vue: ^3.0.11
|
||||
vue-i18n: ^9.1.6
|
||||
vue-router: ^4.0.6
|
||||
vue-tsc: ^0.0.26
|
||||
|
||||
dependencies:
|
||||
'@vueuse/core': 4.9.0_vue@3.0.11
|
||||
'@vueuse/core': 4.9.1_vue@3.0.11
|
||||
'@vueuse/head': 0.5.1_vue@3.0.11
|
||||
nprogress: 0.2.0
|
||||
prism-theme-vars: 0.2.2
|
||||
@ -43,7 +44,7 @@ dependencies:
|
||||
|
||||
devDependencies:
|
||||
'@antfu/eslint-config': 0.6.4_eslint@7.25.0+typescript@4.2.4
|
||||
'@iconify/json': 1.1.335
|
||||
'@iconify/json': 1.1.337
|
||||
'@intlify/vite-plugin-vue-i18n': 2.1.2_vite@2.2.3+vue-i18n@9.1.6
|
||||
'@types/nprogress': 0.2.0
|
||||
'@typescript-eslint/eslint-plugin': 4.22.0_eslint@7.25.0+typescript@4.2.4
|
||||
@ -54,17 +55,18 @@ devDependencies:
|
||||
eslint: 7.25.0
|
||||
https-localhost: 4.6.4
|
||||
markdown-it-prism: 2.1.6
|
||||
pnpm: 6.2.2
|
||||
pnpm: 6.2.4
|
||||
typescript: 4.2.4
|
||||
vite: 2.2.3
|
||||
vite-plugin-components: 0.8.4_vite@2.2.3
|
||||
vite-plugin-icons: 0.5.0_68285259574601e84c8dff0f86e760ff
|
||||
vite-plugin-icons: 0.5.0_e650ddc391fb9681c71b66ede7499a16
|
||||
vite-plugin-md: 0.6.3_vite@2.2.3
|
||||
vite-plugin-pages: 0.10.0_8cd74be53f81ed683d32be064bcfe770
|
||||
vite-plugin-pwa: 0.7.2_vite@2.2.3
|
||||
vite-plugin-pwa: 0.7.3_vite@2.2.3
|
||||
vite-plugin-vue-layouts: 0.2.2_vite@2.2.3
|
||||
vite-plugin-windicss: 0.15.7_vite@2.2.3
|
||||
vite-ssg: 0.9.2_9095378e3867e0ae7932f9889ee838bc
|
||||
vite-plugin-windicss: 0.15.10_vite@2.2.3
|
||||
vite-ssg: 0.9.3_9095378e3867e0ae7932f9889ee838bc
|
||||
vue-tsc: 0.0.26
|
||||
|
||||
packages:
|
||||
|
||||
@ -264,7 +266,7 @@ packages:
|
||||
'@babel/helper-module-imports': 7.13.12
|
||||
'@babel/helper-plugin-utils': 7.13.0
|
||||
'@babel/traverse': 7.13.17
|
||||
debug: 4.3.2
|
||||
debug: 4.3.1
|
||||
lodash.debounce: 4.0.8
|
||||
resolve: 1.20.0
|
||||
semver: 6.3.0
|
||||
@ -1191,8 +1193,8 @@ packages:
|
||||
resolution: {integrity: sha512-LFelJDOLZ6JHlmlAkgrvmcu4hpNPB91KYcr4f60D/exzU1eNOb4/KCVHIydGHIQFaOacIOD+Xy+B7P1z812cZg==}
|
||||
dev: true
|
||||
|
||||
/@iconify/json/1.1.335:
|
||||
resolution: {integrity: sha512-Bbi2CjwCrK1Ndsg/0hnyKyQfZCIGwqV+TykZ2F+CX4FQmFq+cWfPm/K0s9CrAyUQLR8V36rK5jzuSRPkZPn8tQ==}
|
||||
/@iconify/json/1.1.337:
|
||||
resolution: {integrity: sha512-XS/63HwJNHnHtyEiOMDaOsSWaAYEZUcKL1w/Yy5f2EuSMBVicTwbnUNpQPZ45BJ+uIPeXGN9SlOMaYYBM2Vmew==}
|
||||
dev: true
|
||||
|
||||
/@intlify/cli/0.4.0:
|
||||
@ -1633,10 +1635,10 @@ packages:
|
||||
/@vue/shared/3.0.11:
|
||||
resolution: {integrity: sha512-b+zB8A2so8eCE0JsxjL24J7vdGl8rzPQ09hZNhystm+KqSbKcAej1A+Hbva1rCMmTTqA+hFnUSDc5kouEo0JzA==}
|
||||
|
||||
/@vueuse/core/4.9.0_vue@3.0.11:
|
||||
resolution: {integrity: sha512-vkGB6T9IgsdvbEyEVLaNu+JlMXonqx/mUX5El1u252ZTOa9khsVIAWWEMfxFyXz245V2hJi+O+TZv6rwyHbOLg==}
|
||||
/@vueuse/core/4.9.1_vue@3.0.11:
|
||||
resolution: {integrity: sha512-BmmEEaistQqNsGlmmpwS2fRkzpf/2riBnUAmm4uDOj4ZDUpssCvCyTeOoIGbZYg92Hzaz0YF9qSeE7megjYLCg==}
|
||||
dependencies:
|
||||
'@vueuse/shared': 4.9.0_vue@3.0.11
|
||||
'@vueuse/shared': 4.9.1_vue@3.0.11
|
||||
vue-demi: 0.7.5_vue@3.0.11
|
||||
transitivePeerDependencies:
|
||||
- '@vue/composition-api'
|
||||
@ -1651,8 +1653,8 @@ packages:
|
||||
vue: 3.0.11
|
||||
dev: false
|
||||
|
||||
/@vueuse/shared/4.9.0_vue@3.0.11:
|
||||
resolution: {integrity: sha512-u5bSe39llw2DjGerZjFK/jv04sF3G1BX5t4aRat1s+9hzm8mEB55uorqA3VxCgTFMNyc0sactZhj6YIzYdG0dg==}
|
||||
/@vueuse/shared/4.9.1_vue@3.0.11:
|
||||
resolution: {integrity: sha512-5jj+/Ve7e82LP4OFpU8jBRhjC7QGUxI95U2m4bB2BGuWA8v6r2EVV7AVkU/rXZ5EvRoYkAnUs8jWRCj0QlD6XQ==}
|
||||
dependencies:
|
||||
vue-demi: 0.7.5_vue@3.0.11
|
||||
transitivePeerDependencies:
|
||||
@ -1660,8 +1662,8 @@ packages:
|
||||
- vue
|
||||
dev: false
|
||||
|
||||
/@windicss/plugin-utils/0.15.7:
|
||||
resolution: {integrity: sha512-++2POqhrvL589Xv8X6ZX7sCG2Jb9rzbbGQCvClhoOxhPFFkPuLnZtGB+KIa2l1QarPXUQCaSjQ+zxFiu6IgI/g==}
|
||||
/@windicss/plugin-utils/0.15.10:
|
||||
resolution: {integrity: sha512-xhC/d2oqjN1XEjXzG1+8YLOXiktIq3kPXOH3Rv0XOGdmN27XV7eur5g/yXE0fQ8xGrrzOijUb3qAItTgCO1hFA==}
|
||||
dependencies:
|
||||
debug: 4.3.2
|
||||
fast-glob: 3.2.5
|
||||
@ -1921,6 +1923,11 @@ packages:
|
||||
tweetnacl: 0.14.5
|
||||
dev: true
|
||||
|
||||
/big-integer/1.6.48:
|
||||
resolution: {integrity: sha512-j51egjPa7/i+RdiRuJbPdJ2FIUYYPhvYLjzoYbcMMm62ooO6F94fETG4MTs46zPAF9Brs04OajboA/qTGuz78w==}
|
||||
engines: {node: '>=0.6'}
|
||||
dev: true
|
||||
|
||||
/big.js/5.2.2:
|
||||
resolution: {integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==}
|
||||
dev: true
|
||||
@ -1930,6 +1937,17 @@ packages:
|
||||
engines: {node: '>=8'}
|
||||
dev: true
|
||||
|
||||
/binary/0.3.0:
|
||||
resolution: {integrity: sha1-n2BVO8XOjDOG87VTz/R0Yq3sqnk=}
|
||||
dependencies:
|
||||
buffers: 0.1.1
|
||||
chainsaw: 0.1.0
|
||||
dev: true
|
||||
|
||||
/bluebird/3.4.7:
|
||||
resolution: {integrity: sha1-9y12C+Cbf3bQjtj66Ysomo0F+rM=}
|
||||
dev: true
|
||||
|
||||
/bluebird/3.7.2:
|
||||
resolution: {integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==}
|
||||
dev: true
|
||||
@ -1984,6 +2002,16 @@ packages:
|
||||
resolution: {integrity: sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==}
|
||||
dev: true
|
||||
|
||||
/buffer-indexof-polyfill/1.0.2:
|
||||
resolution: {integrity: sha512-I7wzHwA3t1/lwXQh+A5PbNvJxgfo5r3xulgpYDB5zckTu/Z9oUK9biouBKQUjEqzaz3HnAT6TYoovmE+GqSf7A==}
|
||||
engines: {node: '>=0.10'}
|
||||
dev: true
|
||||
|
||||
/buffers/0.1.1:
|
||||
resolution: {integrity: sha1-skV5w77U1tOWru5tmorn9Ugqt7s=}
|
||||
engines: {node: '>=0.2.0'}
|
||||
dev: true
|
||||
|
||||
/builtin-modules/3.2.0:
|
||||
resolution: {integrity: sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA==}
|
||||
engines: {node: '>=6'}
|
||||
@ -2026,6 +2054,12 @@ packages:
|
||||
resolution: {integrity: sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=}
|
||||
dev: true
|
||||
|
||||
/chainsaw/0.1.0:
|
||||
resolution: {integrity: sha1-XqtQsor+WAdNDVgpE4iCi15fvJg=}
|
||||
dependencies:
|
||||
traverse: 0.3.9
|
||||
dev: true
|
||||
|
||||
/chalk/2.4.2:
|
||||
resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==}
|
||||
engines: {node: '>=4'}
|
||||
@ -2439,6 +2473,12 @@ packages:
|
||||
domhandler: 4.2.0
|
||||
dev: true
|
||||
|
||||
/duplexer2/0.1.4:
|
||||
resolution: {integrity: sha1-ixLauHjA1p4+eJEFFmKjL8a93ME=}
|
||||
dependencies:
|
||||
readable-stream: 2.3.7
|
||||
dev: true
|
||||
|
||||
/ecc-jsbn/0.1.2:
|
||||
resolution: {integrity: sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=}
|
||||
dependencies:
|
||||
@ -3100,6 +3140,16 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/fstream/1.0.12:
|
||||
resolution: {integrity: sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==}
|
||||
engines: {node: '>=0.6'}
|
||||
dependencies:
|
||||
graceful-fs: 4.2.6
|
||||
inherits: 2.0.4
|
||||
mkdirp: 0.5.5
|
||||
rimraf: 2.7.1
|
||||
dev: true
|
||||
|
||||
/function-bind/1.1.1:
|
||||
resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==}
|
||||
dev: true
|
||||
@ -3786,6 +3836,10 @@ packages:
|
||||
uc.micro: 1.0.6
|
||||
dev: true
|
||||
|
||||
/listenercount/1.0.1:
|
||||
resolution: {integrity: sha1-hMinKrWcRyUyFIDJdeZQg0LnCTc=}
|
||||
dev: true
|
||||
|
||||
/load-json-file/2.0.0:
|
||||
resolution: {integrity: sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=}
|
||||
engines: {node: '>=4'}
|
||||
@ -3969,6 +4023,13 @@ packages:
|
||||
resolution: {integrity: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==}
|
||||
dev: true
|
||||
|
||||
/mkdirp/0.5.5:
|
||||
resolution: {integrity: sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
minimist: 1.2.5
|
||||
dev: true
|
||||
|
||||
/ms/2.0.0:
|
||||
resolution: {integrity: sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=}
|
||||
dev: true
|
||||
@ -4307,8 +4368,8 @@ packages:
|
||||
engines: {node: '>=4'}
|
||||
dev: true
|
||||
|
||||
/pnpm/6.2.2:
|
||||
resolution: {integrity: sha512-Gb8tXUDurgjYuJ8cJDReHVxlFyk6+Q0kN9j/UABiWrVQRiwCMCKeMplWnlwdeI9DvVnf3qwjkgEZdVHAL5gxVw==}
|
||||
/pnpm/6.2.4:
|
||||
resolution: {integrity: sha512-lrNH/xa/pJECv7yS1PyRsRVA5wHbsO4KD5Jtm0iLczurRnAa8HF0OiYDUVIqbJj4PuD0jvrlE73zcLLdQm46dg==}
|
||||
engines: {node: '>=12.17'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
@ -4714,6 +4775,13 @@ packages:
|
||||
engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
|
||||
dev: true
|
||||
|
||||
/rimraf/2.7.1:
|
||||
resolution: {integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
glob: 7.1.6
|
||||
dev: true
|
||||
|
||||
/rimraf/3.0.2:
|
||||
resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==}
|
||||
hasBin: true
|
||||
@ -4847,6 +4915,10 @@ packages:
|
||||
send: 0.17.1
|
||||
dev: true
|
||||
|
||||
/setimmediate/1.0.5:
|
||||
resolution: {integrity: sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=}
|
||||
dev: true
|
||||
|
||||
/setprototypeof/1.1.1:
|
||||
resolution: {integrity: sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==}
|
||||
dev: true
|
||||
@ -5223,6 +5295,10 @@ packages:
|
||||
punycode: 2.1.1
|
||||
dev: true
|
||||
|
||||
/traverse/0.3.9:
|
||||
resolution: {integrity: sha1-cXuPIgzAu3tE5AUUwisui7xw2Lk=}
|
||||
dev: true
|
||||
|
||||
/ts-interface-checker/0.1.13:
|
||||
resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
|
||||
dev: true
|
||||
@ -5372,6 +5448,21 @@ packages:
|
||||
engines: {node: '>= 0.8'}
|
||||
dev: true
|
||||
|
||||
/unzipper/0.10.11:
|
||||
resolution: {integrity: sha512-+BrAq2oFqWod5IESRjL3S8baohbevGcVA+teAIOYWM3pDVdseogqbzhhvvmiyQrUNKFUnDMtELW3X8ykbyDCJw==}
|
||||
dependencies:
|
||||
big-integer: 1.6.48
|
||||
binary: 0.3.0
|
||||
bluebird: 3.4.7
|
||||
buffer-indexof-polyfill: 1.0.2
|
||||
duplexer2: 0.1.4
|
||||
fstream: 1.0.12
|
||||
graceful-fs: 4.2.6
|
||||
listenercount: 1.0.1
|
||||
readable-stream: 2.3.7
|
||||
setimmediate: 1.0.5
|
||||
dev: true
|
||||
|
||||
/upath/1.2.0:
|
||||
resolution: {integrity: sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==}
|
||||
engines: {node: '>=4'}
|
||||
@ -5440,14 +5531,14 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vite-plugin-icons/0.5.0_68285259574601e84c8dff0f86e760ff:
|
||||
/vite-plugin-icons/0.5.0_e650ddc391fb9681c71b66ede7499a16:
|
||||
resolution: {integrity: sha512-YsnoYixkp0HVIx6SvQWTyXXiWBCfc9gtKx3iqyPmN4fsE5hf7NvPp1LKiIazilP+zRUvHEyNeEbH4y6wUX8jMw==}
|
||||
peerDependencies:
|
||||
'@iconify/json': '*'
|
||||
'@vue/compiler-sfc': ^3.0.2
|
||||
vue-template-compiler: ^2.6.12
|
||||
dependencies:
|
||||
'@iconify/json': 1.1.335
|
||||
'@iconify/json': 1.1.337
|
||||
'@iconify/json-tools': 1.0.10
|
||||
'@vue/compiler-sfc': 3.0.11_vue@3.0.11
|
||||
vue-template-es2015-compiler: 1.9.1
|
||||
@ -5484,8 +5575,8 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vite-plugin-pwa/0.7.2_vite@2.2.3:
|
||||
resolution: {integrity: sha512-F8yAH3lJxyXS9Qv8aThdqyB4zaMGad8rcdAJCj4c+ogKCmoQExA/2Acwd5nUq2g66mlXJYIRhMwMczCOdEjAIw==}
|
||||
/vite-plugin-pwa/0.7.3_vite@2.2.3:
|
||||
resolution: {integrity: sha512-RgGJW02OxRxziNKYTUtWXr9hF+Px6jcdyMN7IkuOOV9WcFaJQCKb3Pxqizb8GMjIBLtjEebwa0XbKXWDFhZWjw==}
|
||||
peerDependencies:
|
||||
vite: ^2.0.0
|
||||
dependencies:
|
||||
@ -5516,12 +5607,12 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vite-plugin-windicss/0.15.7_vite@2.2.3:
|
||||
resolution: {integrity: sha512-RYASJYA6l2p3MgQ6M6GU44zP0iC5cBkuTJhhrmHaRREleL9fNpblBwdS0lbvcr5Q4LT6AGpmmTlF50iIwo3JkQ==}
|
||||
/vite-plugin-windicss/0.15.10_vite@2.2.3:
|
||||
resolution: {integrity: sha512-6thupz/vOt6XTIHZGRd8vVwjmC+8/FNgdhZGfyp2gnkPxC4SKUa4wZFpLBhirw+ApP8vdm9oVpe2liBZdQIwIg==}
|
||||
peerDependencies:
|
||||
vite: ^2.0.1
|
||||
dependencies:
|
||||
'@windicss/plugin-utils': 0.15.7
|
||||
'@windicss/plugin-utils': 0.15.10
|
||||
chalk: 4.1.1
|
||||
debug: 4.3.2
|
||||
vite: 2.2.3
|
||||
@ -5530,8 +5621,8 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vite-ssg/0.9.2_9095378e3867e0ae7932f9889ee838bc:
|
||||
resolution: {integrity: sha512-iOYuagPYjJxKdD0gHENqsdg9nUGlAE1uzfeT4vbSX8/xpwKKZe1cA/VjgsyXwvmaB1wO10jlyzBt2w4l7vSy/g==}
|
||||
/vite-ssg/0.9.3_9095378e3867e0ae7932f9889ee838bc:
|
||||
resolution: {integrity: sha512-v0UvHwPbw/XkFGhoKtROCazjxoR4COTWYFWhSGCgvcyjcT82jTowyuKVAuY7Ic9VwTZUNe0SBBcOxN4nGS+tpg==}
|
||||
engines: {node: '>=14.0.0'}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
@ -5628,6 +5719,13 @@ packages:
|
||||
resolution: {integrity: sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==}
|
||||
dev: true
|
||||
|
||||
/vue-tsc/0.0.26:
|
||||
resolution: {integrity: sha512-UtHrHPBp7mAFN0GfsPYUPWROCGAQMl/HYTGOJy5ufPzCMt5h0kS2HOgfj4qbLSUzuYsfBqTxEj2unuNrlbbvxA==}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
unzipper: 0.10.11
|
||||
dev: true
|
||||
|
||||
/vue/3.0.11:
|
||||
resolution: {integrity: sha512-3/eUi4InQz8MPzruHYSTQPxtM3LdZ1/S/BvaU021zBnZi0laRUyH6pfuE4wtUeLvI8wmUNwj5wrZFvbHUXL9dw==}
|
||||
dependencies:
|
||||
|
Loading…
Reference in New Issue
Block a user