mirror of
https://gitee.com/fantastic-admin/basic.git
synced 2024-12-04 04:57:53 +08:00
更新依赖
This commit is contained in:
parent
6d45383ac6
commit
d213a094da
18
package.json
18
package.json
@ -19,12 +19,12 @@
|
||||
"dependencies": {
|
||||
"@element-plus/icons-vue": "^1.1.4",
|
||||
"@tinymce/tinymce-vue": "^4.0.7",
|
||||
"@vueuse/core": "^8.2.3",
|
||||
"@vueuse/integrations": "^8.2.3",
|
||||
"@vueuse/core": "^8.2.5",
|
||||
"@vueuse/integrations": "^8.2.5",
|
||||
"axios": "^0.26.1",
|
||||
"dayjs": "^1.11.0",
|
||||
"element-plus": "^2.1.7",
|
||||
"hotkeys-js": "^3.8.7",
|
||||
"element-plus": "^2.1.9",
|
||||
"hotkeys-js": "^3.8.9",
|
||||
"js-cookie": "^3.0.1",
|
||||
"mavon-editor": "^3.0.0-beta",
|
||||
"mitt": "^3.0.0",
|
||||
@ -43,23 +43,23 @@
|
||||
"@vitejs/plugin-vue": "^2.3.1",
|
||||
"@vitejs/plugin-vue-jsx": "^1.3.9",
|
||||
"@vue/compiler-sfc": "^3.2.31",
|
||||
"eslint": "^8.12.0",
|
||||
"eslint-plugin-vue": "^8.5.0",
|
||||
"eslint": "^8.13.0",
|
||||
"eslint-plugin-vue": "^8.6.0",
|
||||
"http-server": "^14.1.0",
|
||||
"husky": "^7.0.4",
|
||||
"lint-staged": "^12.3.7",
|
||||
"plop": "^3.0.5",
|
||||
"postcss-html": "^1.3.0",
|
||||
"postcss-scss": "^4.0.3",
|
||||
"sass": "^1.49.11",
|
||||
"sass": "^1.50.0",
|
||||
"stylelint": "^14.6.1",
|
||||
"stylelint-config-recommended-scss": "^6.0.0",
|
||||
"stylelint-config-recommended-vue": "^1.4.0",
|
||||
"stylelint-config-standard": "^25.0.0",
|
||||
"stylelint-scss": "^4.2.0",
|
||||
"svgo": "^2.8.0",
|
||||
"unplugin-auto-import": "^0.6.9",
|
||||
"unplugin-vue-components": "^0.18.5",
|
||||
"unplugin-auto-import": "^0.7.0",
|
||||
"unplugin-vue-components": "^0.19.2",
|
||||
"vite": "^2.9.1",
|
||||
"vite-plugin-banner": "^0.2.0",
|
||||
"vite-plugin-compression": "^0.5.1",
|
||||
|
194
pnpm-lock.yaml
194
pnpm-lock.yaml
@ -6,14 +6,14 @@ specifiers:
|
||||
'@vitejs/plugin-vue': ^2.3.1
|
||||
'@vitejs/plugin-vue-jsx': ^1.3.9
|
||||
'@vue/compiler-sfc': ^3.2.31
|
||||
'@vueuse/core': ^8.2.3
|
||||
'@vueuse/integrations': ^8.2.3
|
||||
'@vueuse/core': ^8.2.5
|
||||
'@vueuse/integrations': ^8.2.5
|
||||
axios: ^0.26.1
|
||||
dayjs: ^1.11.0
|
||||
element-plus: ^2.1.7
|
||||
eslint: ^8.12.0
|
||||
eslint-plugin-vue: ^8.5.0
|
||||
hotkeys-js: ^3.8.7
|
||||
element-plus: ^2.1.9
|
||||
eslint: ^8.13.0
|
||||
eslint-plugin-vue: ^8.6.0
|
||||
hotkeys-js: ^3.8.9
|
||||
http-server: ^14.1.0
|
||||
husky: ^7.0.4
|
||||
js-cookie: ^3.0.1
|
||||
@ -30,7 +30,7 @@ specifiers:
|
||||
postcss-html: ^1.3.0
|
||||
postcss-scss: ^4.0.3
|
||||
qs: ^6.10.3
|
||||
sass: ^1.49.11
|
||||
sass: ^1.50.0
|
||||
stylelint: ^14.6.1
|
||||
stylelint-config-recommended-scss: ^6.0.0
|
||||
stylelint-config-recommended-vue: ^1.4.0
|
||||
@ -38,8 +38,8 @@ specifiers:
|
||||
stylelint-scss: ^4.2.0
|
||||
svgo: ^2.8.0
|
||||
tinymce: ^5.10.3
|
||||
unplugin-auto-import: ^0.6.9
|
||||
unplugin-vue-components: ^0.18.5
|
||||
unplugin-auto-import: ^0.7.0
|
||||
unplugin-vue-components: ^0.19.2
|
||||
vite: ^2.9.1
|
||||
vite-plugin-banner: ^0.2.0
|
||||
vite-plugin-compression: ^0.5.1
|
||||
@ -58,12 +58,12 @@ specifiers:
|
||||
dependencies:
|
||||
'@element-plus/icons-vue': 1.1.4_vue@3.2.31
|
||||
'@tinymce/tinymce-vue': 4.0.7_vue@3.2.31
|
||||
'@vueuse/core': 8.2.3_vue@3.2.31
|
||||
'@vueuse/integrations': 8.2.3_40cc5a525b140f1e193f5c9c15f87189
|
||||
'@vueuse/core': 8.2.5_vue@3.2.31
|
||||
'@vueuse/integrations': 8.2.5_40cc5a525b140f1e193f5c9c15f87189
|
||||
axios: 0.26.1
|
||||
dayjs: 1.11.0
|
||||
element-plus: 2.1.7_vue@3.2.31
|
||||
hotkeys-js: 3.8.7
|
||||
element-plus: 2.1.9_vue@3.2.31
|
||||
hotkeys-js: 3.8.9
|
||||
js-cookie: 3.0.1
|
||||
mavon-editor: 3.0.0-beta
|
||||
mitt: 3.0.0
|
||||
@ -82,24 +82,24 @@ devDependencies:
|
||||
'@vitejs/plugin-vue': 2.3.1_vite@2.9.1+vue@3.2.31
|
||||
'@vitejs/plugin-vue-jsx': 1.3.9
|
||||
'@vue/compiler-sfc': 3.2.31
|
||||
eslint: 8.12.0
|
||||
eslint-plugin-vue: 8.5.0_eslint@8.12.0
|
||||
eslint: 8.13.0
|
||||
eslint-plugin-vue: 8.6.0_eslint@8.13.0
|
||||
http-server: 14.1.0
|
||||
husky: 7.0.4
|
||||
lint-staged: 12.3.7
|
||||
plop: 3.0.5
|
||||
postcss-html: 1.3.0
|
||||
postcss-scss: 4.0.3
|
||||
sass: 1.49.11
|
||||
sass: 1.50.0
|
||||
stylelint: 14.6.1
|
||||
stylelint-config-recommended-scss: 6.0.0_stylelint@14.6.1
|
||||
stylelint-config-recommended-vue: 1.4.0_50484b26a38601352aaf9ea7986ae8a8
|
||||
stylelint-config-standard: 25.0.0_stylelint@14.6.1
|
||||
stylelint-scss: 4.2.0_stylelint@14.6.1
|
||||
svgo: 2.8.0
|
||||
unplugin-auto-import: 0.6.9_@vueuse+core@8.2.3+vite@2.9.1
|
||||
unplugin-vue-components: 0.18.5_vite@2.9.1+vue@3.2.31
|
||||
vite: 2.9.1_sass@1.49.11
|
||||
unplugin-auto-import: 0.7.0_@vueuse+core@8.2.5+vite@2.9.1
|
||||
unplugin-vue-components: 0.19.2_vite@2.9.1+vue@3.2.31
|
||||
vite: 2.9.1_sass@1.50.0
|
||||
vite-plugin-banner: 0.2.0
|
||||
vite-plugin-compression: 0.5.1_vite@2.9.1
|
||||
vite-plugin-html: 3.2.0_vite@2.9.1
|
||||
@ -110,7 +110,7 @@ devDependencies:
|
||||
vite-plugin-svg-icons: 2.0.1_vite@2.9.1
|
||||
vite-plugin-vue-layouts: 0.6.0_7751236df27102a4c49ccda658860b98
|
||||
vite-plugin-vue-setup-extend: 0.4.0_vite@2.9.1
|
||||
vue-eslint-parser: 8.3.0_eslint@8.12.0
|
||||
vue-eslint-parser: 8.3.0_eslint@8.13.0
|
||||
|
||||
packages:
|
||||
|
||||
@ -121,8 +121,8 @@ packages:
|
||||
'@jridgewell/trace-mapping': 0.3.4
|
||||
dev: true
|
||||
|
||||
/@antfu/utils/0.5.0:
|
||||
resolution: {integrity: sha512-MrAQ/MrPSxbh1bBrmwJjORfJymw4IqSHFBXqvxaga3ZdDM+/zokYF8DjyJpSjY2QmpmgQrajDUBJOWrYeARfzA==}
|
||||
/@antfu/utils/0.5.1:
|
||||
resolution: {integrity: sha512-8Afo0+xvYe1K8Wm4xHTymfTkpzy36aaqDvhXIayUwl+mecMG9Xzl3XjXa6swG6Bk8FBeQ646RyvmsYt6+2Be9g==}
|
||||
dev: true
|
||||
|
||||
/@babel/code-frame/7.16.7:
|
||||
@ -616,6 +616,16 @@ packages:
|
||||
'@types/node': 17.0.13
|
||||
dev: true
|
||||
|
||||
/@types/lodash-es/4.17.6:
|
||||
resolution: {integrity: sha512-R+zTeVUKDdfoRxpAryaQNRKk3105Rrgx2CFRClIgRGaqDTdjsm8h6IYA8ir584W3ePzkZfst5xIgDwYrlh9HLg==}
|
||||
dependencies:
|
||||
'@types/lodash': 4.14.181
|
||||
dev: false
|
||||
|
||||
/@types/lodash/4.14.181:
|
||||
resolution: {integrity: sha512-n3tyKthHJbkiWhDZs3DkhkCzt2MexYHXlX0td5iMplyfwketaOeKboEVBqzceH7juqvEg3q5oUoBFxSLu7zFag==}
|
||||
dev: false
|
||||
|
||||
/@types/minimist/1.2.2:
|
||||
resolution: {integrity: sha1-7nceK6Sz3Fs3KTXVSf2WF780W4w=, tarball: '@types/minimist/download/@types/minimist-1.2.2.tgz'}
|
||||
dev: true
|
||||
@ -675,7 +685,7 @@ packages:
|
||||
vite: ^2.5.10
|
||||
vue: ^3.2.25
|
||||
dependencies:
|
||||
vite: 2.9.1_sass@1.49.11
|
||||
vite: 2.9.1_sass@1.50.0
|
||||
vue: 3.2.31
|
||||
dev: true
|
||||
|
||||
@ -785,8 +795,8 @@ packages:
|
||||
/@vue/shared/3.2.31:
|
||||
resolution: {integrity: sha512-ymN2pj6zEjiKJZbrf98UM2pfDd6F2H7ksKw7NDt/ZZ1fh5Ei39X5tABugtT03ZRlWd9imccoK0hE8hpjpU7irQ==}
|
||||
|
||||
/@vueuse/core/8.2.3_vue@3.2.31:
|
||||
resolution: {integrity: sha512-bz6XroFRFOIGzhAHcnTfjtAQNkNcSELKPoSSUGROwYfOgTnaVyq7iKhgwdeRNom3y9q+a60RlhD35oJaGsXDHA==}
|
||||
/@vueuse/core/8.2.5_vue@3.2.31:
|
||||
resolution: {integrity: sha512-5prZAA1Ji2ltwNUnzreu6WIXYqHYP/9U2BiY5mD/650VYLpVcwVlYznJDFcLCmEWI3o3Vd34oS1FUf+6Mh68GQ==}
|
||||
peerDependencies:
|
||||
'@vue/composition-api': ^1.1.0
|
||||
vue: ^2.6.0 || ^3.2.0
|
||||
@ -796,14 +806,14 @@ packages:
|
||||
vue:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@vueuse/metadata': 8.2.3
|
||||
'@vueuse/shared': 8.2.3_vue@3.2.31
|
||||
'@vueuse/metadata': 8.2.5
|
||||
'@vueuse/shared': 8.2.5_vue@3.2.31
|
||||
vue: 3.2.31
|
||||
vue-demi: 0.12.2_vue@3.2.31
|
||||
dev: false
|
||||
|
||||
/@vueuse/integrations/8.2.3_40cc5a525b140f1e193f5c9c15f87189:
|
||||
resolution: {integrity: sha512-8sqr9WckDGxaTyvbbgMBSThtreh3xbj9SXUspPR+0aXV1BZuOd6hEdYuvQQxGUtvRI15gNZsHgI43FFSH09tJA==}
|
||||
/@vueuse/integrations/8.2.5_40cc5a525b140f1e193f5c9c15f87189:
|
||||
resolution: {integrity: sha512-WR+srOGkl+zTKBQhfEtAJ7ZkCBTKVs+cW9/BYl0tfZv2v7BjaLQveZROBX9mRwJV4zOOLYjaOxGfrzMoygZBaQ==}
|
||||
peerDependencies:
|
||||
axios: '*'
|
||||
change-case: '*'
|
||||
@ -832,8 +842,8 @@ packages:
|
||||
universal-cookie:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@vueuse/core': 8.2.3_vue@3.2.31
|
||||
'@vueuse/shared': 8.2.3_vue@3.2.31
|
||||
'@vueuse/core': 8.2.5_vue@3.2.31
|
||||
'@vueuse/shared': 8.2.5_vue@3.2.31
|
||||
axios: 0.26.1
|
||||
nprogress: 0.2.0
|
||||
vue-demi: 0.12.2_vue@3.2.31
|
||||
@ -842,12 +852,12 @@ packages:
|
||||
- vue
|
||||
dev: false
|
||||
|
||||
/@vueuse/metadata/8.2.3:
|
||||
resolution: {integrity: sha512-xH5256Bn6hBYvQWoaCBagpeCrzJmeEeWnyDDkwVFhx7+pLOe4I6gsMHie3yJoowK9AN/D7JLTtEBbWvvBi5TOA==}
|
||||
/@vueuse/metadata/8.2.5:
|
||||
resolution: {integrity: sha512-Lk9plJjh9cIdiRdcj16dau+2LANxIdFCiTgdfzwYXbflxq0QnMBeOD2qHgKDE7fuVrtPcVWj8VSuZEx1HRfNQA==}
|
||||
dev: false
|
||||
|
||||
/@vueuse/shared/8.2.3_vue@3.2.31:
|
||||
resolution: {integrity: sha512-4Cd3s+x8ZwzzAf7o8jS7mEj9pQ1Zsf9aiNBAFg4rHcWeDY0S3XMgvN4ae2hBul7jmi+Ab4REAqiqYWyYqU86qg==}
|
||||
/@vueuse/shared/8.2.5_vue@3.2.31:
|
||||
resolution: {integrity: sha512-lNWo+7sk6JCuOj4AiYM+6HZ6fq4xAuVq1sVckMQKgfCJZpZRe4i8es+ZULO5bYTKP+VrOCtqrLR2GzEfrbr3YQ==}
|
||||
peerDependencies:
|
||||
'@vue/composition-api': ^1.1.0
|
||||
vue: ^2.6.0 || ^3.2.0
|
||||
@ -1957,8 +1967,8 @@ packages:
|
||||
resolution: {integrity: sha512-c/uKWR1Z/W30Wy/sx3dkZoj4BijbXX85QKWu9jJfjho3LBAXNEGAEW3oWiGb+dotA6C6BzCTxL2/aLes7jlUeg==}
|
||||
dev: true
|
||||
|
||||
/element-plus/2.1.7_vue@3.2.31:
|
||||
resolution: {integrity: sha512-jamE9F/a2rfAQJwf3kLaDfWXxhjXuAJAvrto76SLJsJfr3iIUAzC849RHdn6h7tNJy9Yanq8GlQAsdBe5lJmrA==}
|
||||
/element-plus/2.1.9_vue@3.2.31:
|
||||
resolution: {integrity: sha512-6mWqS3YrmJPnouWP4otzL8+MehfOnDFqDbcIdnmC07p+Z0JkWe/CVKc4Wky8AYC8nyDMUQyiZYvooCbqGuM7pg==}
|
||||
peerDependencies:
|
||||
vue: ^3.2.0
|
||||
dependencies:
|
||||
@ -1966,18 +1976,19 @@ packages:
|
||||
'@element-plus/icons-vue': 1.1.4_vue@3.2.31
|
||||
'@floating-ui/dom': 0.4.2
|
||||
'@popperjs/core': 2.11.4
|
||||
'@vueuse/core': 8.2.3_vue@3.2.31
|
||||
'@types/lodash': 4.14.181
|
||||
'@types/lodash-es': 4.17.6
|
||||
'@vueuse/core': 8.2.5_vue@3.2.31
|
||||
async-validator: 4.0.7
|
||||
dayjs: 1.11.0
|
||||
escape-html: 1.0.3
|
||||
lodash: 4.17.21
|
||||
lodash-es: 4.17.21
|
||||
lodash-unified: 1.0.2_lodash-es@4.17.21+lodash@4.17.21
|
||||
lodash-unified: 1.0.2_da03a4540fbd16bbaafbb96724306afd
|
||||
memoize-one: 6.0.0
|
||||
normalize-wheel-es: 1.1.1
|
||||
normalize-wheel-es: 1.1.2
|
||||
vue: 3.2.31
|
||||
transitivePeerDependencies:
|
||||
- '@types/lodash-es'
|
||||
- '@vue/composition-api'
|
||||
dev: false
|
||||
|
||||
@ -2298,17 +2309,17 @@ packages:
|
||||
engines: {node: '>=10'}
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-vue/8.5.0_eslint@8.12.0:
|
||||
resolution: {integrity: sha512-i1uHCTAKOoEj12RDvdtONWrGzjFm/djkzqfhmQ0d6M/W8KM81mhswd/z+iTZ0jCpdUedW3YRgcVfQ37/J4zoYQ==}
|
||||
/eslint-plugin-vue/8.6.0_eslint@8.13.0:
|
||||
resolution: {integrity: sha512-abXiF2J18n/7ZPy9foSlJyouKf54IqpKlNvNmzhM93N0zs3QUxZG/oBd3tVPOJTKg7SlhBUtPxugpqzNbgGpQQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
|
||||
dependencies:
|
||||
eslint: 8.12.0
|
||||
eslint-utils: 3.0.0_eslint@8.12.0
|
||||
eslint: 8.13.0
|
||||
eslint-utils: 3.0.0_eslint@8.13.0
|
||||
natural-compare: 1.4.0
|
||||
semver: 7.3.5
|
||||
vue-eslint-parser: 8.3.0_eslint@8.12.0
|
||||
vue-eslint-parser: 8.3.0_eslint@8.13.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
@ -2329,13 +2340,13 @@ packages:
|
||||
estraverse: 5.3.0
|
||||
dev: true
|
||||
|
||||
/eslint-utils/3.0.0_eslint@8.12.0:
|
||||
/eslint-utils/3.0.0_eslint@8.13.0:
|
||||
resolution: {integrity: sha1-iuuvrOc0W7M1WdsKHxOh0tSMNnI=, tarball: eslint-utils/download/eslint-utils-3.0.0.tgz}
|
||||
engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0}
|
||||
peerDependencies:
|
||||
eslint: '>=5'
|
||||
dependencies:
|
||||
eslint: 8.12.0
|
||||
eslint: 8.13.0
|
||||
eslint-visitor-keys: 2.1.0
|
||||
dev: true
|
||||
|
||||
@ -2354,8 +2365,8 @@ packages:
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/eslint/8.12.0:
|
||||
resolution: {integrity: sha512-it1oBL9alZg1S8UycLm5YDMAkIhtH6FtAzuZs6YvoGVldWjbS08BkAdb/ymP9LlAyq8koANu32U7Ib/w+UNh8Q==}
|
||||
/eslint/8.13.0:
|
||||
resolution: {integrity: sha512-D+Xei61eInqauAyTJ6C0q6x9mx7kTUC1KZ0m0LSEexR0V+e94K12LmWX076ZIsldwfQ2RONdaJe0re0TRGQbRQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
@ -2368,7 +2379,7 @@ packages:
|
||||
doctrine: 3.0.0
|
||||
escape-string-regexp: 4.0.0
|
||||
eslint-scope: 7.1.1
|
||||
eslint-utils: 3.0.0_eslint@8.12.0
|
||||
eslint-utils: 3.0.0_eslint@8.13.0
|
||||
eslint-visitor-keys: 3.3.0
|
||||
espree: 9.3.1
|
||||
esquery: 1.4.0
|
||||
@ -2870,7 +2881,7 @@ packages:
|
||||
fs.realpath: 1.0.0
|
||||
inflight: 1.0.6
|
||||
inherits: 2.0.4
|
||||
minimatch: 3.1.2
|
||||
minimatch: 3.0.4
|
||||
once: 1.4.0
|
||||
path-is-absolute: 1.0.1
|
||||
dev: true
|
||||
@ -2979,7 +2990,7 @@ packages:
|
||||
source-map: 0.6.1
|
||||
wordwrap: 1.0.0
|
||||
optionalDependencies:
|
||||
uglify-js: 3.15.3
|
||||
uglify-js: 3.15.4
|
||||
dev: true
|
||||
|
||||
/har-schema/2.0.0:
|
||||
@ -3119,8 +3130,8 @@ packages:
|
||||
lru-cache: 6.0.0
|
||||
dev: true
|
||||
|
||||
/hotkeys-js/3.8.7:
|
||||
resolution: {integrity: sha1-wWyrl4tT1yQvhgyjky6Xa5I5mYE=, tarball: hotkeys-js/download/hotkeys-js-3.8.7.tgz}
|
||||
/hotkeys-js/3.8.9:
|
||||
resolution: {integrity: sha512-R73wV21xjHq+sJcBhh+LJGvfZO5+p1vGFtEwCc6sCj5nnTyiZKBa1knge6LNBxHmlRe55PVBXNNM/4lJOIVAwQ==}
|
||||
dev: false
|
||||
|
||||
/html-minifier-terser/6.1.0:
|
||||
@ -3906,13 +3917,14 @@ packages:
|
||||
resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==}
|
||||
dev: false
|
||||
|
||||
/lodash-unified/1.0.2_lodash-es@4.17.21+lodash@4.17.21:
|
||||
/lodash-unified/1.0.2_da03a4540fbd16bbaafbb96724306afd:
|
||||
resolution: {integrity: sha512-OGbEy+1P+UT26CYi4opY4gebD8cWRDxAT6MAObIVQMiqYdxZr1g3QHWCToVsm31x2NkLS4K3+MC2qInaRMa39g==}
|
||||
peerDependencies:
|
||||
'@types/lodash-es': '*'
|
||||
lodash: '*'
|
||||
lodash-es: '*'
|
||||
dependencies:
|
||||
'@types/lodash-es': 4.17.6
|
||||
lodash: 4.17.21
|
||||
lodash-es: 4.17.21
|
||||
dev: false
|
||||
@ -4330,7 +4342,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
/normalize-path/3.0.0:
|
||||
resolution: {integrity: sha1-Dc1p/yOhybEf0JeDFmRKA4ghamU=, tarball: normalize-path/download/normalize-path-3.0.0.tgz}
|
||||
resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
dev: true
|
||||
|
||||
@ -4338,8 +4350,8 @@ packages:
|
||||
resolution: {integrity: sha1-0LFF62kRicY6eNIB3E/bEpPvDAM=, tarball: normalize-selector/download/normalize-selector-0.2.0.tgz}
|
||||
dev: true
|
||||
|
||||
/normalize-wheel-es/1.1.1:
|
||||
resolution: {integrity: sha512-157VNH4CngrcsvF8xOVOe22cwniIR3nxSltdctvQeHZj8JttEeOXffK28jucWfWBXs0QNetAumjc1GiInnwX4w==}
|
||||
/normalize-wheel-es/1.1.2:
|
||||
resolution: {integrity: sha512-scX83plWJXYH1J4+BhAuIHadROzxX0UBF3+HuZNY2Ks8BciE7tSTQ+5JhTsvzjaO0/EJdm4JBGrfObKxFf3Png==}
|
||||
dev: false
|
||||
|
||||
/npm-run-path/4.0.1:
|
||||
@ -5193,8 +5205,8 @@ packages:
|
||||
resolution: {integrity: sha1-RPoWGwGHuVSd2Eu5GAL5vYOFzWo=, tarball: safer-buffer/download/safer-buffer-2.1.2.tgz}
|
||||
dev: true
|
||||
|
||||
/sass/1.49.11:
|
||||
resolution: {integrity: sha512-wvS/geXgHUGs6A/4ud5BFIWKO1nKd7wYIGimDk4q4GFkJicILActpv9ueMT4eRGSsp1BdKHuw1WwAHXbhsJELQ==}
|
||||
/sass/1.50.0:
|
||||
resolution: {integrity: sha512-cLsD6MEZ5URXHStxApajEh7gW189kkjn4Rc8DQweMyF+o5HF5nfEz8QYLMlPsTOD88DknatTmBWkOcw5/LnJLQ==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
@ -5978,8 +5990,8 @@ packages:
|
||||
resolution: {integrity: sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=, tarball: typedarray/download/typedarray-0.0.6.tgz}
|
||||
dev: true
|
||||
|
||||
/uglify-js/3.15.3:
|
||||
resolution: {integrity: sha512-6iCVm2omGJbsu3JWac+p6kUiOpg3wFO2f8lIXjfEb8RrmLjzog1wTPMmwKB7swfzzqxj9YM+sGUM++u1qN4qJg==}
|
||||
/uglify-js/3.15.4:
|
||||
resolution: {integrity: sha512-vMOPGDuvXecPs34V74qDKk4iJ/SN4vL3Ow/23ixafENYvtrNvtbcgUeugTcUGRGsOF/5fU8/NYSL5Hyb3l1OJA==}
|
||||
engines: {node: '>=0.8.0'}
|
||||
hasBin: true
|
||||
requiresBuild: true
|
||||
@ -6035,8 +6047,8 @@ packages:
|
||||
engines: {node: '>= 0.8'}
|
||||
dev: true
|
||||
|
||||
/unplugin-auto-import/0.6.9_@vueuse+core@8.2.3+vite@2.9.1:
|
||||
resolution: {integrity: sha512-IqgT7AoRrNQwNhiF/wDH3sMEDX8SqCYBEgJzwdg5441b5aiC5VwZz0J0wYqkaKu89YkZE9DG6rQ2JpFfZv1iiQ==}
|
||||
/unplugin-auto-import/0.7.0_@vueuse+core@8.2.5+vite@2.9.1:
|
||||
resolution: {integrity: sha512-40oC7bxzSyyvJI4mXmk8gDD7gKjR10gYkeWBu/UigK8TusXwUsJOjwvIr+REgzOMBGH/5pUiVMoBYEZrLejk3w==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
'@vueuse/core': '*'
|
||||
@ -6044,13 +6056,13 @@ packages:
|
||||
'@vueuse/core':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@antfu/utils': 0.5.0
|
||||
'@antfu/utils': 0.5.1
|
||||
'@rollup/pluginutils': 4.2.0
|
||||
'@vueuse/core': 8.2.3_vue@3.2.31
|
||||
'@vueuse/core': 8.2.5_vue@3.2.31
|
||||
local-pkg: 0.4.1
|
||||
magic-string: 0.26.1
|
||||
resolve: 1.22.0
|
||||
unplugin: 0.4.0_vite@2.9.1
|
||||
unplugin: 0.6.1_vite@2.9.1
|
||||
transitivePeerDependencies:
|
||||
- esbuild
|
||||
- rollup
|
||||
@ -6058,8 +6070,8 @@ packages:
|
||||
- webpack
|
||||
dev: true
|
||||
|
||||
/unplugin-vue-components/0.18.5_vite@2.9.1+vue@3.2.31:
|
||||
resolution: {integrity: sha512-VPA6z/4pcKRDYtWu1H+FIpV0MADlFKG3q7YMVFzNFC3EhMVZ4WuBJ76490oKyauguNw1T1obLCuxNU9JzJ0oAQ==}
|
||||
/unplugin-vue-components/0.19.2_vite@2.9.1+vue@3.2.31:
|
||||
resolution: {integrity: sha512-7DhQfTyHLyVIWR6VBQONLU6dDBOXtEYvZQYUpN9C+t11WOb5baIFoxfzDxkeFHTHGMhznyEOw6afHyV9JKWnig==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
'@babel/parser': ^7.15.8
|
||||
@ -6071,16 +6083,16 @@ packages:
|
||||
'@babel/traverse':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@antfu/utils': 0.5.0
|
||||
'@antfu/utils': 0.5.1
|
||||
'@rollup/pluginutils': 4.2.0
|
||||
chokidar: 3.5.3
|
||||
debug: 4.3.3
|
||||
debug: 4.3.4
|
||||
fast-glob: 3.2.11
|
||||
local-pkg: 0.4.1
|
||||
magic-string: 0.26.1
|
||||
minimatch: 5.0.1
|
||||
resolve: 1.22.0
|
||||
unplugin: 0.4.0_vite@2.9.1
|
||||
unplugin: 0.6.1_vite@2.9.1
|
||||
vue: 3.2.31
|
||||
transitivePeerDependencies:
|
||||
- esbuild
|
||||
@ -6090,8 +6102,8 @@ packages:
|
||||
- webpack
|
||||
dev: true
|
||||
|
||||
/unplugin/0.4.0_vite@2.9.1:
|
||||
resolution: {integrity: sha512-4ScITEmzlz1iZW3tkz+3L1V5k/xMQ6kjgm4lEXKxH0ozd8/OUWfiSA7RMRyrawsvq/t50JIzPpp1UyuSL/AXkA==}
|
||||
/unplugin/0.6.1_vite@2.9.1:
|
||||
resolution: {integrity: sha512-cQqRCgQ2v/Q4fPIWNVZ6sNIDdl5v8JXOnlsUOsGzT4fblTONoPWaytiYSpu5qJ9lvSDZYAQN6BRVo3XQoZMfUQ==}
|
||||
peerDependencies:
|
||||
esbuild: '>=0.13'
|
||||
rollup: ^2.50.0
|
||||
@ -6108,7 +6120,8 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
chokidar: 3.5.3
|
||||
vite: 2.9.1_sass@1.49.11
|
||||
vite: 2.9.1_sass@1.50.0
|
||||
webpack-sources: 3.2.3
|
||||
webpack-virtual-modules: 0.4.3
|
||||
dev: true
|
||||
|
||||
@ -6224,7 +6237,7 @@ packages:
|
||||
chalk: 4.1.2
|
||||
debug: 4.3.3
|
||||
fs-extra: 10.0.0
|
||||
vite: 2.9.1_sass@1.49.11
|
||||
vite: 2.9.1_sass@1.50.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
@ -6246,7 +6259,7 @@ packages:
|
||||
html-minifier-terser: 6.1.0
|
||||
node-html-parser: 5.3.3
|
||||
pathe: 0.2.0
|
||||
vite: 2.9.1_sass@1.49.11
|
||||
vite: 2.9.1_sass@1.50.0
|
||||
transitivePeerDependencies:
|
||||
- acorn
|
||||
dev: true
|
||||
@ -6268,7 +6281,7 @@ packages:
|
||||
fast-glob: 3.2.7
|
||||
mockjs: 1.1.0
|
||||
path-to-regexp: 6.2.0
|
||||
vite: 2.9.1_sass@1.49.11
|
||||
vite: 2.9.1_sass@1.50.0
|
||||
transitivePeerDependencies:
|
||||
- rollup
|
||||
- supports-color
|
||||
@ -6290,7 +6303,7 @@ packages:
|
||||
json5: 2.2.1
|
||||
local-pkg: 0.4.1
|
||||
picocolors: 1.0.0
|
||||
vite: 2.9.1_sass@1.49.11
|
||||
vite: 2.9.1_sass@1.50.0
|
||||
yaml: 2.0.0-11
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@ -6302,7 +6315,7 @@ packages:
|
||||
vite: ^2.0.0
|
||||
dependencies:
|
||||
micromatch: 4.0.4
|
||||
vite: 2.9.1_sass@1.49.11
|
||||
vite: 2.9.1_sass@1.50.0
|
||||
dev: true
|
||||
|
||||
/vite-plugin-spritesmith/0.1.1:
|
||||
@ -6329,7 +6342,7 @@ packages:
|
||||
pathe: 0.2.0
|
||||
svg-baker: 1.7.0
|
||||
svgo: 2.8.0
|
||||
vite: 2.9.1_sass@1.49.11
|
||||
vite: 2.9.1_sass@1.50.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
@ -6344,7 +6357,7 @@ packages:
|
||||
'@vue/compiler-sfc': 3.2.31
|
||||
debug: 4.3.3
|
||||
fast-glob: 3.2.11
|
||||
vite: 2.9.1_sass@1.49.11
|
||||
vite: 2.9.1_sass@1.50.0
|
||||
vue: 3.2.31
|
||||
vue-router: 4.0.14_vue@3.2.31
|
||||
transitivePeerDependencies:
|
||||
@ -6358,10 +6371,10 @@ packages:
|
||||
dependencies:
|
||||
'@vue/compiler-sfc': 3.2.31
|
||||
magic-string: 0.25.7
|
||||
vite: 2.9.1_sass@1.49.11
|
||||
vite: 2.9.1_sass@1.50.0
|
||||
dev: true
|
||||
|
||||
/vite/2.9.1_sass@1.49.11:
|
||||
/vite/2.9.1_sass@1.50.0:
|
||||
resolution: {integrity: sha512-vSlsSdOYGcYEJfkQ/NeLXgnRv5zZfpAsdztkIrs7AZHV8RCMZQkwjo4DS5BnrYTqoWqLoUe1Cah4aVO4oNNqCQ==}
|
||||
engines: {node: '>=12.2.0'}
|
||||
hasBin: true
|
||||
@ -6381,7 +6394,7 @@ packages:
|
||||
postcss: 8.4.12
|
||||
resolve: 1.22.0
|
||||
rollup: 2.60.2
|
||||
sass: 1.49.11
|
||||
sass: 1.50.0
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.2
|
||||
dev: true
|
||||
@ -6416,14 +6429,14 @@ packages:
|
||||
vue: 3.2.31
|
||||
dev: false
|
||||
|
||||
/vue-eslint-parser/8.3.0_eslint@8.12.0:
|
||||
/vue-eslint-parser/8.3.0_eslint@8.13.0:
|
||||
resolution: {integrity: sha512-dzHGG3+sYwSf6zFBa0Gi9ZDshD7+ad14DGOdTLjruRVgZXe2J+DcZ9iUhyR48z5g1PqRa20yt3Njna/veLJL/g==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: '>=6.0.0'
|
||||
dependencies:
|
||||
debug: 4.3.2
|
||||
eslint: 8.12.0
|
||||
eslint: 8.13.0
|
||||
eslint-scope: 7.1.0
|
||||
eslint-visitor-keys: 3.2.0
|
||||
espree: 9.0.0
|
||||
@ -6459,6 +6472,11 @@ packages:
|
||||
defaults: 1.0.3
|
||||
dev: true
|
||||
|
||||
/webpack-sources/3.2.3:
|
||||
resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==}
|
||||
engines: {node: '>=10.13.0'}
|
||||
dev: true
|
||||
|
||||
/webpack-virtual-modules/0.4.3:
|
||||
resolution: {integrity: sha512-5NUqC2JquIL2pBAAo/VfBP6KuGkHIZQXW/lNKupLPfhViwh8wNsu0BObtl09yuKZszeEUfbXz8xhrHvSG16Nqw==}
|
||||
dev: true
|
||||
|
Loading…
Reference in New Issue
Block a user