mirror of
https://gitee.com/fantastic-admin/basic.git
synced 2024-12-05 05:27:39 +08:00
更新依赖
This commit is contained in:
parent
faaf93ffc8
commit
7308a43c5f
12
package.json
12
package.json
@ -23,7 +23,7 @@
|
||||
"@vueuse/integrations": "^9.1.0",
|
||||
"axios": "^0.27.2",
|
||||
"dayjs": "^1.11.5",
|
||||
"element-plus": "^2.2.14",
|
||||
"element-plus": "^2.2.16",
|
||||
"hotkeys-js": "^3.9.4",
|
||||
"js-cookie": "^3.0.1",
|
||||
"mavon-editor": "^3.0.0-beta",
|
||||
@ -35,15 +35,15 @@
|
||||
"pinia": "^2.0.19",
|
||||
"qs": "^6.11.0",
|
||||
"tinymce": "^6.1.2",
|
||||
"vue": "^3.2.37",
|
||||
"vue": "^3.2.38",
|
||||
"vue-router": "^4.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/ep": "^1.1.7",
|
||||
"@iconify/vue": "^3.2.1",
|
||||
"@vitejs/plugin-vue": "^3.0.3",
|
||||
"@vitejs/plugin-vue-jsx": "^2.0.0",
|
||||
"@vue/compiler-sfc": "^3.2.37",
|
||||
"@vitejs/plugin-vue-jsx": "^2.0.1",
|
||||
"@vue/compiler-sfc": "^3.2.38",
|
||||
"eslint": "^8.22.0",
|
||||
"eslint-plugin-vue": "^9.3.0",
|
||||
"esno": "^0.16.3",
|
||||
@ -54,7 +54,7 @@
|
||||
"plop": "^3.1.1",
|
||||
"postcss-html": "^1.5.0",
|
||||
"postcss-scss": "^4.0.4",
|
||||
"sass": "^1.54.4",
|
||||
"sass": "^1.54.8",
|
||||
"stylelint": "^14.10.0",
|
||||
"stylelint-config-recommended-scss": "^7.0.0",
|
||||
"stylelint-config-recommended-vue": "^1.4.0",
|
||||
@ -68,7 +68,7 @@
|
||||
"vite-plugin-compression": "^0.5.1",
|
||||
"vite-plugin-html": "^3.2.0",
|
||||
"vite-plugin-mock": "^2.9.6",
|
||||
"vite-plugin-pages": "^0.25.0",
|
||||
"vite-plugin-pages": "^0.26.0",
|
||||
"vite-plugin-restart": "^0.2.0",
|
||||
"vite-plugin-spritesmith": "^0.1.1",
|
||||
"vite-plugin-svg-icons": "^2.0.1",
|
||||
|
286
pnpm-lock.yaml
286
pnpm-lock.yaml
@ -5,13 +5,13 @@ specifiers:
|
||||
'@iconify/vue': ^3.2.1
|
||||
'@tinymce/tinymce-vue': ^5.0.0
|
||||
'@vitejs/plugin-vue': ^3.0.3
|
||||
'@vitejs/plugin-vue-jsx': ^2.0.0
|
||||
'@vue/compiler-sfc': ^3.2.37
|
||||
'@vitejs/plugin-vue-jsx': ^2.0.1
|
||||
'@vue/compiler-sfc': ^3.2.38
|
||||
'@vueuse/core': ^9.1.0
|
||||
'@vueuse/integrations': ^9.1.0
|
||||
axios: ^0.27.2
|
||||
dayjs: ^1.11.5
|
||||
element-plus: ^2.2.14
|
||||
element-plus: ^2.2.16
|
||||
eslint: ^8.22.0
|
||||
eslint-plugin-vue: ^9.3.0
|
||||
esno: ^0.16.3
|
||||
@ -32,7 +32,7 @@ specifiers:
|
||||
postcss-html: ^1.5.0
|
||||
postcss-scss: ^4.0.4
|
||||
qs: ^6.11.0
|
||||
sass: ^1.54.4
|
||||
sass: ^1.54.8
|
||||
stylelint: ^14.10.0
|
||||
stylelint-config-recommended-scss: ^7.0.0
|
||||
stylelint-config-recommended-vue: ^1.4.0
|
||||
@ -47,23 +47,23 @@ specifiers:
|
||||
vite-plugin-compression: ^0.5.1
|
||||
vite-plugin-html: ^3.2.0
|
||||
vite-plugin-mock: ^2.9.6
|
||||
vite-plugin-pages: ^0.25.0
|
||||
vite-plugin-pages: ^0.26.0
|
||||
vite-plugin-restart: ^0.2.0
|
||||
vite-plugin-spritesmith: ^0.1.1
|
||||
vite-plugin-svg-icons: ^2.0.1
|
||||
vite-plugin-vue-layouts: ^0.6.0
|
||||
vite-plugin-vue-setup-extend: ^0.4.0
|
||||
vue: ^3.2.37
|
||||
vue: ^3.2.38
|
||||
vue-eslint-parser: ^9.0.3
|
||||
vue-router: ^4.1.3
|
||||
|
||||
dependencies:
|
||||
'@tinymce/tinymce-vue': 5.0.0_vue@3.2.37
|
||||
'@vueuse/core': 9.1.1_vue@3.2.37
|
||||
'@vueuse/integrations': 9.1.1_khosuxbgrc57nlgxhejqutw6o4
|
||||
'@tinymce/tinymce-vue': 5.0.0_vue@3.2.38
|
||||
'@vueuse/core': 9.1.1_vue@3.2.38
|
||||
'@vueuse/integrations': 9.1.1_posao6vtu6foazd4rjcvu56noi
|
||||
axios: 0.27.2
|
||||
dayjs: 1.11.5
|
||||
element-plus: 2.2.15_vue@3.2.37
|
||||
element-plus: 2.2.16_vue@3.2.38
|
||||
hotkeys-js: 3.9.5
|
||||
js-cookie: 3.0.1
|
||||
mavon-editor: 3.0.0-beta
|
||||
@ -72,18 +72,18 @@ dependencies:
|
||||
nprogress: 0.2.0
|
||||
path-browserify: 1.0.1
|
||||
path-to-regexp: 6.2.1
|
||||
pinia: 2.0.21_vue@3.2.37
|
||||
pinia: 2.0.21_vue@3.2.38
|
||||
qs: 6.11.0
|
||||
tinymce: 6.1.2
|
||||
vue: 3.2.37
|
||||
vue-router: 4.1.5_vue@3.2.37
|
||||
vue: 3.2.38
|
||||
vue-router: 4.1.5_vue@3.2.38
|
||||
|
||||
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.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
|
||||
'@iconify/vue': 3.2.1_vue@3.2.38
|
||||
'@vitejs/plugin-vue': 3.0.3_vite@3.0.9+vue@3.2.38
|
||||
'@vitejs/plugin-vue-jsx': 2.0.1_vite@3.0.9+vue@3.2.38
|
||||
'@vue/compiler-sfc': 3.2.38
|
||||
eslint: 8.23.0
|
||||
eslint-plugin-vue: 9.4.0_eslint@8.23.0
|
||||
esno: 0.16.3
|
||||
@ -94,7 +94,7 @@ devDependencies:
|
||||
plop: 3.1.1
|
||||
postcss-html: 1.5.0
|
||||
postcss-scss: 4.0.4
|
||||
sass: 1.54.5
|
||||
sass: 1.54.8
|
||||
stylelint: 14.11.0
|
||||
stylelint-config-recommended-scss: 7.0.0_stylelint@14.11.0
|
||||
stylelint-config-recommended-vue: 1.4.0_35nbotopgds64plu275w6fpq24
|
||||
@ -102,17 +102,17 @@ devDependencies:
|
||||
stylelint-scss: 4.3.0_stylelint@14.11.0
|
||||
svgo: 2.8.0
|
||||
unplugin-auto-import: 0.11.2_jfxn32i2eq37u3jpfk3zc3f4hy
|
||||
unplugin-vue-components: 0.22.4_vite@3.0.9+vue@3.2.37
|
||||
vite: 3.0.9_sass@1.54.5
|
||||
unplugin-vue-components: 0.22.4_vite@3.0.9+vue@3.2.38
|
||||
vite: 3.0.9_sass@1.54.8
|
||||
vite-plugin-banner: 0.4.0
|
||||
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-pages: 0.26.0_wiqxe6lvsihpzczlnrpvdo52gi
|
||||
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.9
|
||||
vite-plugin-vue-layouts: 0.6.0_uswjtmwiq3dr5isbuunm676bpy
|
||||
vite-plugin-vue-layouts: 0.6.0_6mq554ppdovqha7mpqwyic5fpy
|
||||
vite-plugin-vue-setup-extend: 0.4.0_vite@3.0.9
|
||||
vue-eslint-parser: 9.0.3_eslint@8.23.0
|
||||
|
||||
@ -435,12 +435,12 @@ packages:
|
||||
engines: {node: '>=10'}
|
||||
dev: false
|
||||
|
||||
/@element-plus/icons-vue/2.0.9_vue@3.2.37:
|
||||
/@element-plus/icons-vue/2.0.9_vue@3.2.38:
|
||||
resolution: {integrity: sha512-okdrwiVeKBmW41Hkl0eMrXDjzJwhQMuKiBOu17rOszqM+LS/yBYpNQNV5Jvoh06Wc+89fMmb/uhzf8NZuDuUaQ==}
|
||||
peerDependencies:
|
||||
vue: ^3.2.0
|
||||
dependencies:
|
||||
vue: 3.2.37
|
||||
vue: 3.2.38
|
||||
dev: false
|
||||
|
||||
/@esbuild-kit/cjs-loader/2.3.3:
|
||||
@ -499,14 +499,14 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@floating-ui/core/0.7.3:
|
||||
resolution: {integrity: sha512-buc8BXHmG9l82+OQXOFU3Kr2XQx9ys01U/Q9HMIrZ300iLc8HLMgh7dcCqgYzAzf4BkoQvDcXf5Y+CuEZ5JBYg==}
|
||||
/@floating-ui/core/1.0.1:
|
||||
resolution: {integrity: sha512-bO37brCPfteXQfFY0DyNDGB3+IMe4j150KFQcgJ5aBP295p9nBGeHEs/p0czrRbtlHq4Px/yoPXO/+dOCcF4uA==}
|
||||
dev: false
|
||||
|
||||
/@floating-ui/dom/0.5.4:
|
||||
resolution: {integrity: sha512-419BMceRLq0RrmTSDxn8hf9R3VCJv2K9PUfugh5JyEFmdjzDo+e8U5EdR8nzKq8Yj1htzLm3b6eQEEam3/rrtg==}
|
||||
/@floating-ui/dom/1.0.1:
|
||||
resolution: {integrity: sha512-wBDiLUKWU8QNPNOTAFHiIAkBv1KlHauG2AhqjSeh2H+wR8PX+AArXfz8NkRexH5PgMJMmSOS70YS89AbWYh5dA==}
|
||||
dependencies:
|
||||
'@floating-ui/core': 0.7.3
|
||||
'@floating-ui/core': 1.0.1
|
||||
dev: false
|
||||
|
||||
/@humanwhocodes/config-array/0.10.4:
|
||||
@ -543,12 +543,12 @@ packages:
|
||||
resolution: {integrity: sha512-Jh0llaK2LRXQoYsorIH8maClebsnzTcve+7U3rQUSnC11X4jtPnFuyatqFLvMxZ8MLG8dB4zfHsbPfuvxluONw==}
|
||||
dev: true
|
||||
|
||||
/@iconify/vue/3.2.1_vue@3.2.37:
|
||||
/@iconify/vue/3.2.1_vue@3.2.38:
|
||||
resolution: {integrity: sha512-c4R6ZgFo1JrJ8aPMMgOPgfU7lBswihMGR+yWe/P4ZukC3kTkeT4+lkt9Pc/itVFMkwva/S/7u9YofmYv57fnNQ==}
|
||||
peerDependencies:
|
||||
vue: 3.x
|
||||
dependencies:
|
||||
vue: 3.2.37
|
||||
vue: 3.2.38
|
||||
dev: true
|
||||
|
||||
/@jridgewell/gen-mapping/0.1.1:
|
||||
@ -597,7 +597,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
/@nodelib/fs.scandir/2.1.5:
|
||||
resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
|
||||
resolution: {integrity: sha1-dhnC6yGyVIP20WdUi0z9WnSIw9U=, tarball: '@nodelib/fs.scandir/download/@nodelib/fs.scandir-2.1.5.tgz'}
|
||||
engines: {node: '>= 8'}
|
||||
dependencies:
|
||||
'@nodelib/fs.stat': 2.0.5
|
||||
@ -654,13 +654,13 @@ packages:
|
||||
resolution: {integrity: sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ==}
|
||||
dev: false
|
||||
|
||||
/@tinymce/tinymce-vue/5.0.0_vue@3.2.37:
|
||||
/@tinymce/tinymce-vue/5.0.0_vue@3.2.38:
|
||||
resolution: {integrity: sha512-1HRCNa2eGdztOKShYAiHIry50LTU6YJG//qSP9AJElrXhb3BIBN0Bef6E56nZObVgwCgSmI4cnX35VU9D49aow==}
|
||||
peerDependencies:
|
||||
vue: ^3.0.0
|
||||
dependencies:
|
||||
tinymce: 6.1.2
|
||||
vue: 3.2.37
|
||||
vue: 3.2.38
|
||||
dev: false
|
||||
|
||||
/@trysound/sax/0.2.0:
|
||||
@ -750,9 +750,9 @@ packages:
|
||||
/@types/web-bluetooth/0.0.15:
|
||||
resolution: {integrity: sha512-w7hEHXnPMEZ+4nGKl/KDRVpxkwYxYExuHOYXyzIzCDzEZ9ZCGMAewulr9IqJu2LR4N37fcnb1XVeuZ09qgOxhA==}
|
||||
|
||||
/@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'}
|
||||
/@vitejs/plugin-vue-jsx/2.0.1_vite@3.0.9+vue@3.2.38:
|
||||
resolution: {integrity: sha512-lmiR1k9+lrF7LMczO0pxtQ8mOn6XeppJDHxnpxkJQpT5SiKz4SKhKdeNstXaTNuR8qZhUo5X0pJlcocn72Y4Jg==}
|
||||
engines: {node: ^14.18.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
vite: ^3.0.0
|
||||
vue: ^3.0.0
|
||||
@ -761,21 +761,21 @@ packages:
|
||||
'@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.18.13
|
||||
'@babel/plugin-transform-typescript': 7.18.12_@babel+core@7.18.13
|
||||
'@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.18.13
|
||||
vite: 3.0.9_sass@1.54.5
|
||||
vue: 3.2.37
|
||||
vite: 3.0.9_sass@1.54.8
|
||||
vue: 3.2.38
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@vitejs/plugin-vue/3.0.3_vite@3.0.9+vue@3.2.37:
|
||||
/@vitejs/plugin-vue/3.0.3_vite@3.0.9+vue@3.2.38:
|
||||
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.9_sass@1.54.5
|
||||
vue: 3.2.37
|
||||
vite: 3.0.9_sass@1.54.8
|
||||
vue: 3.2.38
|
||||
dev: true
|
||||
|
||||
/@vue/babel-helper-vue-transform-on/1.0.2:
|
||||
@ -799,94 +799,94 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@vue/compiler-core/3.2.37:
|
||||
resolution: {integrity: sha512-81KhEjo7YAOh0vQJoSmAD68wLfYqJvoiD4ulyedzF+OEk/bk6/hx3fTNVfuzugIIaTrOx4PGx6pAiBRe5e9Zmg==}
|
||||
/@vue/compiler-core/3.2.38:
|
||||
resolution: {integrity: sha512-/FsvnSu7Z+lkd/8KXMa4yYNUiqQrI22135gfsQYVGuh5tqEgOB0XqrUdb/KnCLa5+TmQLPwvyUnKMyCpu+SX3Q==}
|
||||
dependencies:
|
||||
'@babel/parser': 7.18.13
|
||||
'@vue/shared': 3.2.37
|
||||
'@vue/shared': 3.2.38
|
||||
estree-walker: 2.0.2
|
||||
source-map: 0.6.1
|
||||
|
||||
/@vue/compiler-dom/3.2.37:
|
||||
resolution: {integrity: sha512-yxJLH167fucHKxaqXpYk7x8z7mMEnXOw3G2q62FTkmsvNxu4FQSu5+3UMb+L7fjKa26DEzhrmCxAgFLLIzVfqQ==}
|
||||
/@vue/compiler-dom/3.2.38:
|
||||
resolution: {integrity: sha512-zqX4FgUbw56kzHlgYuEEJR8mefFiiyR3u96498+zWPsLeh1WKvgIReoNE+U7gG8bCUdvsrJ0JRmev0Ky6n2O0g==}
|
||||
dependencies:
|
||||
'@vue/compiler-core': 3.2.37
|
||||
'@vue/shared': 3.2.37
|
||||
'@vue/compiler-core': 3.2.38
|
||||
'@vue/shared': 3.2.38
|
||||
|
||||
/@vue/compiler-sfc/3.2.37:
|
||||
resolution: {integrity: sha512-+7i/2+9LYlpqDv+KTtWhOZH+pa8/HnX/905MdVmAcI/mPQOBwkHHIzrsEsucyOIZQYMkXUiTkmZq5am/NyXKkg==}
|
||||
/@vue/compiler-sfc/3.2.38:
|
||||
resolution: {integrity: sha512-KZjrW32KloMYtTcHAFuw3CqsyWc5X6seb8KbkANSWt3Cz9p2qA8c1GJpSkksFP9ABb6an0FLCFl46ZFXx3kKpg==}
|
||||
dependencies:
|
||||
'@babel/parser': 7.18.13
|
||||
'@vue/compiler-core': 3.2.37
|
||||
'@vue/compiler-dom': 3.2.37
|
||||
'@vue/compiler-ssr': 3.2.37
|
||||
'@vue/reactivity-transform': 3.2.37
|
||||
'@vue/shared': 3.2.37
|
||||
'@vue/compiler-core': 3.2.38
|
||||
'@vue/compiler-dom': 3.2.38
|
||||
'@vue/compiler-ssr': 3.2.38
|
||||
'@vue/reactivity-transform': 3.2.38
|
||||
'@vue/shared': 3.2.38
|
||||
estree-walker: 2.0.2
|
||||
magic-string: 0.25.9
|
||||
postcss: 8.4.16
|
||||
source-map: 0.6.1
|
||||
|
||||
/@vue/compiler-ssr/3.2.37:
|
||||
resolution: {integrity: sha512-7mQJD7HdXxQjktmsWp/J67lThEIcxLemz1Vb5I6rYJHR5vI+lON3nPGOH3ubmbvYGt8xEUaAr1j7/tIFWiEOqw==}
|
||||
/@vue/compiler-ssr/3.2.38:
|
||||
resolution: {integrity: sha512-bm9jOeyv1H3UskNm4S6IfueKjUNFmi2kRweFIGnqaGkkRePjwEcfCVqyS3roe7HvF4ugsEkhf4+kIvDhip6XzQ==}
|
||||
dependencies:
|
||||
'@vue/compiler-dom': 3.2.37
|
||||
'@vue/shared': 3.2.37
|
||||
'@vue/compiler-dom': 3.2.38
|
||||
'@vue/shared': 3.2.38
|
||||
|
||||
/@vue/devtools-api/6.2.1:
|
||||
resolution: {integrity: sha512-OEgAMeQXvCoJ+1x8WyQuVZzFo0wcyCmUR3baRVLmKBo1LmYZWMlRiXlux5jd0fqVJu6PfDbOrZItVqUEzLobeQ==}
|
||||
|
||||
/@vue/reactivity-transform/3.2.37:
|
||||
resolution: {integrity: sha512-IWopkKEb+8qpu/1eMKVeXrK0NLw9HicGviJzhJDEyfxTR9e1WtpnnbYkJWurX6WwoFP0sz10xQg8yL8lgskAZg==}
|
||||
/@vue/reactivity-transform/3.2.38:
|
||||
resolution: {integrity: sha512-3SD3Jmi1yXrDwiNJqQ6fs1x61WsDLqVk4NyKVz78mkaIRh6d3IqtRnptgRfXn+Fzf+m6B1KxBYWq1APj6h4qeA==}
|
||||
dependencies:
|
||||
'@babel/parser': 7.18.13
|
||||
'@vue/compiler-core': 3.2.37
|
||||
'@vue/shared': 3.2.37
|
||||
'@vue/compiler-core': 3.2.38
|
||||
'@vue/shared': 3.2.38
|
||||
estree-walker: 2.0.2
|
||||
magic-string: 0.25.9
|
||||
|
||||
/@vue/reactivity/3.2.37:
|
||||
resolution: {integrity: sha512-/7WRafBOshOc6m3F7plwzPeCu/RCVv9uMpOwa/5PiY1Zz+WLVRWiy0MYKwmg19KBdGtFWsmZ4cD+LOdVPcs52A==}
|
||||
/@vue/reactivity/3.2.38:
|
||||
resolution: {integrity: sha512-6L4myYcH9HG2M25co7/BSo0skKFHpAN8PhkNPM4xRVkyGl1K5M3Jx4rp5bsYhvYze2K4+l+pioN4e6ZwFLUVtw==}
|
||||
dependencies:
|
||||
'@vue/shared': 3.2.37
|
||||
'@vue/shared': 3.2.38
|
||||
|
||||
/@vue/runtime-core/3.2.37:
|
||||
resolution: {integrity: sha512-JPcd9kFyEdXLl/i0ClS7lwgcs0QpUAWj+SKX2ZC3ANKi1U4DOtiEr6cRqFXsPwY5u1L9fAjkinIdB8Rz3FoYNQ==}
|
||||
/@vue/runtime-core/3.2.38:
|
||||
resolution: {integrity: sha512-kk0qiSiXUU/IKxZw31824rxmFzrLr3TL6ZcbrxWTKivadoKupdlzbQM4SlGo4MU6Zzrqv4fzyUasTU1jDoEnzg==}
|
||||
dependencies:
|
||||
'@vue/reactivity': 3.2.37
|
||||
'@vue/shared': 3.2.37
|
||||
'@vue/reactivity': 3.2.38
|
||||
'@vue/shared': 3.2.38
|
||||
|
||||
/@vue/runtime-dom/3.2.37:
|
||||
resolution: {integrity: sha512-HimKdh9BepShW6YozwRKAYjYQWg9mQn63RGEiSswMbW+ssIht1MILYlVGkAGGQbkhSh31PCdoUcfiu4apXJoPw==}
|
||||
/@vue/runtime-dom/3.2.38:
|
||||
resolution: {integrity: sha512-4PKAb/ck2TjxdMSzMsnHViOrrwpudk4/A56uZjhzvusoEU9xqa5dygksbzYepdZeB5NqtRw5fRhWIiQlRVK45A==}
|
||||
dependencies:
|
||||
'@vue/runtime-core': 3.2.37
|
||||
'@vue/shared': 3.2.37
|
||||
'@vue/runtime-core': 3.2.38
|
||||
'@vue/shared': 3.2.38
|
||||
csstype: 2.6.20
|
||||
|
||||
/@vue/server-renderer/3.2.37_vue@3.2.37:
|
||||
resolution: {integrity: sha512-kLITEJvaYgZQ2h47hIzPh2K3jG8c1zCVbp/o/bzQOyvzaKiCquKS7AaioPI28GNxIsE/zSx+EwWYsNxDCX95MA==}
|
||||
/@vue/server-renderer/3.2.38_vue@3.2.38:
|
||||
resolution: {integrity: sha512-pg+JanpbOZ5kEfOZzO2bt02YHd+ELhYP8zPeLU1H0e7lg079NtuuSB8fjLdn58c4Ou8UQ6C1/P+528nXnLPAhA==}
|
||||
peerDependencies:
|
||||
vue: 3.2.37
|
||||
vue: 3.2.38
|
||||
dependencies:
|
||||
'@vue/compiler-ssr': 3.2.37
|
||||
'@vue/shared': 3.2.37
|
||||
vue: 3.2.37
|
||||
'@vue/compiler-ssr': 3.2.38
|
||||
'@vue/shared': 3.2.38
|
||||
vue: 3.2.38
|
||||
|
||||
/@vue/shared/3.2.37:
|
||||
resolution: {integrity: sha512-4rSJemR2NQIo9Klm1vabqWjD8rs/ZaJSzMxkMNeJS6lHiUjjUeYFbooN19NgFjztubEKh3WlZUeOLVdbbUWHsw==}
|
||||
/@vue/shared/3.2.38:
|
||||
resolution: {integrity: sha512-dTyhTIRmGXBjxJE+skC8tTWCGLCVc4wQgRRLt8+O9p5ewBAjoBwtCAkLPrtToSr1xltoe3st21Pv953aOZ7alg==}
|
||||
|
||||
/@vueuse/core/9.1.1_vue@3.2.37:
|
||||
/@vueuse/core/9.1.1_vue@3.2.38:
|
||||
resolution: {integrity: sha512-QfuaNWRDMQcCUwXylCyYhPC3ScS9Tiiz4J0chdwr3vOemBwRToSywq8MP+ZegKYFnbETzRY8G/5zC+ca30wrRQ==}
|
||||
dependencies:
|
||||
'@types/web-bluetooth': 0.0.15
|
||||
'@vueuse/metadata': 9.1.1
|
||||
'@vueuse/shared': 9.1.1_vue@3.2.37
|
||||
vue-demi: 0.13.11_vue@3.2.37
|
||||
'@vueuse/shared': 9.1.1_vue@3.2.38
|
||||
vue-demi: 0.13.11_vue@3.2.38
|
||||
transitivePeerDependencies:
|
||||
- '@vue/composition-api'
|
||||
- vue
|
||||
|
||||
/@vueuse/integrations/9.1.1_khosuxbgrc57nlgxhejqutw6o4:
|
||||
/@vueuse/integrations/9.1.1_posao6vtu6foazd4rjcvu56noi:
|
||||
resolution: {integrity: sha512-RVRio67rogVIV8e1Uov93JuxrE7UXhRm2B1pzdTAd+/oBxo4E3WaoXo/naI3kW1quvlOUv+g1/6goyGQoIGSow==}
|
||||
peerDependencies:
|
||||
async-validator: '*'
|
||||
@ -921,11 +921,11 @@ packages:
|
||||
universal-cookie:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@vueuse/core': 9.1.1_vue@3.2.37
|
||||
'@vueuse/shared': 9.1.1_vue@3.2.37
|
||||
'@vueuse/core': 9.1.1_vue@3.2.38
|
||||
'@vueuse/shared': 9.1.1_vue@3.2.38
|
||||
axios: 0.27.2
|
||||
nprogress: 0.2.0
|
||||
vue-demi: 0.13.11_vue@3.2.37
|
||||
vue-demi: 0.13.11_vue@3.2.38
|
||||
transitivePeerDependencies:
|
||||
- '@vue/composition-api'
|
||||
- vue
|
||||
@ -934,10 +934,10 @@ packages:
|
||||
/@vueuse/metadata/9.1.1:
|
||||
resolution: {integrity: sha512-XZ2KtSW+85LLHB/IdGILPAtbIVHasPsAW7aqz3BRMzJdAQWRiM/FGa1OKBwLbXtUw/AmjKYFlZJo7eOFIBXRog==}
|
||||
|
||||
/@vueuse/shared/9.1.1_vue@3.2.37:
|
||||
/@vueuse/shared/9.1.1_vue@3.2.38:
|
||||
resolution: {integrity: sha512-c+IfcOYmHiHqoEa3ED1Tbpue5GHmoUmTp8PtO4YbczthtY155Rt6DmWhjxMLXBF1Bcidagxljmp/7xtAzEHXLw==}
|
||||
dependencies:
|
||||
vue-demi: 0.13.11_vue@3.2.37
|
||||
vue-demi: 0.13.11_vue@3.2.38
|
||||
transitivePeerDependencies:
|
||||
- '@vue/composition-api'
|
||||
- vue
|
||||
@ -2012,18 +2012,18 @@ packages:
|
||||
resolution: {integrity: sha512-ejwIKXTg1wqbmkcRJh9Ur3hFGHFDZDw1POzdsVrB2WZjgRuRMHIQQKNpe64N/qh3ZtH2otEoRoS+s6arAAuAAw==}
|
||||
dev: true
|
||||
|
||||
/element-plus/2.2.15_vue@3.2.37:
|
||||
resolution: {integrity: sha512-SMIx8xKB1YawT9JocyFhbs3Av2rXFfxrCVTLMYS0DK0xnW+fKvwjZngLfwF6MyRzXIuzNW17XFtu0iP3tlJHbA==}
|
||||
/element-plus/2.2.16_vue@3.2.38:
|
||||
resolution: {integrity: sha512-rvaTMFIujec9YDC5lyaiQv2XVUCHuhVDq2k+9vQxP78N8Wd07iEOGa9pvEVOO2uYc75l4rSl2RE/IWPH/6Mdzw==}
|
||||
peerDependencies:
|
||||
vue: ^3.2.0
|
||||
dependencies:
|
||||
'@ctrl/tinycolor': 3.4.1
|
||||
'@element-plus/icons-vue': 2.0.9_vue@3.2.37
|
||||
'@floating-ui/dom': 0.5.4
|
||||
'@element-plus/icons-vue': 2.0.9_vue@3.2.38
|
||||
'@floating-ui/dom': 1.0.1
|
||||
'@popperjs/core': /@sxzz/popperjs-es/2.11.7
|
||||
'@types/lodash': 4.14.184
|
||||
'@types/lodash-es': 4.17.6
|
||||
'@vueuse/core': 9.1.1_vue@3.2.37
|
||||
'@vueuse/core': 9.1.1_vue@3.2.38
|
||||
async-validator: 4.2.5
|
||||
dayjs: 1.11.5
|
||||
escape-html: 1.0.3
|
||||
@ -2032,7 +2032,7 @@ packages:
|
||||
lodash-unified: 1.0.2_3ib2ivapxullxkx3xftsimdk7u
|
||||
memoize-one: 6.0.0
|
||||
normalize-wheel-es: 1.2.0
|
||||
vue: 3.2.37
|
||||
vue: 3.2.38
|
||||
transitivePeerDependencies:
|
||||
- '@vue/composition-api'
|
||||
dev: false
|
||||
@ -2074,8 +2074,8 @@ packages:
|
||||
is-arrayish: 0.2.1
|
||||
dev: true
|
||||
|
||||
/es-abstract/1.20.1:
|
||||
resolution: {integrity: sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==}
|
||||
/es-abstract/1.20.2:
|
||||
resolution: {integrity: sha512-XxXQuVNrySBNlEkTYJoDNFe5+s2yIOpzq80sUHEdPdQr0S5nTLz4ZPPPswNIpKseDDUS5yghX1gfLIHQZ1iNuQ==}
|
||||
engines: {node: '>= 0.4'}
|
||||
dependencies:
|
||||
call-bind: 1.0.2
|
||||
@ -3060,7 +3060,7 @@ packages:
|
||||
dependencies:
|
||||
call-bind: 1.0.2
|
||||
define-properties: 1.1.4
|
||||
es-abstract: 1.20.1
|
||||
es-abstract: 1.20.2
|
||||
functions-have-names: 1.2.3
|
||||
dev: true
|
||||
|
||||
@ -3910,7 +3910,7 @@ packages:
|
||||
dependencies:
|
||||
available-typed-arrays: 1.0.5
|
||||
call-bind: 1.0.2
|
||||
es-abstract: 1.20.1
|
||||
es-abstract: 1.20.2
|
||||
for-each: 0.3.3
|
||||
has-tostringtag: 1.0.0
|
||||
dev: true
|
||||
@ -5050,7 +5050,7 @@ packages:
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/pinia/2.0.21_vue@3.2.37:
|
||||
/pinia/2.0.21_vue@3.2.38:
|
||||
resolution: {integrity: sha512-6ol04PtL29O0Z6JHI47O3JUSoyOJ7Og0rstXrHVMZSP4zAldsQBXJCNF0i/H7m8vp/Hjd/CSmuPl7C5QAwpeWQ==}
|
||||
peerDependencies:
|
||||
'@vue/composition-api': ^1.4.0
|
||||
@ -5063,8 +5063,8 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@vue/devtools-api': 6.2.1
|
||||
vue: 3.2.37
|
||||
vue-demi: 0.13.11_vue@3.2.37
|
||||
vue: 3.2.38
|
||||
vue-demi: 0.13.11_vue@3.2.38
|
||||
dev: false
|
||||
|
||||
/pixelsmith/2.6.0:
|
||||
@ -5568,8 +5568,8 @@ packages:
|
||||
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
|
||||
dev: true
|
||||
|
||||
/sass/1.54.5:
|
||||
resolution: {integrity: sha512-p7DTOzxkUPa/63FU0R3KApkRHwcVZYC0PLnLm5iyZACyp15qSi32x7zVUhRdABAATmkALqgGrjCJAcWvobmhHw==}
|
||||
/sass/1.54.8:
|
||||
resolution: {integrity: sha512-ib4JhLRRgbg6QVy6bsv5uJxnJMTS2soVcCp9Y88Extyy13A8vV0G1fAwujOzmNkFQbR3LvedudAMbtuNRPbQww==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
@ -5898,7 +5898,7 @@ packages:
|
||||
dependencies:
|
||||
call-bind: 1.0.2
|
||||
define-properties: 1.1.4
|
||||
es-abstract: 1.20.1
|
||||
es-abstract: 1.20.2
|
||||
dev: true
|
||||
|
||||
/string.prototype.trimstart/1.0.5:
|
||||
@ -5906,7 +5906,7 @@ packages:
|
||||
dependencies:
|
||||
call-bind: 1.0.2
|
||||
define-properties: 1.1.4
|
||||
es-abstract: 1.20.1
|
||||
es-abstract: 1.20.2
|
||||
dev: true
|
||||
|
||||
/string_decoder/0.10.31:
|
||||
@ -6455,7 +6455,7 @@ packages:
|
||||
dependencies:
|
||||
'@antfu/utils': 0.5.2
|
||||
'@rollup/pluginutils': 4.2.1
|
||||
'@vueuse/core': 9.1.1_vue@3.2.37
|
||||
'@vueuse/core': 9.1.1_vue@3.2.38
|
||||
local-pkg: 0.4.2
|
||||
magic-string: 0.26.2
|
||||
unimport: 0.6.7_vite@3.0.9
|
||||
@ -6467,7 +6467,7 @@ packages:
|
||||
- webpack
|
||||
dev: true
|
||||
|
||||
/unplugin-vue-components/0.22.4_vite@3.0.9+vue@3.2.37:
|
||||
/unplugin-vue-components/0.22.4_vite@3.0.9+vue@3.2.38:
|
||||
resolution: {integrity: sha512-2rRZcM9OnJGXnYxQNfaceEYuPeVACcWySIjy8WBwIiN3onr980TmA3XE5pRJFt8zoQrUA+c46oyIq96noLqrEQ==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
@ -6487,7 +6487,7 @@ packages:
|
||||
minimatch: 5.1.0
|
||||
resolve: 1.22.1
|
||||
unplugin: 0.9.5_vite@3.0.9
|
||||
vue: 3.2.37
|
||||
vue: 3.2.38
|
||||
transitivePeerDependencies:
|
||||
- esbuild
|
||||
- rollup
|
||||
@ -6515,7 +6515,7 @@ packages:
|
||||
dependencies:
|
||||
acorn: 8.8.0
|
||||
chokidar: 3.5.3
|
||||
vite: 3.0.9_sass@1.54.5
|
||||
vite: 3.0.9_sass@1.54.8
|
||||
webpack-sources: 3.2.3
|
||||
webpack-virtual-modules: 0.4.4
|
||||
dev: true
|
||||
@ -6647,7 +6647,7 @@ packages:
|
||||
chalk: 4.1.2
|
||||
debug: 4.3.4
|
||||
fs-extra: 10.1.0
|
||||
vite: 3.0.9_sass@1.54.5
|
||||
vite: 3.0.9_sass@1.54.8
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
@ -6669,7 +6669,7 @@ packages:
|
||||
html-minifier-terser: 6.1.0
|
||||
node-html-parser: 5.4.1
|
||||
pathe: 0.2.0
|
||||
vite: 3.0.9_sass@1.54.5
|
||||
vite: 3.0.9_sass@1.54.8
|
||||
dev: true
|
||||
|
||||
/vite-plugin-mock/2.9.6_mockjs@1.1.0+vite@3.0.9:
|
||||
@ -6689,14 +6689,14 @@ packages:
|
||||
fast-glob: 3.2.11
|
||||
mockjs: 1.1.0
|
||||
path-to-regexp: 6.2.1
|
||||
vite: 3.0.9_sass@1.54.5
|
||||
vite: 3.0.9_sass@1.54.8
|
||||
transitivePeerDependencies:
|
||||
- rollup
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vite-plugin-pages/0.25.0_jz6tpbhhn2upnbiwxxr6wx7age:
|
||||
resolution: {integrity: sha512-q0SX2iSw0UrTnivkzsPb19ZxamShq1nE/e/CKOe8+uVg70/e14uJuzKnw7dZ2omPjmV9Lhks38nzJL6RDRGmeA==}
|
||||
/vite-plugin-pages/0.26.0_wiqxe6lvsihpzczlnrpvdo52gi:
|
||||
resolution: {integrity: sha512-yJZvwHEt7puYIf19S89IvkDsWPjWleSied4H8hmdW6i8buCA93z1UAU1ipW1d8fNKrC4FzXsUHHbPm6+kl1p9w==}
|
||||
peerDependencies:
|
||||
'@vue/compiler-sfc': ^2.7.0 || ^3.0.0
|
||||
vite: ^2.0.0 || ^3.0.0-0
|
||||
@ -6705,7 +6705,7 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@types/debug': 4.1.7
|
||||
'@vue/compiler-sfc': 3.2.37
|
||||
'@vue/compiler-sfc': 3.2.38
|
||||
debug: 4.3.4
|
||||
deep-equal: 2.0.5
|
||||
extract-comments: 1.1.0
|
||||
@ -6713,7 +6713,7 @@ packages:
|
||||
json5: 2.2.1
|
||||
local-pkg: 0.4.2
|
||||
picocolors: 1.0.0
|
||||
vite: 3.0.9_sass@1.54.5
|
||||
vite: 3.0.9_sass@1.54.8
|
||||
yaml: 2.1.1
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@ -6725,7 +6725,7 @@ packages:
|
||||
vite: ^2.9.0 || ^3.0.0
|
||||
dependencies:
|
||||
micromatch: 4.0.5
|
||||
vite: 3.0.9_sass@1.54.5
|
||||
vite: 3.0.9_sass@1.54.8
|
||||
dev: true
|
||||
|
||||
/vite-plugin-spritesmith/0.1.1:
|
||||
@ -6752,24 +6752,24 @@ packages:
|
||||
pathe: 0.2.0
|
||||
svg-baker: 1.7.0
|
||||
svgo: 2.8.0
|
||||
vite: 3.0.9_sass@1.54.5
|
||||
vite: 3.0.9_sass@1.54.8
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vite-plugin-vue-layouts/0.6.0_uswjtmwiq3dr5isbuunm676bpy:
|
||||
/vite-plugin-vue-layouts/0.6.0_6mq554ppdovqha7mpqwyic5fpy:
|
||||
resolution: {integrity: sha512-7QX7o/NpCfs+hyXphwYfmPqAEQ6qd4uXsvI0VsovjGT2eCoEE5dMdP6L+uqqNWY4uqv7oCvtinecZmbzZv/9Rg==}
|
||||
peerDependencies:
|
||||
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
|
||||
'@vue/compiler-sfc': 3.2.38
|
||||
debug: 4.3.4
|
||||
fast-glob: 3.2.11
|
||||
vite: 3.0.9_sass@1.54.5
|
||||
vue: 3.2.37
|
||||
vue-router: 4.1.5_vue@3.2.37
|
||||
vite: 3.0.9_sass@1.54.8
|
||||
vue: 3.2.38
|
||||
vue-router: 4.1.5_vue@3.2.38
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
@ -6779,12 +6779,12 @@ packages:
|
||||
peerDependencies:
|
||||
vite: '>=2.0.0'
|
||||
dependencies:
|
||||
'@vue/compiler-sfc': 3.2.37
|
||||
'@vue/compiler-sfc': 3.2.38
|
||||
magic-string: 0.25.9
|
||||
vite: 3.0.9_sass@1.54.5
|
||||
vite: 3.0.9_sass@1.54.8
|
||||
dev: true
|
||||
|
||||
/vite/3.0.9_sass@1.54.5:
|
||||
/vite/3.0.9_sass@1.54.8:
|
||||
resolution: {integrity: sha512-waYABTM+G6DBTCpYAxvevpG50UOlZuynR0ckTK5PawNVt7ebX6X7wNXHaGIO6wYYFXSM7/WcuFuO2QzhBB6aMw==}
|
||||
engines: {node: ^14.18.0 || >=16.0.0}
|
||||
hasBin: true
|
||||
@ -6807,12 +6807,12 @@ packages:
|
||||
postcss: 8.4.16
|
||||
resolve: 1.22.1
|
||||
rollup: 2.77.3
|
||||
sass: 1.54.5
|
||||
sass: 1.54.8
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.2
|
||||
dev: true
|
||||
|
||||
/vue-demi/0.13.11_vue@3.2.37:
|
||||
/vue-demi/0.13.11_vue@3.2.38:
|
||||
resolution: {integrity: sha512-IR8HoEEGM65YY3ZJYAjMlKygDQn25D5ajNFNoKh9RSDMQtlzCxtfQjdQgv9jjK+m3377SsJXY8ysq8kLCZL25A==}
|
||||
engines: {node: '>=12'}
|
||||
hasBin: true
|
||||
@ -6824,7 +6824,7 @@ packages:
|
||||
'@vue/composition-api':
|
||||
optional: true
|
||||
dependencies:
|
||||
vue: 3.2.37
|
||||
vue: 3.2.38
|
||||
|
||||
/vue-eslint-parser/9.0.3_eslint@8.23.0:
|
||||
resolution: {integrity: sha512-yL+ZDb+9T0ELG4VIFo/2anAOz8SvBdlqEnQnvJ3M7Scq56DvtjY0VY88bByRZB0D4J0u8olBcfrXTVONXsh4og==}
|
||||
@ -6844,22 +6844,22 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vue-router/4.1.5_vue@3.2.37:
|
||||
/vue-router/4.1.5_vue@3.2.38:
|
||||
resolution: {integrity: sha512-IsvoF5D2GQ/EGTs/Th4NQms9gd2NSqV+yylxIyp/OYp8xOwxmU8Kj/74E9DTSYAyH5LX7idVUngN3JSj1X4xcQ==}
|
||||
peerDependencies:
|
||||
vue: ^3.2.0
|
||||
dependencies:
|
||||
'@vue/devtools-api': 6.2.1
|
||||
vue: 3.2.37
|
||||
vue: 3.2.38
|
||||
|
||||
/vue/3.2.37:
|
||||
resolution: {integrity: sha512-bOKEZxrm8Eh+fveCqS1/NkG/n6aMidsI6hahas7pa0w/l7jkbssJVsRhVDs07IdDq7h9KHswZOgItnwJAgtVtQ==}
|
||||
/vue/3.2.38:
|
||||
resolution: {integrity: sha512-hHrScEFSmDAWL0cwO4B6WO7D3sALZPbfuThDsGBebthrNlDxdJZpGR3WB87VbjpPh96mep1+KzukYEhpHDFa8Q==}
|
||||
dependencies:
|
||||
'@vue/compiler-dom': 3.2.37
|
||||
'@vue/compiler-sfc': 3.2.37
|
||||
'@vue/runtime-dom': 3.2.37
|
||||
'@vue/server-renderer': 3.2.37_vue@3.2.37
|
||||
'@vue/shared': 3.2.37
|
||||
'@vue/compiler-dom': 3.2.38
|
||||
'@vue/compiler-sfc': 3.2.38
|
||||
'@vue/runtime-dom': 3.2.38
|
||||
'@vue/server-renderer': 3.2.38_vue@3.2.38
|
||||
'@vue/shared': 3.2.38
|
||||
|
||||
/wcwidth/1.0.1:
|
||||
resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==}
|
||||
@ -6908,7 +6908,7 @@ packages:
|
||||
dependencies:
|
||||
available-typed-arrays: 1.0.5
|
||||
call-bind: 1.0.2
|
||||
es-abstract: 1.20.1
|
||||
es-abstract: 1.20.2
|
||||
for-each: 0.3.3
|
||||
has-tostringtag: 1.0.0
|
||||
is-typed-array: 1.1.9
|
||||
|
Loading…
Reference in New Issue
Block a user