mirror of
https://gitee.com/fantastic-admin/basic.git
synced 2024-11-29 18:48:31 +08:00
更新依赖
This commit is contained in:
parent
b0baa60b81
commit
3ab101a953
10
package.json
10
package.json
@ -21,7 +21,7 @@
|
||||
"@vueuse/integrations": "^9.1.0",
|
||||
"axios": "^0.27.2",
|
||||
"dayjs": "^1.11.5",
|
||||
"element-plus": "^2.2.13",
|
||||
"element-plus": "^2.2.14",
|
||||
"hotkeys-js": "^3.9.4",
|
||||
"js-cookie": "^3.0.1",
|
||||
"mitt": "^3.0.0",
|
||||
@ -29,7 +29,7 @@
|
||||
"nprogress": "^0.2.0",
|
||||
"path-browserify": "^1.0.1",
|
||||
"path-to-regexp": "^6.2.1",
|
||||
"pinia": "^2.0.18",
|
||||
"pinia": "^2.0.19",
|
||||
"qs": "^6.11.0",
|
||||
"tinymce": "^6.1.2",
|
||||
"vue": "^3.2.37",
|
||||
@ -58,9 +58,9 @@
|
||||
"stylelint-config-standard": "^27.0.0",
|
||||
"stylelint-scss": "^4.3.0",
|
||||
"svgo": "^2.8.0",
|
||||
"unplugin-auto-import": "^0.11.1",
|
||||
"unplugin-auto-import": "^0.11.2",
|
||||
"unplugin-vue-components": "^0.22.4",
|
||||
"vite": "^3.0.7",
|
||||
"vite": "^3.0.9",
|
||||
"vite-plugin-banner": "^0.3.0",
|
||||
"vite-plugin-compression": "^0.5.1",
|
||||
"vite-plugin-html": "^3.2.0",
|
||||
@ -69,7 +69,7 @@
|
||||
"vite-plugin-restart": "^0.2.0",
|
||||
"vite-plugin-spritesmith": "^0.1.1",
|
||||
"vite-plugin-svg-icons": "^2.0.1",
|
||||
"vite-plugin-vue-layouts": "^0.7.0",
|
||||
"vite-plugin-vue-layouts": "^0.6.0",
|
||||
"vite-plugin-vue-setup-extend": "^0.4.0",
|
||||
"vue-eslint-parser": "^9.0.3"
|
||||
}
|
||||
|
244
pnpm-lock.yaml
244
pnpm-lock.yaml
@ -11,7 +11,7 @@ specifiers:
|
||||
'@vueuse/integrations': ^9.1.0
|
||||
axios: ^0.27.2
|
||||
dayjs: ^1.11.5
|
||||
element-plus: ^2.2.13
|
||||
element-plus: ^2.2.14
|
||||
eslint: ^8.22.0
|
||||
eslint-plugin-vue: ^9.3.0
|
||||
esno: ^0.16.3
|
||||
@ -26,7 +26,7 @@ specifiers:
|
||||
nprogress: ^0.2.0
|
||||
path-browserify: ^1.0.1
|
||||
path-to-regexp: ^6.2.1
|
||||
pinia: ^2.0.18
|
||||
pinia: ^2.0.19
|
||||
plop: ^3.1.1
|
||||
postcss-html: ^1.5.0
|
||||
postcss-scss: ^4.0.4
|
||||
@ -39,9 +39,9 @@ specifiers:
|
||||
stylelint-scss: ^4.3.0
|
||||
svgo: ^2.8.0
|
||||
tinymce: ^6.1.2
|
||||
unplugin-auto-import: ^0.11.1
|
||||
unplugin-auto-import: ^0.11.2
|
||||
unplugin-vue-components: ^0.22.4
|
||||
vite: ^3.0.7
|
||||
vite: ^3.0.9
|
||||
vite-plugin-banner: ^0.3.0
|
||||
vite-plugin-compression: ^0.5.1
|
||||
vite-plugin-html: ^3.2.0
|
||||
@ -50,7 +50,7 @@ specifiers:
|
||||
vite-plugin-restart: ^0.2.0
|
||||
vite-plugin-spritesmith: ^0.1.1
|
||||
vite-plugin-svg-icons: ^2.0.1
|
||||
vite-plugin-vue-layouts: ^0.7.0
|
||||
vite-plugin-vue-layouts: ^0.6.0
|
||||
vite-plugin-vue-setup-extend: ^0.4.0
|
||||
vue: ^3.2.37
|
||||
vue-eslint-parser: ^9.0.3
|
||||
@ -62,7 +62,7 @@ dependencies:
|
||||
'@vueuse/integrations': 9.1.0_khosuxbgrc57nlgxhejqutw6o4
|
||||
axios: 0.27.2
|
||||
dayjs: 1.11.5
|
||||
element-plus: 2.2.13_vue@3.2.37
|
||||
element-plus: 2.2.14_vue@3.2.37
|
||||
hotkeys-js: 3.9.4
|
||||
js-cookie: 3.0.1
|
||||
mitt: 3.0.0
|
||||
@ -70,7 +70,7 @@ dependencies:
|
||||
nprogress: 0.2.0
|
||||
path-browserify: 1.0.1
|
||||
path-to-regexp: 6.2.1
|
||||
pinia: 2.0.18_vue@3.2.37
|
||||
pinia: 2.0.19_vue@3.2.37
|
||||
qs: 6.11.0
|
||||
tinymce: 6.1.2
|
||||
vue: 3.2.37
|
||||
@ -79,8 +79,8 @@ dependencies:
|
||||
devDependencies:
|
||||
'@iconify-json/ep': 1.1.7
|
||||
'@iconify/vue': 3.2.1_vue@3.2.37
|
||||
'@vitejs/plugin-vue': 3.0.3_vite@3.0.7+vue@3.2.37
|
||||
'@vitejs/plugin-vue-jsx': 2.0.0_vite@3.0.7+vue@3.2.37
|
||||
'@vitejs/plugin-vue': 3.0.3_vite@3.0.9+vue@3.2.37
|
||||
'@vitejs/plugin-vue-jsx': 2.0.0_vite@3.0.9+vue@3.2.37
|
||||
'@vue/compiler-sfc': 3.2.37
|
||||
eslint: 8.22.0
|
||||
eslint-plugin-vue: 9.3.0_eslint@8.22.0
|
||||
@ -99,19 +99,19 @@ devDependencies:
|
||||
stylelint-config-standard: 27.0.0_stylelint@14.10.0
|
||||
stylelint-scss: 4.3.0_stylelint@14.10.0
|
||||
svgo: 2.8.0
|
||||
unplugin-auto-import: 0.11.1_gvfhqaq4iriax5zs7grzec6lkm
|
||||
unplugin-vue-components: 0.22.4_vite@3.0.7+vue@3.2.37
|
||||
vite: 3.0.7_sass@1.54.4
|
||||
unplugin-auto-import: 0.11.2_3wfpyx4dwyezeeatxtwoszqqzi
|
||||
unplugin-vue-components: 0.22.4_vite@3.0.9+vue@3.2.37
|
||||
vite: 3.0.9_sass@1.54.4
|
||||
vite-plugin-banner: 0.3.0
|
||||
vite-plugin-compression: 0.5.1_vite@3.0.7
|
||||
vite-plugin-html: 3.2.0_vite@3.0.7
|
||||
vite-plugin-mock: 2.9.6_mockjs@1.1.0+vite@3.0.7
|
||||
vite-plugin-pages: 0.25.0_maescve6qfmxiivfnurfw2np5m
|
||||
vite-plugin-restart: 0.2.0_vite@3.0.7
|
||||
vite-plugin-compression: 0.5.1_vite@3.0.9
|
||||
vite-plugin-html: 3.2.0_vite@3.0.9
|
||||
vite-plugin-mock: 2.9.6_mockjs@1.1.0+vite@3.0.9
|
||||
vite-plugin-pages: 0.25.0_jz6tpbhhn2upnbiwxxr6wx7age
|
||||
vite-plugin-restart: 0.2.0_vite@3.0.9
|
||||
vite-plugin-spritesmith: 0.1.1
|
||||
vite-plugin-svg-icons: 2.0.1_vite@3.0.7
|
||||
vite-plugin-vue-layouts: 0.7.0_ddaxfhl3ke6v5kufpgk5bvkhqq
|
||||
vite-plugin-vue-setup-extend: 0.4.0_vite@3.0.7
|
||||
vite-plugin-svg-icons: 2.0.1_vite@3.0.9
|
||||
vite-plugin-vue-layouts: 0.6.0_mbqc5gfnlks3hnfq3n5tmq5kgy
|
||||
vite-plugin-vue-setup-extend: 0.4.0_vite@3.0.9
|
||||
vue-eslint-parser: 9.0.3_eslint@8.22.0
|
||||
|
||||
packages:
|
||||
@ -739,14 +739,10 @@ packages:
|
||||
'@types/node': 17.0.29
|
||||
dev: true
|
||||
|
||||
/@types/web-bluetooth/0.0.14:
|
||||
resolution: {integrity: sha512-5d2RhCard1nQUC3aHcq/gHzWYO6K0WJmAbjO7mQJgCQKtZpgXxv1rOM6O/dBDhDYYVutk1sciOgNSe+5YyfM8A==}
|
||||
dev: false
|
||||
|
||||
/@types/web-bluetooth/0.0.15:
|
||||
resolution: {integrity: sha512-w7hEHXnPMEZ+4nGKl/KDRVpxkwYxYExuHOYXyzIzCDzEZ9ZCGMAewulr9IqJu2LR4N37fcnb1XVeuZ09qgOxhA==}
|
||||
|
||||
/@vitejs/plugin-vue-jsx/2.0.0_vite@3.0.7+vue@3.2.37:
|
||||
/@vitejs/plugin-vue-jsx/2.0.0_vite@3.0.9+vue@3.2.37:
|
||||
resolution: {integrity: sha512-WF9ApZ/ivyyW3volQfu0Td0KNPhcccYEaRNzNY1NxRLVJQLSX0nFqquv3e2g7MF74p1XZK4bGtDL2y5i5O5+1A==}
|
||||
engines: {node: '>=14.18.0'}
|
||||
peerDependencies:
|
||||
@ -757,20 +753,20 @@ packages:
|
||||
'@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.18.9
|
||||
'@babel/plugin-transform-typescript': 7.18.8_@babel+core@7.18.9
|
||||
'@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.18.9
|
||||
vite: 3.0.7_sass@1.54.4
|
||||
vite: 3.0.9_sass@1.54.4
|
||||
vue: 3.2.37
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@vitejs/plugin-vue/3.0.3_vite@3.0.7+vue@3.2.37:
|
||||
/@vitejs/plugin-vue/3.0.3_vite@3.0.9+vue@3.2.37:
|
||||
resolution: {integrity: sha512-U4zNBlz9mg+TA+i+5QPc3N5lQvdUXENZLO2h0Wdzp56gI1MWhqJOv+6R+d4kOzoaSSq6TnGPBdZAXKOe4lXy6g==}
|
||||
engines: {node: ^14.18.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
vite: ^3.0.0
|
||||
vue: ^3.2.25
|
||||
dependencies:
|
||||
vite: 3.0.7_sass@1.54.4
|
||||
vite: 3.0.9_sass@1.54.4
|
||||
vue: 3.2.37
|
||||
dev: true
|
||||
|
||||
@ -875,24 +871,6 @@ packages:
|
||||
/@vue/shared/3.2.37:
|
||||
resolution: {integrity: sha512-4rSJemR2NQIo9Klm1vabqWjD8rs/ZaJSzMxkMNeJS6lHiUjjUeYFbooN19NgFjztubEKh3WlZUeOLVdbbUWHsw==}
|
||||
|
||||
/@vueuse/core/8.9.4_vue@3.2.37:
|
||||
resolution: {integrity: sha512-B/Mdj9TK1peFyWaPof+Zf/mP9XuGAngaJZBwPaXBvU3aCTZlx3ltlrFFFyMV4iGBwsjSCeUCgZrtkEj9dS2Y3Q==}
|
||||
peerDependencies:
|
||||
'@vue/composition-api': ^1.1.0
|
||||
vue: ^2.6.0 || ^3.2.0
|
||||
peerDependenciesMeta:
|
||||
'@vue/composition-api':
|
||||
optional: true
|
||||
vue:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@types/web-bluetooth': 0.0.14
|
||||
'@vueuse/metadata': 8.9.4
|
||||
'@vueuse/shared': 8.9.4_vue@3.2.37
|
||||
vue: 3.2.37
|
||||
vue-demi: 0.13.6_vue@3.2.37
|
||||
dev: false
|
||||
|
||||
/@vueuse/core/9.1.0_vue@3.2.37:
|
||||
resolution: {integrity: sha512-BIroqvXEqt826aE9r3K5cox1zobuPuAzdYJ36kouC2TVhlXvFKIILgFVWrpp9HZPwB3aLzasmG3K87q7TSyXZg==}
|
||||
dependencies:
|
||||
@ -949,28 +927,9 @@ packages:
|
||||
- vue
|
||||
dev: false
|
||||
|
||||
/@vueuse/metadata/8.9.4:
|
||||
resolution: {integrity: sha512-IwSfzH80bnJMzqhaapqJl9JRIiyQU0zsRGEgnxN6jhq7992cPUJIRfV+JHRIZXjYqbwt07E1gTEp0R0zPJ1aqw==}
|
||||
dev: false
|
||||
|
||||
/@vueuse/metadata/9.1.0:
|
||||
resolution: {integrity: sha512-8OEhlog1iaAGTD3LICZ8oBGQdYeMwByvXetOtAOZCJOzyCRSwqwdggTsmVZZ1rkgYIEqgUBk942AsAPwM21s6A==}
|
||||
|
||||
/@vueuse/shared/8.9.4_vue@3.2.37:
|
||||
resolution: {integrity: sha512-wt+T30c4K6dGRMVqPddexEVLa28YwxW5OFIPmzUHICjphfAuBFTTdDoyqREZNDOFJZ44ARH1WWQNCUK8koJ+Ag==}
|
||||
peerDependencies:
|
||||
'@vue/composition-api': ^1.1.0
|
||||
vue: ^2.6.0 || ^3.2.0
|
||||
peerDependenciesMeta:
|
||||
'@vue/composition-api':
|
||||
optional: true
|
||||
vue:
|
||||
optional: true
|
||||
dependencies:
|
||||
vue: 3.2.37
|
||||
vue-demi: 0.13.6_vue@3.2.37
|
||||
dev: false
|
||||
|
||||
/@vueuse/shared/9.1.0_vue@3.2.37:
|
||||
resolution: {integrity: sha512-pB/3njQu4tfJJ78ajELNda0yMG6lKfpToQW7Soe09CprF1k3QuyoNi1tBNvo75wBDJWD+LOnr+c4B5HZ39jY/Q==}
|
||||
dependencies:
|
||||
@ -2096,8 +2055,8 @@ packages:
|
||||
resolution: {integrity: sha512-5Ojjtw9/c9HCXtMVE6SXVSHSNjmbFOXpKprl6mY/5moLSxLeWatuYA7KTD+RzJMxLRH6yNNQrqGz9p6IoNBMgw==}
|
||||
dev: true
|
||||
|
||||
/element-plus/2.2.13_vue@3.2.37:
|
||||
resolution: {integrity: sha512-dKQ7BPZC8deUPhv+6s4GgOL0GyGj3KpUarywxm6s1nWnHjH6FqeZlUcxPqBvJd7W/d81POayx3B13GP+rfkG9g==}
|
||||
/element-plus/2.2.14_vue@3.2.37:
|
||||
resolution: {integrity: sha512-V5Pis0OHhePg1RgVogZrcefaVl8vjVn4Pn9Qsh/t2CbFgjg9kKOYFqf/tuP3ObSXGm3X89hpe0W+nLVAsaFnpw==}
|
||||
peerDependencies:
|
||||
vue: ^3.2.0
|
||||
dependencies:
|
||||
@ -2107,7 +2066,7 @@ packages:
|
||||
'@popperjs/core': /@sxzz/popperjs-es/2.11.7
|
||||
'@types/lodash': 4.14.182
|
||||
'@types/lodash-es': 4.17.6
|
||||
'@vueuse/core': 8.9.4_vue@3.2.37
|
||||
'@vueuse/core': 9.1.0_vue@3.2.37
|
||||
async-validator: 4.2.5
|
||||
dayjs: 1.11.5
|
||||
escape-html: 1.0.3
|
||||
@ -3391,7 +3350,7 @@ packages:
|
||||
source-map: 0.6.1
|
||||
wordwrap: 1.0.0
|
||||
optionalDependencies:
|
||||
uglify-js: 3.16.3
|
||||
uglify-js: 3.17.0
|
||||
dev: true
|
||||
|
||||
/har-schema/2.0.0:
|
||||
@ -4591,12 +4550,13 @@ packages:
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/mlly/0.5.7:
|
||||
resolution: {integrity: sha512-rz+n2i9862ymLH+UDlHpsuTVyCIAs+9WejS2De2VUlAKdpq8OJ9x/C2M7nNUMLEW1H+D6n0uZlpz8+tMGxCmyQ==}
|
||||
/mlly/0.5.13:
|
||||
resolution: {integrity: sha512-0SK2fqoan+PMjADs4I2egAtrtNtpjqRez6PDTCeAdGjUQNJCvO5o9v2NEq52WA1jFmMU97qBr/JgdvCquehDbA==}
|
||||
dependencies:
|
||||
acorn: 8.8.0
|
||||
pathe: 0.3.3
|
||||
pkg-types: 0.3.3
|
||||
pathe: 0.3.5
|
||||
pkg-types: 0.3.4
|
||||
ufo: 0.8.5
|
||||
dev: true
|
||||
|
||||
/mockjs/1.1.0:
|
||||
@ -5083,8 +5043,8 @@ packages:
|
||||
resolution: {integrity: sha512-sTitTPYnn23esFR3RlqYBWn4c45WGeLcsKzQiUpXJAyfcWkolvlYpV8FLo7JishK946oQwMFUCHXQ9AjGPKExw==}
|
||||
dev: true
|
||||
|
||||
/pathe/0.3.3:
|
||||
resolution: {integrity: sha512-x3nrPvG0HDSDzUiJ0WqtzhN4MD+h5B+dFJ3/qyxVuARlr4Y3aJv8gri2cZzp9Z8sGs2a+aG9gNbKngh3gme57A==}
|
||||
/pathe/0.3.5:
|
||||
resolution: {integrity: sha512-grU/QeYP0ChuE5kjU2/k8VtAeODzbernHlue0gTa27+ayGIu3wqYBIPGfP9r5xSqgCgDd4nWrjKXEfxMillByg==}
|
||||
dev: true
|
||||
|
||||
/performance-now/2.1.0:
|
||||
@ -5109,8 +5069,8 @@ packages:
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/pinia/2.0.18_vue@3.2.37:
|
||||
resolution: {integrity: sha512-I5MW05UVX6a5Djka136oH3VzYFiZUgeOApBwFjMx6pL91eHtGVlE3adjNUKLgtwGnrxiBRuJ8+4R3LKJKwnyZg==}
|
||||
/pinia/2.0.19_vue@3.2.37:
|
||||
resolution: {integrity: sha512-Q/UQrmFLDMdlCkLfM5rGw1Ug0A7dy0G7NtBusMQSK+TNjf3CV/pO0RqblNIfuurWl42byTjM6HIemCWOfo8KXA==}
|
||||
peerDependencies:
|
||||
'@vue/composition-api': ^1.4.0
|
||||
typescript: '>=4.4.4'
|
||||
@ -5140,12 +5100,12 @@ packages:
|
||||
vinyl-file: 1.3.0
|
||||
dev: true
|
||||
|
||||
/pkg-types/0.3.3:
|
||||
resolution: {integrity: sha512-6AJcCMnjUQPQv/Wk960w0TOmjhdjbeaQJoSKWRQv9N3rgkessCu6J0Ydsog/nw1MbpnxHuPzYbfOn2KmlZO1FA==}
|
||||
/pkg-types/0.3.4:
|
||||
resolution: {integrity: sha512-s214f/xkRpwlwVBToWq9Mu0XlU3HhZMYCnr2var8+jjbavBHh/VCh4pBLsJW29rJ//B1jb4HlpMIaNIMH+W2/w==}
|
||||
dependencies:
|
||||
jsonc-parser: 3.1.0
|
||||
mlly: 0.5.7
|
||||
pathe: 0.3.3
|
||||
mlly: 0.5.13
|
||||
pathe: 0.3.5
|
||||
dev: true
|
||||
|
||||
/plop/3.1.1:
|
||||
@ -6455,8 +6415,12 @@ packages:
|
||||
resolution: {integrity: sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=, tarball: typedarray/download/typedarray-0.0.6.tgz}
|
||||
dev: true
|
||||
|
||||
/uglify-js/3.16.3:
|
||||
resolution: {integrity: sha512-uVbFqx9vvLhQg0iBaau9Z75AxWJ8tqM9AV890dIZCLApF4rTcyHwmAvLeEdYRs+BzYWu8Iw81F79ah0EfTXbaw==}
|
||||
/ufo/0.8.5:
|
||||
resolution: {integrity: sha512-e4+UtA5IRO+ha6hYklwj6r7BjiGMxS0O+UaSg9HbaTefg4kMkzj4tXzEBajRR+wkxf+golgAWKzLbytCUDMJAA==}
|
||||
dev: true
|
||||
|
||||
/uglify-js/3.17.0:
|
||||
resolution: {integrity: sha512-aTeNPVmgIMPpm1cxXr2Q/nEbvkmV8yq66F3om7X3P/cvOXQ0TMQ64Wk63iyT1gPlmdmGzjGpyLh1f3y8MZWXGg==}
|
||||
engines: {node: '>=0.8.0'}
|
||||
hasBin: true
|
||||
requiresBuild: true
|
||||
@ -6488,19 +6452,19 @@ packages:
|
||||
resolution: {integrity: sha1-DBxr0t9UtrafIxQGbWW2zeb8+dE=, tarball: underscore/download/underscore-1.13.1.tgz}
|
||||
dev: true
|
||||
|
||||
/unimport/0.6.5_vite@3.0.7:
|
||||
resolution: {integrity: sha512-B8x6+GiYUzDphN6Iaoshu99mUo8n7QCq13QTY2Z8saj1QBmGKXf+vJJlptfL3MdOmzxpve2Ikx91UZ4Qoz4dVQ==}
|
||||
/unimport/0.6.7_vite@3.0.9:
|
||||
resolution: {integrity: sha512-EMoVqDjswHkU+nD098QYHXH7Mkw7KwGDQAyeRF2lgairJnuO+wpkhIcmCqrD1OPJmsjkTbJ2tW6Ap8St0PuWZA==}
|
||||
dependencies:
|
||||
'@rollup/pluginutils': 4.2.1
|
||||
escape-string-regexp: 5.0.0
|
||||
fast-glob: 3.2.11
|
||||
local-pkg: 0.4.2
|
||||
magic-string: 0.26.2
|
||||
mlly: 0.5.7
|
||||
pathe: 0.3.3
|
||||
mlly: 0.5.13
|
||||
pathe: 0.3.5
|
||||
scule: 0.3.2
|
||||
strip-literal: 0.4.0
|
||||
unplugin: 0.8.1_vite@3.0.7
|
||||
unplugin: 0.9.3_vite@3.0.9
|
||||
transitivePeerDependencies:
|
||||
- esbuild
|
||||
- rollup
|
||||
@ -6532,8 +6496,8 @@ packages:
|
||||
engines: {node: '>= 0.8'}
|
||||
dev: true
|
||||
|
||||
/unplugin-auto-import/0.11.1_gvfhqaq4iriax5zs7grzec6lkm:
|
||||
resolution: {integrity: sha512-3KMbjc3Sv2h1osgQ16uKmD2XHb8MLK3Lj5Twzo3x2vDexYdNKjVljLZUX+eT5cvh2f1VzJR77dkzDhdEi9+1uw==}
|
||||
/unplugin-auto-import/0.11.2_3wfpyx4dwyezeeatxtwoszqqzi:
|
||||
resolution: {integrity: sha512-1+VwBfn9dtiYv9SQLKP1AvZolUbK9xTVeAT+iOcEk4EHSFUlmIqBVLEKI76cifSQTLOJ3rZyPrEgptf3SZNLlQ==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
'@vueuse/core': '*'
|
||||
@ -6546,8 +6510,8 @@ packages:
|
||||
'@vueuse/core': 9.1.0_vue@3.2.37
|
||||
local-pkg: 0.4.2
|
||||
magic-string: 0.26.2
|
||||
unimport: 0.6.5_vite@3.0.7
|
||||
unplugin: 0.9.0_vite@3.0.7
|
||||
unimport: 0.6.7_vite@3.0.9
|
||||
unplugin: 0.9.3_vite@3.0.9
|
||||
transitivePeerDependencies:
|
||||
- esbuild
|
||||
- rollup
|
||||
@ -6555,7 +6519,7 @@ packages:
|
||||
- webpack
|
||||
dev: true
|
||||
|
||||
/unplugin-vue-components/0.22.4_vite@3.0.7+vue@3.2.37:
|
||||
/unplugin-vue-components/0.22.4_vite@3.0.9+vue@3.2.37:
|
||||
resolution: {integrity: sha512-2rRZcM9OnJGXnYxQNfaceEYuPeVACcWySIjy8WBwIiN3onr980TmA3XE5pRJFt8zoQrUA+c46oyIq96noLqrEQ==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
@ -6574,7 +6538,7 @@ packages:
|
||||
magic-string: 0.26.2
|
||||
minimatch: 5.1.0
|
||||
resolve: 1.22.1
|
||||
unplugin: 0.9.0_vite@3.0.7
|
||||
unplugin: 0.9.0_vite@3.0.9
|
||||
vue: 3.2.37
|
||||
transitivePeerDependencies:
|
||||
- esbuild
|
||||
@ -6584,31 +6548,7 @@ packages:
|
||||
- webpack
|
||||
dev: true
|
||||
|
||||
/unplugin/0.8.1_vite@3.0.7:
|
||||
resolution: {integrity: sha512-o7rUZoPLG1fH4LKinWgb77gDtTE6mw/iry0Pq0Z5UPvZ9+HZ1/4+7fic7t58s8/CGkPrDpGq+RltO+DmswcR4g==}
|
||||
peerDependencies:
|
||||
esbuild: '>=0.13'
|
||||
rollup: ^2.50.0
|
||||
vite: ^2.3.0 || ^3.0.0-0
|
||||
webpack: 4 || 5
|
||||
peerDependenciesMeta:
|
||||
esbuild:
|
||||
optional: true
|
||||
rollup:
|
||||
optional: true
|
||||
vite:
|
||||
optional: true
|
||||
webpack:
|
||||
optional: true
|
||||
dependencies:
|
||||
acorn: 8.8.0
|
||||
chokidar: 3.5.3
|
||||
vite: 3.0.7_sass@1.54.4
|
||||
webpack-sources: 3.2.3
|
||||
webpack-virtual-modules: 0.4.4
|
||||
dev: true
|
||||
|
||||
/unplugin/0.9.0_vite@3.0.7:
|
||||
/unplugin/0.9.0_vite@3.0.9:
|
||||
resolution: {integrity: sha512-6o7q8Y9yxdPi5yCPmRuFfeNnVzGumRNZSK6hIkvZ6hd0cfigVdm0qBx/GgQ/NEjs54eUV1qTjvMYKRs9yh3rzw==}
|
||||
peerDependencies:
|
||||
esbuild: '>=0.13'
|
||||
@ -6627,7 +6567,31 @@ packages:
|
||||
dependencies:
|
||||
acorn: 8.8.0
|
||||
chokidar: 3.5.3
|
||||
vite: 3.0.7_sass@1.54.4
|
||||
vite: 3.0.9_sass@1.54.4
|
||||
webpack-sources: 3.2.3
|
||||
webpack-virtual-modules: 0.4.4
|
||||
dev: true
|
||||
|
||||
/unplugin/0.9.3_vite@3.0.9:
|
||||
resolution: {integrity: sha512-GWXxizZG+tobNs8fuGTCeilerkkfZTZax2iivuE4pxLaF9wTnPJHOq8tbLKDb5ohVb+2BXNjrU9xx59yWTUnuw==}
|
||||
peerDependencies:
|
||||
esbuild: '>=0.13'
|
||||
rollup: ^2.50.0
|
||||
vite: ^2.3.0 || ^3.0.0-0
|
||||
webpack: 4 || 5
|
||||
peerDependenciesMeta:
|
||||
esbuild:
|
||||
optional: true
|
||||
rollup:
|
||||
optional: true
|
||||
vite:
|
||||
optional: true
|
||||
webpack:
|
||||
optional: true
|
||||
dependencies:
|
||||
acorn: 8.8.0
|
||||
chokidar: 3.5.3
|
||||
vite: 3.0.9_sass@1.54.4
|
||||
webpack-sources: 3.2.3
|
||||
webpack-virtual-modules: 0.4.4
|
||||
dev: true
|
||||
@ -6747,7 +6711,7 @@ packages:
|
||||
resolution: {integrity: sha512-3QQVJxIwO1afUoEm10e5J3S8AJ4eVKNL+78q8vW5TQhBYmjogyqBCiRPcax+OyWuECEnRRFSWX0KKrenVGzHOg==}
|
||||
dev: true
|
||||
|
||||
/vite-plugin-compression/0.5.1_vite@3.0.7:
|
||||
/vite-plugin-compression/0.5.1_vite@3.0.9:
|
||||
resolution: {integrity: sha512-5QJKBDc+gNYVqL/skgFAP81Yuzo9R+EAf19d+EtsMF/i8kFUpNi3J/H01QD3Oo8zBQn+NzoCIFkpPLynoOzaJg==}
|
||||
peerDependencies:
|
||||
vite: '>=2.0.0'
|
||||
@ -6755,12 +6719,12 @@ packages:
|
||||
chalk: 4.1.2
|
||||
debug: 4.3.3
|
||||
fs-extra: 10.1.0
|
||||
vite: 3.0.7_sass@1.54.4
|
||||
vite: 3.0.9_sass@1.54.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vite-plugin-html/3.2.0_vite@3.0.7:
|
||||
/vite-plugin-html/3.2.0_vite@3.0.9:
|
||||
resolution: {integrity: sha512-2VLCeDiHmV/BqqNn5h2V+4280KRgQzCFN47cst3WiNK848klESPQnzuC3okH5XHtgwHH/6s1Ho/YV6yIO0pgoQ==}
|
||||
peerDependencies:
|
||||
vite: '>=2.0.0'
|
||||
@ -6777,10 +6741,10 @@ packages:
|
||||
html-minifier-terser: 6.1.0
|
||||
node-html-parser: 5.3.3
|
||||
pathe: 0.2.0
|
||||
vite: 3.0.7_sass@1.54.4
|
||||
vite: 3.0.9_sass@1.54.4
|
||||
dev: true
|
||||
|
||||
/vite-plugin-mock/2.9.6_mockjs@1.1.0+vite@3.0.7:
|
||||
/vite-plugin-mock/2.9.6_mockjs@1.1.0+vite@3.0.9:
|
||||
resolution: {integrity: sha1-BN0j3muqBS+qW5rTF1FMkNYgXiU=, tarball: vite-plugin-mock/download/vite-plugin-mock-2.9.6.tgz}
|
||||
engines: {node: '>=12.0.0'}
|
||||
peerDependencies:
|
||||
@ -6797,13 +6761,13 @@ packages:
|
||||
fast-glob: 3.2.7
|
||||
mockjs: 1.1.0
|
||||
path-to-regexp: 6.2.1
|
||||
vite: 3.0.7_sass@1.54.4
|
||||
vite: 3.0.9_sass@1.54.4
|
||||
transitivePeerDependencies:
|
||||
- rollup
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vite-plugin-pages/0.25.0_maescve6qfmxiivfnurfw2np5m:
|
||||
/vite-plugin-pages/0.25.0_jz6tpbhhn2upnbiwxxr6wx7age:
|
||||
resolution: {integrity: sha512-q0SX2iSw0UrTnivkzsPb19ZxamShq1nE/e/CKOe8+uVg70/e14uJuzKnw7dZ2omPjmV9Lhks38nzJL6RDRGmeA==}
|
||||
peerDependencies:
|
||||
'@vue/compiler-sfc': ^2.7.0 || ^3.0.0
|
||||
@ -6821,19 +6785,19 @@ packages:
|
||||
json5: 2.2.1
|
||||
local-pkg: 0.4.1
|
||||
picocolors: 1.0.0
|
||||
vite: 3.0.7_sass@1.54.4
|
||||
vite: 3.0.9_sass@1.54.4
|
||||
yaml: 2.1.1
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vite-plugin-restart/0.2.0_vite@3.0.7:
|
||||
/vite-plugin-restart/0.2.0_vite@3.0.9:
|
||||
resolution: {integrity: sha512-DDgZh2EM0b2ZvqMpk3AOiXMP/ZOLhrJhUvcYkV21qbBl85tM5ezzt2OUXamV0wIsOzz3UDFAnLcHs3k6G3QMWw==}
|
||||
peerDependencies:
|
||||
vite: ^2.9.0 || ^3.0.0
|
||||
dependencies:
|
||||
micromatch: 4.0.5
|
||||
vite: 3.0.7_sass@1.54.4
|
||||
vite: 3.0.9_sass@1.54.4
|
||||
dev: true
|
||||
|
||||
/vite-plugin-spritesmith/0.1.1:
|
||||
@ -6847,7 +6811,7 @@ packages:
|
||||
spritesmith: 3.4.0
|
||||
dev: true
|
||||
|
||||
/vite-plugin-svg-icons/2.0.1_vite@3.0.7:
|
||||
/vite-plugin-svg-icons/2.0.1_vite@3.0.9:
|
||||
resolution: {integrity: sha512-6ktD+DhV6Rz3VtedYvBKKVA2eXF+sAQVaKkKLDSqGUfnhqXl3bj5PPkVTl3VexfTuZy66PmINi8Q6eFnVfRUmA==}
|
||||
peerDependencies:
|
||||
vite: '>=2.0.0'
|
||||
@ -6860,40 +6824,40 @@ packages:
|
||||
pathe: 0.2.0
|
||||
svg-baker: 1.7.0
|
||||
svgo: 2.8.0
|
||||
vite: 3.0.7_sass@1.54.4
|
||||
vite: 3.0.9_sass@1.54.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vite-plugin-vue-layouts/0.7.0_ddaxfhl3ke6v5kufpgk5bvkhqq:
|
||||
resolution: {integrity: sha512-k5XDmRNFo4M/GmUjhbRXj2WmJiFcGoVI8l/uZ72RHyRDQr4wE/6Zq/KFq0lqXomWQxTSzakQRUswzNwtvZLE8A==}
|
||||
/vite-plugin-vue-layouts/0.6.0_mbqc5gfnlks3hnfq3n5tmq5kgy:
|
||||
resolution: {integrity: sha512-7QX7o/NpCfs+hyXphwYfmPqAEQ6qd4uXsvI0VsovjGT2eCoEE5dMdP6L+uqqNWY4uqv7oCvtinecZmbzZv/9Rg==}
|
||||
peerDependencies:
|
||||
vite: ^2.5.0 || ^3.0.0-0
|
||||
vite: ^2.5.0
|
||||
vue: ^2.6.12 || ^3.2.4
|
||||
vue-router: ^3.5.1 || ^ 4.0.11
|
||||
dependencies:
|
||||
'@vue/compiler-sfc': 3.2.37
|
||||
debug: 4.3.4
|
||||
fast-glob: 3.2.11
|
||||
vite: 3.0.7_sass@1.54.4
|
||||
vite: 3.0.9_sass@1.54.4
|
||||
vue: 3.2.37
|
||||
vue-router: 4.1.3_vue@3.2.37
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vite-plugin-vue-setup-extend/0.4.0_vite@3.0.7:
|
||||
/vite-plugin-vue-setup-extend/0.4.0_vite@3.0.9:
|
||||
resolution: {integrity: sha512-WMbjPCui75fboFoUTHhdbXzu4Y/bJMv5N9QT9a7do3wNMNHHqrk+Tn2jrSJU0LS5fGl/EG+FEDBYVUeWIkDqXQ==, tarball: vite-plugin-vue-setup-extend/download/vite-plugin-vue-setup-extend-0.4.0.tgz}
|
||||
peerDependencies:
|
||||
vite: '>=2.0.0'
|
||||
dependencies:
|
||||
'@vue/compiler-sfc': 3.2.37
|
||||
magic-string: 0.25.7
|
||||
vite: 3.0.7_sass@1.54.4
|
||||
vite: 3.0.9_sass@1.54.4
|
||||
dev: true
|
||||
|
||||
/vite/3.0.7_sass@1.54.4:
|
||||
resolution: {integrity: sha512-dILhvKba1mbP1wCezVQx/qhEK7/+jVn9ciadEcyKMMhZpsuAi/eWZfJRMkmYlkSFG7Qq9NvJbgFq4XOBxugJsA==}
|
||||
/vite/3.0.9_sass@1.54.4:
|
||||
resolution: {integrity: sha512-waYABTM+G6DBTCpYAxvevpG50UOlZuynR0ckTK5PawNVt7ebX6X7wNXHaGIO6wYYFXSM7/WcuFuO2QzhBB6aMw==}
|
||||
engines: {node: ^14.18.0 || >=16.0.0}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
|
Loading…
Reference in New Issue
Block a user