mirror of
https://gitee.com/yiming_chang/vue-pure-admin.git
synced 2024-11-29 17:57:37 +08:00
chore(deps): update
This commit is contained in:
parent
5d87e9916f
commit
5873caf596
20
package.json
20
package.json
@ -31,8 +31,8 @@
|
||||
"dependencies": {
|
||||
"@amap/amap-jsapi-loader": "^1.0.1",
|
||||
"@howdyjs/mouse-menu": "^2.0.7",
|
||||
"@logicflow/core": "^1.2.8",
|
||||
"@logicflow/extension": "^1.2.8",
|
||||
"@logicflow/core": "^1.2.9",
|
||||
"@logicflow/extension": "^1.2.9",
|
||||
"@pureadmin/descriptions": "^1.1.1",
|
||||
"@pureadmin/table": "^2.3.2",
|
||||
"@pureadmin/utils": "^1.9.6",
|
||||
@ -47,7 +47,7 @@
|
||||
"dayjs": "^1.11.8",
|
||||
"echarts": "^5.4.2",
|
||||
"el-table-infinite-scroll": "^3.0.1",
|
||||
"element-plus": "^2.3.6",
|
||||
"element-plus": "^2.3.7",
|
||||
"intro.js": "^7.0.1",
|
||||
"js-cookie": "^3.0.5",
|
||||
"jsbarcode": "^3.11.5",
|
||||
@ -84,8 +84,8 @@
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^17.6.5",
|
||||
"@commitlint/config-conventional": "^17.6.5",
|
||||
"@iconify-icons/ep": "^1.2.11",
|
||||
"@iconify-icons/ri": "^1.2.8",
|
||||
"@iconify-icons/ep": "^1.2.12",
|
||||
"@iconify-icons/ri": "^1.2.9",
|
||||
"@iconify/vue": "^4.1.1",
|
||||
"@intlify/unplugin-vue-i18n": "^0.11.0",
|
||||
"@pureadmin/theme": "^3.1.0",
|
||||
@ -97,8 +97,8 @@
|
||||
"@types/qrcode": "^1.5.0",
|
||||
"@types/qs": "^6.9.7",
|
||||
"@types/sortablejs": "^1.15.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.11",
|
||||
"@typescript-eslint/parser": "^5.59.11",
|
||||
"@typescript-eslint/eslint-plugin": "^5.60.0",
|
||||
"@typescript-eslint/parser": "^5.60.0",
|
||||
"@vitejs/plugin-vue": "^4.2.3",
|
||||
"@vitejs/plugin-vue-jsx": "^3.0.1",
|
||||
"@vue/eslint-config-prettier": "^7.1.0",
|
||||
@ -120,7 +120,7 @@
|
||||
"pretty-quick": "^3.1.3",
|
||||
"rimraf": "^5.0.1",
|
||||
"rollup-plugin-visualizer": "^5.9.2",
|
||||
"sass": "^1.63.4",
|
||||
"sass": "^1.63.5",
|
||||
"sass-loader": "^13.3.2",
|
||||
"stylelint": "^15.8.0",
|
||||
"stylelint-config-html": "^1.1.0",
|
||||
@ -135,7 +135,7 @@
|
||||
"stylelint-scss": "^5.0.1",
|
||||
"svgo": "^3.0.2",
|
||||
"tailwindcss": "^3.3.2",
|
||||
"terser": "^5.18.0",
|
||||
"terser": "^5.18.1",
|
||||
"typescript": "5.0.4",
|
||||
"vite": "^4.3.9",
|
||||
"vite-plugin-cdn-import": "^0.3.5",
|
||||
@ -144,7 +144,7 @@
|
||||
"vite-plugin-remove-console": "^2.1.1",
|
||||
"vite-svg-loader": "^4.0.0",
|
||||
"vue-eslint-parser": "^9.3.1",
|
||||
"vue-tsc": "^1.8.0"
|
||||
"vue-tsc": "^1.8.1"
|
||||
},
|
||||
"pnpm": {
|
||||
"peerDependencyRules": {
|
||||
|
304
pnpm-lock.yaml
304
pnpm-lock.yaml
@ -5,12 +5,12 @@ specifiers:
|
||||
"@commitlint/cli": ^17.6.5
|
||||
"@commitlint/config-conventional": ^17.6.5
|
||||
"@howdyjs/mouse-menu": ^2.0.7
|
||||
"@iconify-icons/ep": ^1.2.11
|
||||
"@iconify-icons/ri": ^1.2.8
|
||||
"@iconify-icons/ep": ^1.2.12
|
||||
"@iconify-icons/ri": ^1.2.9
|
||||
"@iconify/vue": ^4.1.1
|
||||
"@intlify/unplugin-vue-i18n": ^0.11.0
|
||||
"@logicflow/core": ^1.2.8
|
||||
"@logicflow/extension": ^1.2.8
|
||||
"@logicflow/core": ^1.2.9
|
||||
"@logicflow/extension": ^1.2.9
|
||||
"@pureadmin/descriptions": ^1.1.1
|
||||
"@pureadmin/table": ^2.3.2
|
||||
"@pureadmin/theme": ^3.1.0
|
||||
@ -23,8 +23,8 @@ specifiers:
|
||||
"@types/qrcode": ^1.5.0
|
||||
"@types/qs": ^6.9.7
|
||||
"@types/sortablejs": ^1.15.1
|
||||
"@typescript-eslint/eslint-plugin": ^5.59.11
|
||||
"@typescript-eslint/parser": ^5.59.11
|
||||
"@typescript-eslint/eslint-plugin": ^5.60.0
|
||||
"@typescript-eslint/parser": ^5.60.0
|
||||
"@vitejs/plugin-vue": ^4.2.3
|
||||
"@vitejs/plugin-vue-jsx": ^3.0.1
|
||||
"@vue/eslint-config-prettier": ^7.1.0
|
||||
@ -43,7 +43,7 @@ specifiers:
|
||||
dayjs: ^1.11.8
|
||||
echarts: ^5.4.2
|
||||
el-table-infinite-scroll: ^3.0.1
|
||||
element-plus: ^2.3.6
|
||||
element-plus: ^2.3.7
|
||||
eslint: ^8.43.0
|
||||
eslint-plugin-prettier: ^4.2.1
|
||||
eslint-plugin-vue: ^9.15.0
|
||||
@ -72,7 +72,7 @@ specifiers:
|
||||
responsive-storage: ^2.2.0
|
||||
rimraf: ^5.0.1
|
||||
rollup-plugin-visualizer: ^5.9.2
|
||||
sass: ^1.63.4
|
||||
sass: ^1.63.5
|
||||
sass-loader: ^13.3.2
|
||||
sortablejs: ^1.15.0
|
||||
stylelint: ^15.8.0
|
||||
@ -89,7 +89,7 @@ specifiers:
|
||||
svgo: ^3.0.2
|
||||
swiper: ^9.4.1
|
||||
tailwindcss: ^3.3.2
|
||||
terser: ^5.18.0
|
||||
terser: ^5.18.1
|
||||
typeit: ^8.7.1
|
||||
typescript: 5.0.4
|
||||
v-contextmenu: 3.0.0
|
||||
@ -107,7 +107,7 @@ specifiers:
|
||||
vue-json-pretty: ^2.2.4
|
||||
vue-pdf-embed: ^1.1.6
|
||||
vue-router: ^4.2.2
|
||||
vue-tsc: ^1.8.0
|
||||
vue-tsc: ^1.8.1
|
||||
vue-types: ^5.0.4
|
||||
vue-virtual-scroller: 2.0.0-beta.7
|
||||
vue-waterfall-plugin-next: ^2.2.1
|
||||
@ -119,10 +119,10 @@ specifiers:
|
||||
dependencies:
|
||||
"@amap/amap-jsapi-loader": 1.0.1
|
||||
"@howdyjs/mouse-menu": 2.0.7_vue@3.3.4
|
||||
"@logicflow/core": 1.2.8
|
||||
"@logicflow/extension": 1.2.8
|
||||
"@pureadmin/descriptions": 1.1.1_element-plus@2.3.6
|
||||
"@pureadmin/table": 2.3.2_element-plus@2.3.6
|
||||
"@logicflow/core": 1.2.9
|
||||
"@logicflow/extension": 1.2.9
|
||||
"@pureadmin/descriptions": 1.1.1_element-plus@2.3.7
|
||||
"@pureadmin/table": 2.3.2_element-plus@2.3.7
|
||||
"@pureadmin/utils": 1.9.6_echarts@5.4.2+vue@3.3.4
|
||||
"@vueuse/core": 10.2.0_vue@3.3.4
|
||||
"@vueuse/motion": 2.0.0_vue@3.3.4
|
||||
@ -135,7 +135,7 @@ dependencies:
|
||||
dayjs: 1.11.8
|
||||
echarts: 5.4.2
|
||||
el-table-infinite-scroll: 3.0.1
|
||||
element-plus: 2.3.6_vue@3.3.4
|
||||
element-plus: 2.3.7_vue@3.3.4
|
||||
intro.js: 7.0.1
|
||||
js-cookie: 3.0.5
|
||||
jsbarcode: 3.11.5
|
||||
@ -172,8 +172,8 @@ dependencies:
|
||||
devDependencies:
|
||||
"@commitlint/cli": 17.6.5
|
||||
"@commitlint/config-conventional": 17.6.5
|
||||
"@iconify-icons/ep": 1.2.11
|
||||
"@iconify-icons/ri": 1.2.8
|
||||
"@iconify-icons/ep": 1.2.12
|
||||
"@iconify-icons/ri": 1.2.9
|
||||
"@iconify/vue": 4.1.1_vue@3.3.4
|
||||
"@intlify/unplugin-vue-i18n": 0.11.0_vue-i18n@9.2.2
|
||||
"@pureadmin/theme": 3.1.0
|
||||
@ -185,8 +185,8 @@ devDependencies:
|
||||
"@types/qrcode": 1.5.0
|
||||
"@types/qs": 6.9.7
|
||||
"@types/sortablejs": 1.15.1
|
||||
"@typescript-eslint/eslint-plugin": 5.59.11_6voygpyxjks5ejvhkpbvdol6gq
|
||||
"@typescript-eslint/parser": 5.59.11_fsssjpk4ezl7mpaxdgpssv73ie
|
||||
"@typescript-eslint/eslint-plugin": 5.60.0_i6u37blvulxlszyhkflwwnyave
|
||||
"@typescript-eslint/parser": 5.60.0_fsssjpk4ezl7mpaxdgpssv73ie
|
||||
"@vitejs/plugin-vue": 4.2.3_vite@4.3.9+vue@3.3.4
|
||||
"@vitejs/plugin-vue-jsx": 3.0.1_vite@4.3.9+vue@3.3.4
|
||||
"@vue/eslint-config-prettier": 7.1.0_bxz4zaiplh63a3nbhxngrogoky
|
||||
@ -208,8 +208,8 @@ devDependencies:
|
||||
pretty-quick: 3.1.3_prettier@2.8.8
|
||||
rimraf: 5.0.1
|
||||
rollup-plugin-visualizer: 5.9.2
|
||||
sass: 1.63.4
|
||||
sass-loader: 13.3.2_sass@1.63.4
|
||||
sass: 1.63.5
|
||||
sass-loader: 13.3.2_sass@1.63.5
|
||||
stylelint: 15.8.0
|
||||
stylelint-config-html: 1.1.0_mvog3pcismoqiofxpbzhc46kxq
|
||||
stylelint-config-recess-order: 4.2.0_stylelint@15.8.0
|
||||
@ -223,16 +223,16 @@ devDependencies:
|
||||
stylelint-scss: 5.0.1_stylelint@15.8.0
|
||||
svgo: 3.0.2
|
||||
tailwindcss: 3.3.2
|
||||
terser: 5.18.0
|
||||
terser: 5.18.1
|
||||
typescript: 5.0.4
|
||||
vite: 4.3.9_pliwzynf6o24nw6a5hdplg4xiq
|
||||
vite: 4.3.9_pkrcaghuhlfdigptyvdajp2oau
|
||||
vite-plugin-cdn-import: 0.3.5
|
||||
vite-plugin-compression: 0.5.1_vite@4.3.9
|
||||
vite-plugin-mock: 2.9.6_mockjs@1.1.0+vite@4.3.9
|
||||
vite-plugin-remove-console: 2.1.1
|
||||
vite-svg-loader: 4.0.0
|
||||
vue-eslint-parser: 9.3.1_eslint@8.43.0
|
||||
vue-tsc: 1.8.0_typescript@5.0.4
|
||||
vue-tsc: 1.8.1_typescript@5.0.4
|
||||
|
||||
packages:
|
||||
/@alloc/quick-lru/5.2.0:
|
||||
@ -1047,14 +1047,14 @@ packages:
|
||||
engines: { node: ^14 || ^16 || >=18 }
|
||||
dev: true
|
||||
|
||||
/@csstools/media-query-list-parser/2.1.0_g5wmdbqtzzaodrrmvxcit5gfji:
|
||||
/@csstools/media-query-list-parser/2.1.1_g5wmdbqtzzaodrrmvxcit5gfji:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-MXkR+TeaS2q9IkpyO6jVCdtA/bfpABJxIrfkLswThFN8EZZgI2RfAHhm6sDNDuYV25d5+b8Lj1fpTccIcSLPsQ==
|
||||
integrity: sha512-pUjtFbaKbiFNjJo8pprrIaXLvQvWIlwPiFnRI4sEnc4F0NIGTOsw8kaJSR3CmZAKEvV8QYckovgAnWQC0bgLLQ==
|
||||
}
|
||||
engines: { node: ^14 || ^16 || >=18 }
|
||||
peerDependencies:
|
||||
"@csstools/css-parser-algorithms": ^2.1.1
|
||||
"@csstools/css-parser-algorithms": ^2.2.0
|
||||
"@csstools/css-tokenizer": ^2.1.1
|
||||
dependencies:
|
||||
"@csstools/css-parser-algorithms": 2.2.0_gdfqdfecdiaxr4x3xd7wxrvuhq
|
||||
@ -1412,10 +1412,10 @@ packages:
|
||||
}
|
||||
dev: false
|
||||
|
||||
/@floating-ui/dom/1.4.1:
|
||||
/@floating-ui/dom/1.4.2:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-loCXUOLzIC3jp50RFOKXZ/kQjjz26ryr/23M+FWG9jrmAv8lRf3DUfC2AiVZ3+K316GOhB08CR+Povwz8e9mDw==
|
||||
integrity: sha512-VKmvHVatWnewmGGy+7Mdy4cTJX71Pli6v/Wjb5RQBuq5wjUYx+Ef+kRThi8qggZqDgD8CogCpqhRoVp3+yQk+g==
|
||||
}
|
||||
dependencies:
|
||||
"@floating-ui/core": 1.3.1
|
||||
@ -1462,19 +1462,19 @@ packages:
|
||||
}
|
||||
dev: true
|
||||
|
||||
/@iconify-icons/ep/1.2.11:
|
||||
/@iconify-icons/ep/1.2.12:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-6wBR3xVbWpEfxlkriDG27PT3Z0t09Z/G/IH05Ql7XlhVRs8v2bKFPslNHkwBnZXaaR9hTB+5J+MBR5rrK16vcw==
|
||||
integrity: sha512-8EJULn048sQq3fvytpQ5j40omnVOdBKpo+sXdYM35NRrqCe1BihxBesMcCOLWaocqkWia6uTQ3cnRHff4ZA11w==
|
||||
}
|
||||
dependencies:
|
||||
"@iconify/types": 2.0.0
|
||||
dev: true
|
||||
|
||||
/@iconify-icons/ri/1.2.8:
|
||||
/@iconify-icons/ri/1.2.9:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-fr1ny90XcBJGljFvwht+9rflB791H0V6wqVARR7u9qml5ZRsT5WPLCoZwwXGAp4UxU0gQRWyMYhklkW3+3ZZOA==
|
||||
integrity: sha512-BIxB+Hm6M1amgT+ebrD5XizKhjwaM5bC0F5Yg3tyN1dOfc++tzFeulbXb9cmTk9YfpqPZ1SUGJo5r0Wze+wUcA==
|
||||
}
|
||||
dependencies:
|
||||
"@iconify/types": 2.0.0
|
||||
@ -1521,7 +1521,7 @@ packages:
|
||||
estree-walker: 2.0.2
|
||||
jsonc-eslint-parser: 1.4.1
|
||||
magic-string: 0.30.0
|
||||
mlly: 1.3.0
|
||||
mlly: 1.4.0
|
||||
source-map: 0.6.1
|
||||
vue-i18n: 9.2.2_vue@3.3.4
|
||||
yaml-eslint-parser: 0.3.2
|
||||
@ -1869,7 +1869,7 @@ packages:
|
||||
jest-regex-util: 27.5.1
|
||||
jest-util: 27.5.1
|
||||
micromatch: 4.0.5
|
||||
pirates: 4.0.5
|
||||
pirates: 4.0.6
|
||||
slash: 3.0.0
|
||||
source-map: 0.6.1
|
||||
write-file-atomic: 3.0.3
|
||||
@ -1965,10 +1965,10 @@ packages:
|
||||
"@jridgewell/sourcemap-codec": 1.4.15
|
||||
dev: true
|
||||
|
||||
/@logicflow/core/1.2.8:
|
||||
/@logicflow/core/1.2.9:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-rXICx2aGpMHAecWngHN1m0uNHGr6pKEr5b5k/nDRlOY7PDaTuEHvyLzZP8rF3vElIEZb8kpuSKZsZZxrniqqVg==
|
||||
integrity: sha512-3He1BXLYB+5bzgl28hZ24akLebPBGbnmNSvmKWZZdKn9jHVvqPbE3Yt3XEKzwTwSP92yPnGtkzx2FOOEgXa0iQ==
|
||||
}
|
||||
dependencies:
|
||||
"@types/mousetrap": 1.6.11
|
||||
@ -1976,13 +1976,13 @@ packages:
|
||||
preact: 10.15.1
|
||||
dev: false
|
||||
|
||||
/@logicflow/extension/1.2.8:
|
||||
/@logicflow/extension/1.2.9:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-YsihopHbZYVdx9bOaxKcGSVYGZEx7wCJ0h9syRTUo6qjW7jGs9ijrI778gdHqmRDQ5xtN71EB2QiwxgP+XYOmQ==
|
||||
integrity: sha512-QF/x48Zc53lVl+fBxbCZUY9sg2ZQn63nYCqJhnosa53vBNWj4cp4iCkALKZMpLX/36ws6o3jSd9C1+POdN+3Xw==
|
||||
}
|
||||
dependencies:
|
||||
"@logicflow/core": 1.2.8
|
||||
"@logicflow/core": 1.2.9
|
||||
ids: 1.0.0
|
||||
jest: 27.5.1
|
||||
lodash-es: 4.17.21
|
||||
@ -2032,7 +2032,7 @@ packages:
|
||||
requiresBuild: true
|
||||
dependencies:
|
||||
"@nuxt/schema": 3.5.3
|
||||
c12: 1.4.1
|
||||
c12: 1.4.2
|
||||
consola: 3.1.0
|
||||
defu: 6.1.2
|
||||
globby: 13.2.0
|
||||
@ -2040,7 +2040,7 @@ packages:
|
||||
ignore: 5.2.4
|
||||
jiti: 1.18.2
|
||||
knitwork: 1.0.0
|
||||
mlly: 1.3.0
|
||||
mlly: 1.4.0
|
||||
pathe: 1.1.1
|
||||
pkg-types: 1.0.3
|
||||
scule: 1.0.0
|
||||
@ -2086,7 +2086,7 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@pureadmin/descriptions/1.1.1_element-plus@2.3.6:
|
||||
/@pureadmin/descriptions/1.1.1_element-plus@2.3.7:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-4BHLKomLU/LxGs5EUA+h+aKNrJEkhrU6+QE8VoWfJZ8VTU6ddvFLT/Pi4WuO5CWNXM9ZjqvHLFFVwEPlKntqtg==
|
||||
@ -2095,11 +2095,11 @@ packages:
|
||||
element-plus: ^2.0.0
|
||||
dependencies:
|
||||
"@element-plus/icons-vue": 2.1.0_vue@3.3.4
|
||||
element-plus: 2.3.6_vue@3.3.4
|
||||
element-plus: 2.3.7_vue@3.3.4
|
||||
vue: 3.3.4
|
||||
dev: false
|
||||
|
||||
/@pureadmin/table/2.3.2_element-plus@2.3.6:
|
||||
/@pureadmin/table/2.3.2_element-plus@2.3.7:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-oaMf8X4bv5KPcO4li+bO7W28BS5IMy+zxPpPNh/Tdxewc2dykvoqqpRIAiS8prJOHxI42/77xbjoGb+lwQH5aA==
|
||||
@ -2107,7 +2107,7 @@ packages:
|
||||
peerDependencies:
|
||||
element-plus: ^2.0.0
|
||||
dependencies:
|
||||
element-plus: 2.3.6_vue@3.3.4
|
||||
element-plus: 2.3.7_vue@3.3.4
|
||||
vue: 3.3.4
|
||||
dev: false
|
||||
|
||||
@ -2543,10 +2543,10 @@ packages:
|
||||
"@types/yargs-parser": 21.0.0
|
||||
dev: false
|
||||
|
||||
/@typescript-eslint/eslint-plugin/5.59.11_6voygpyxjks5ejvhkpbvdol6gq:
|
||||
/@typescript-eslint/eslint-plugin/5.60.0_i6u37blvulxlszyhkflwwnyave:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-XxuOfTkCUiOSyBWIvHlUraLw/JT/6Io1365RO6ZuI88STKMavJZPNMU0lFcUTeQXEhHiv64CbxYxBNoDVSmghg==
|
||||
integrity: sha512-78B+anHLF1TI8Jn/cD0Q00TBYdMgjdOn980JfAVa9yw5sop8nyTfVOQAv6LWywkOGLclDBtv5z3oxN4w7jxyNg==
|
||||
}
|
||||
engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 }
|
||||
peerDependencies:
|
||||
@ -2558,10 +2558,10 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
"@eslint-community/regexpp": 4.5.1
|
||||
"@typescript-eslint/parser": 5.59.11_fsssjpk4ezl7mpaxdgpssv73ie
|
||||
"@typescript-eslint/scope-manager": 5.59.11
|
||||
"@typescript-eslint/type-utils": 5.59.11_fsssjpk4ezl7mpaxdgpssv73ie
|
||||
"@typescript-eslint/utils": 5.59.11_fsssjpk4ezl7mpaxdgpssv73ie
|
||||
"@typescript-eslint/parser": 5.60.0_fsssjpk4ezl7mpaxdgpssv73ie
|
||||
"@typescript-eslint/scope-manager": 5.60.0
|
||||
"@typescript-eslint/type-utils": 5.60.0_fsssjpk4ezl7mpaxdgpssv73ie
|
||||
"@typescript-eslint/utils": 5.60.0_fsssjpk4ezl7mpaxdgpssv73ie
|
||||
debug: 4.3.4
|
||||
eslint: 8.43.0
|
||||
grapheme-splitter: 1.0.4
|
||||
@ -2574,10 +2574,10 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser/5.59.11_fsssjpk4ezl7mpaxdgpssv73ie:
|
||||
/@typescript-eslint/parser/5.60.0_fsssjpk4ezl7mpaxdgpssv73ie:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-s9ZF3M+Nym6CAZEkJJeO2TFHHDsKAM3ecNkLuH4i4s8/RCPnF5JRip2GyviYkeEAcwGMJxkqG9h2dAsnA1nZpA==
|
||||
integrity: sha512-jBONcBsDJ9UoTWrARkRRCgDz6wUggmH5RpQVlt7BimSwaTkTjwypGzKORXbR4/2Hqjk9hgwlon2rVQAjWNpkyQ==
|
||||
}
|
||||
engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 }
|
||||
peerDependencies:
|
||||
@ -2587,9 +2587,9 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager": 5.59.11
|
||||
"@typescript-eslint/types": 5.59.11
|
||||
"@typescript-eslint/typescript-estree": 5.59.11_typescript@5.0.4
|
||||
"@typescript-eslint/scope-manager": 5.60.0
|
||||
"@typescript-eslint/types": 5.60.0
|
||||
"@typescript-eslint/typescript-estree": 5.60.0_typescript@5.0.4
|
||||
debug: 4.3.4
|
||||
eslint: 8.43.0
|
||||
typescript: 5.0.4
|
||||
@ -2597,21 +2597,21 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/scope-manager/5.59.11:
|
||||
/@typescript-eslint/scope-manager/5.60.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-dHFOsxoLFtrIcSj5h0QoBT/89hxQONwmn3FOQ0GOQcLOOXm+MIrS8zEAhs4tWl5MraxCY3ZJpaXQQdFMc2Tu+Q==
|
||||
integrity: sha512-hakuzcxPwXi2ihf9WQu1BbRj1e/Pd8ZZwVTG9kfbxAMZstKz8/9OoexIwnmLzShtsdap5U/CoQGRCWlSuPbYxQ==
|
||||
}
|
||||
engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 }
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 5.59.11
|
||||
"@typescript-eslint/visitor-keys": 5.59.11
|
||||
"@typescript-eslint/types": 5.60.0
|
||||
"@typescript-eslint/visitor-keys": 5.60.0
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/type-utils/5.59.11_fsssjpk4ezl7mpaxdgpssv73ie:
|
||||
/@typescript-eslint/type-utils/5.60.0_fsssjpk4ezl7mpaxdgpssv73ie:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-LZqVY8hMiVRF2a7/swmkStMYSoXMFlzL6sXV6U/2gL5cwnLWQgLEG8tjWPpaE4rMIdZ6VKWwcffPlo1jPfk43g==
|
||||
integrity: sha512-X7NsRQddORMYRFH7FWo6sA9Y/zbJ8s1x1RIAtnlj6YprbToTiQnM6vxcMu7iYhdunmoC0rUWlca13D5DVHkK2g==
|
||||
}
|
||||
engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 }
|
||||
peerDependencies:
|
||||
@ -2621,8 +2621,8 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
"@typescript-eslint/typescript-estree": 5.59.11_typescript@5.0.4
|
||||
"@typescript-eslint/utils": 5.59.11_fsssjpk4ezl7mpaxdgpssv73ie
|
||||
"@typescript-eslint/typescript-estree": 5.60.0_typescript@5.0.4
|
||||
"@typescript-eslint/utils": 5.60.0_fsssjpk4ezl7mpaxdgpssv73ie
|
||||
debug: 4.3.4
|
||||
eslint: 8.43.0
|
||||
tsutils: 3.21.0_typescript@5.0.4
|
||||
@ -2631,18 +2631,18 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/types/5.59.11:
|
||||
/@typescript-eslint/types/5.60.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-epoN6R6tkvBYSc+cllrz+c2sOFWkbisJZWkOE+y3xHtvYaOE6Wk6B8e114McRJwFRjGvYdJwLXQH5c9osME/AA==
|
||||
integrity: sha512-ascOuoCpNZBccFVNJRSC6rPq4EmJ2NkuoKnd6LDNyAQmdDnziAtxbCGWCbefG1CNzmDvd05zO36AmB7H8RzKPA==
|
||||
}
|
||||
engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 }
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree/5.59.11_typescript@5.0.4:
|
||||
/@typescript-eslint/typescript-estree/5.60.0_typescript@5.0.4:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-YupOpot5hJO0maupJXixi6l5ETdrITxeo5eBOeuV7RSKgYdU3G5cxO49/9WRnJq9EMrB7AuTSLH/bqOsXi7wPA==
|
||||
integrity: sha512-R43thAuwarC99SnvrBmh26tc7F6sPa2B3evkXp/8q954kYL6Ro56AwASYWtEEi+4j09GbiNAHqYwNNZuNlARGQ==
|
||||
}
|
||||
engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 }
|
||||
peerDependencies:
|
||||
@ -2651,8 +2651,8 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 5.59.11
|
||||
"@typescript-eslint/visitor-keys": 5.59.11
|
||||
"@typescript-eslint/types": 5.60.0
|
||||
"@typescript-eslint/visitor-keys": 5.60.0
|
||||
debug: 4.3.4
|
||||
globby: 11.1.0
|
||||
is-glob: 4.0.3
|
||||
@ -2663,10 +2663,10 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils/5.59.11_fsssjpk4ezl7mpaxdgpssv73ie:
|
||||
/@typescript-eslint/utils/5.60.0_fsssjpk4ezl7mpaxdgpssv73ie:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-didu2rHSOMUdJThLk4aZ1Or8IcO3HzCw/ZvEjTTIfjIrcdd5cvSIwwDy2AOlE7htSNp7QIZ10fLMyRCveesMLg==
|
||||
integrity: sha512-ba51uMqDtfLQ5+xHtwlO84vkdjrqNzOnqrnwbMHMRY8Tqeme8C2Q8Fc7LajfGR+e3/4LoYiWXUM6BpIIbHJ4hQ==
|
||||
}
|
||||
engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 }
|
||||
peerDependencies:
|
||||
@ -2675,9 +2675,9 @@ packages:
|
||||
"@eslint-community/eslint-utils": 4.4.0_eslint@8.43.0
|
||||
"@types/json-schema": 7.0.12
|
||||
"@types/semver": 7.5.0
|
||||
"@typescript-eslint/scope-manager": 5.59.11
|
||||
"@typescript-eslint/types": 5.59.11
|
||||
"@typescript-eslint/typescript-estree": 5.59.11_typescript@5.0.4
|
||||
"@typescript-eslint/scope-manager": 5.60.0
|
||||
"@typescript-eslint/types": 5.60.0
|
||||
"@typescript-eslint/typescript-estree": 5.60.0_typescript@5.0.4
|
||||
eslint: 8.43.0
|
||||
eslint-scope: 5.1.1
|
||||
semver: 7.5.2
|
||||
@ -2686,14 +2686,14 @@ packages:
|
||||
- typescript
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/visitor-keys/5.59.11:
|
||||
/@typescript-eslint/visitor-keys/5.60.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-KGYniTGG3AMTuKF9QBD7EIrvufkB6O6uX3knP73xbKLMpH+QRPcgnCxjWXSHjMRuOxFLovljqQgQpR0c7GvjoA==
|
||||
integrity: sha512-wm9Uz71SbCyhUKgcaPRauBdTegUyY/ZWl8gLwD/i/ybJqscrrdVSFImpvUz16BLPChIeKBK5Fa9s6KDQjsjyWw==
|
||||
}
|
||||
engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 }
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 5.59.11
|
||||
"@typescript-eslint/types": 5.60.0
|
||||
eslint-visitor-keys: 3.4.1
|
||||
dev: true
|
||||
|
||||
@ -2766,7 +2766,7 @@ packages:
|
||||
"@babel/core": 7.22.5
|
||||
"@babel/plugin-transform-typescript": 7.22.5_@babel+core@7.22.5
|
||||
"@vue/babel-plugin-jsx": 1.1.1_@babel+core@7.22.5
|
||||
vite: 4.3.9_pliwzynf6o24nw6a5hdplg4xiq
|
||||
vite: 4.3.9_pkrcaghuhlfdigptyvdajp2oau
|
||||
vue: 3.3.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@ -2782,35 +2782,35 @@ packages:
|
||||
vite: ^4.0.0
|
||||
vue: ^3.2.25
|
||||
dependencies:
|
||||
vite: 4.3.9_pliwzynf6o24nw6a5hdplg4xiq
|
||||
vite: 4.3.9_pkrcaghuhlfdigptyvdajp2oau
|
||||
vue: 3.3.4
|
||||
dev: true
|
||||
|
||||
/@volar/language-core/1.7.6:
|
||||
/@volar/language-core/1.7.8:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-r+82YGjae8ALzaX+TaESpeBOrp/H5MQnPYZLq4WKd8rsPrCAPbMwelwHLHhFpyjy66BK/cKreJAcvOc6YEwyFA==
|
||||
integrity: sha512-TPklg4c2e/f1xB/MGZEiQc3AWG+dH64ZfBlYjFB8nNaWJt4Z4k+IHBhmaP52APG+5PHFerwiWI9oF002RrRTPA==
|
||||
}
|
||||
dependencies:
|
||||
"@volar/source-map": 1.7.6
|
||||
"@volar/source-map": 1.7.8
|
||||
dev: true
|
||||
|
||||
/@volar/source-map/1.7.6:
|
||||
/@volar/source-map/1.7.8:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-6oGrgz+hg5GCzP8D2+ay7vOdIOA9/aXwpa22Wx5b6d4ZGwwosBqv7kVs8AyMh5zOSQpKhrImE1pfagpu+V+rBQ==
|
||||
integrity: sha512-g2dtC2kOghvfzMDWeODIo4HO1Ml4hxzPTZyAFDz+YhRF9HjZYJSCaWaVuPZ+z0kY+T2daOHYA10GdrWQ5q0teA==
|
||||
}
|
||||
dependencies:
|
||||
muggle-string: 0.3.1
|
||||
dev: true
|
||||
|
||||
/@volar/typescript/1.7.6:
|
||||
/@volar/typescript/1.7.8:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-JkBRQe2GYSEgamW84tDk4XQ/7abQJw09czLQCgL1jfjndhaV4DuAet2I3pvQv41OjodVc59W0+E3hylrlNsgWA==
|
||||
integrity: sha512-NDcI5ZQcdr8kgxzMQrhSSWIM8Tl0MbMFrkvJPTjfm2rdAQZPFT8zv3LrEW9Fqh0e9z2YbCry7jr4a/GShBqeDA==
|
||||
}
|
||||
dependencies:
|
||||
"@volar/language-core": 1.7.6
|
||||
"@volar/language-core": 1.7.8
|
||||
dev: true
|
||||
|
||||
/@vue/babel-helper-vue-transform-on/1.0.2:
|
||||
@ -2921,8 +2921,8 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
"@typescript-eslint/eslint-plugin": 5.59.11_6voygpyxjks5ejvhkpbvdol6gq
|
||||
"@typescript-eslint/parser": 5.59.11_fsssjpk4ezl7mpaxdgpssv73ie
|
||||
"@typescript-eslint/eslint-plugin": 5.60.0_i6u37blvulxlszyhkflwwnyave
|
||||
"@typescript-eslint/parser": 5.60.0_fsssjpk4ezl7mpaxdgpssv73ie
|
||||
eslint: 8.43.0
|
||||
eslint-plugin-vue: 9.15.0_eslint@8.43.0
|
||||
typescript: 5.0.4
|
||||
@ -2931,10 +2931,10 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@vue/language-core/1.8.0_typescript@5.0.4:
|
||||
/@vue/language-core/1.8.1_typescript@5.0.4:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-rOAtqIRyyZ6OQreAkFDbbDt7L5BwvzrdbWaBAoEZjr4ImPBV9cRDBHxlMBU0SBOAZxIUQdjOvQ0uAl9uZDer0w==
|
||||
integrity: sha512-pumv3k4J7P58hVh4YGRM9Qz3HaAr4TlFWM9bnVOkZ/2K9o2CK1lAP2y9Jw+Z0+mNL4F2uWQqnAPzj3seLyfpDA==
|
||||
}
|
||||
peerDependencies:
|
||||
typescript: "*"
|
||||
@ -2942,8 +2942,8 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
"@volar/language-core": 1.7.6
|
||||
"@volar/source-map": 1.7.6
|
||||
"@volar/language-core": 1.7.8
|
||||
"@volar/source-map": 1.7.8
|
||||
"@vue/compiler-dom": 3.3.4
|
||||
"@vue/reactivity": 3.3.4
|
||||
"@vue/shared": 3.3.4
|
||||
@ -3010,14 +3010,14 @@ packages:
|
||||
integrity: sha512-7OjdcV8vQ74eiz1TZLzZP4JwqM5fA94K6yntPS5Z25r9HDuGNzaGdgvwKYq6S+MxwF0TFRwe50fIR/MYnakdkQ==
|
||||
}
|
||||
|
||||
/@vue/typescript/1.8.0_typescript@5.0.4:
|
||||
/@vue/typescript/1.8.1_typescript@5.0.4:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-swi0NM+dpZCldXkMGS8wCxvoiRgA0PJw0UQeSTA7PqB2/5LsOQ8pmxyqLPE6YsbEdn0XqI9a7QgKOmmElkaMOA==
|
||||
integrity: sha512-nQpo55j/roie8heCfqyXHnyayqD5+p4/0fzfxH4ZuHf7NSBQS791PNv7ztp2CCOjnGAiaiCMdtC9rc6oriyPUg==
|
||||
}
|
||||
dependencies:
|
||||
"@volar/typescript": 1.7.6
|
||||
"@vue/language-core": 1.8.0_typescript@5.0.4
|
||||
"@volar/typescript": 1.7.8
|
||||
"@vue/language-core": 1.8.1_typescript@5.0.4
|
||||
transitivePeerDependencies:
|
||||
- typescript
|
||||
dev: true
|
||||
@ -3665,7 +3665,7 @@ packages:
|
||||
postcss: ^8.1.0
|
||||
dependencies:
|
||||
browserslist: 4.21.9
|
||||
caniuse-lite: 1.0.30001504
|
||||
caniuse-lite: 1.0.30001506
|
||||
fraction.js: 4.2.0
|
||||
normalize-range: 0.1.2
|
||||
picocolors: 1.0.0
|
||||
@ -3855,8 +3855,8 @@ packages:
|
||||
engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 }
|
||||
hasBin: true
|
||||
dependencies:
|
||||
caniuse-lite: 1.0.30001504
|
||||
electron-to-chromium: 1.4.433
|
||||
caniuse-lite: 1.0.30001506
|
||||
electron-to-chromium: 1.4.435
|
||||
node-releases: 2.0.12
|
||||
update-browserslist-db: 1.0.11_browserslist@4.21.9
|
||||
|
||||
@ -3883,10 +3883,10 @@ packages:
|
||||
engines: { node: ">=6" }
|
||||
dev: true
|
||||
|
||||
/c12/1.4.1:
|
||||
/c12/1.4.2:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-0x7pWfLZpZsgtyotXtuepJc0rZYE0Aw8PwNAXs0jSG9zq6Sl5xmbWnFqfmRY01ieZLHNbvneSFm9/x88CvzAuw==
|
||||
integrity: sha512-3IP/MuamSVRVw8W8+CHWAz9gKN4gd+voF2zm/Ln6D25C2RhytEZ1ABbC8MjKr4BR9rhoV1JQ7jJA158LDiTkLg==
|
||||
}
|
||||
dependencies:
|
||||
chokidar: 3.5.3
|
||||
@ -3894,12 +3894,12 @@ packages:
|
||||
dotenv: 16.3.1
|
||||
giget: 1.1.2
|
||||
jiti: 1.18.2
|
||||
mlly: 1.3.0
|
||||
mlly: 1.4.0
|
||||
ohash: 1.1.2
|
||||
pathe: 1.1.1
|
||||
perfect-debounce: 0.1.3
|
||||
perfect-debounce: 1.0.0
|
||||
pkg-types: 1.0.3
|
||||
rc9: 2.1.0
|
||||
rc9: 2.1.1
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
@ -3971,15 +3971,15 @@ packages:
|
||||
}
|
||||
dependencies:
|
||||
browserslist: 4.21.9
|
||||
caniuse-lite: 1.0.30001504
|
||||
caniuse-lite: 1.0.30001506
|
||||
lodash.memoize: 4.1.2
|
||||
lodash.uniq: 4.5.0
|
||||
dev: true
|
||||
|
||||
/caniuse-lite/1.0.30001504:
|
||||
/caniuse-lite/1.0.30001506:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-5uo7eoOp2mKbWyfMXnGO9rJWOGU8duvzEiYITW+wivukL7yHH4gX9yuRaobu6El4jPxo6jKZfG+N6fB621GD/Q==
|
||||
integrity: sha512-6XNEcpygZMCKaufIcgpQNZNf00GEqc7VQON+9Rd0K1bMYo8xhMZRAo5zpbnbMNizi4YNgIDAFrdykWsvY3H4Hw==
|
||||
}
|
||||
|
||||
/cfb/1.2.2:
|
||||
@ -4931,10 +4931,10 @@ packages:
|
||||
}
|
||||
dev: false
|
||||
|
||||
/destr/1.2.2:
|
||||
/destr/2.0.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-lrbCJwD9saUQrqUfXvl6qoM+QN3W7tLV5pAOs+OqOmopCCz/JkE05MHedJR1xfk4IAnZuJXPVuN5+7jNA2ZCiA==
|
||||
integrity: sha512-FJ9RDpf3GicEBvzI3jxc2XhHzbqD8p4ANw/1kPsFBfTvP1b7Gn/Lg1vO7R9J4IVgoMbyUmFrFGZafJ1hPZpvlg==
|
||||
}
|
||||
dev: false
|
||||
optional: true
|
||||
@ -5150,29 +5150,29 @@ packages:
|
||||
}
|
||||
dependencies:
|
||||
core-js: 3.31.0
|
||||
element-plus: 2.3.6_vue@3.3.4
|
||||
element-plus: 2.3.7_vue@3.3.4
|
||||
vue: 3.3.4
|
||||
transitivePeerDependencies:
|
||||
- "@vue/composition-api"
|
||||
dev: false
|
||||
|
||||
/electron-to-chromium/1.4.433:
|
||||
/electron-to-chromium/1.4.435:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-MGO1k0w1RgrfdbLVwmXcDhHHuxCn2qRgR7dYsJvWFKDttvYPx6FNzCGG0c/fBBvzK2LDh3UV7Tt9awnHnvAAUQ==
|
||||
integrity: sha512-B0CBWVFhvoQCW/XtjRzgrmqcgVWg6RXOEM/dK59+wFV93BFGR6AeNKc4OyhM+T3IhJaOOG8o/V+33Y2mwJWtzw==
|
||||
}
|
||||
|
||||
/element-plus/2.3.6_vue@3.3.4:
|
||||
/element-plus/2.3.7_vue@3.3.4:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-GLz0pXUYI2zRfIgyI6W7SWmHk6dSEikP9yR++hsQUyy63+WjutoiGpA3SZD4cGPSXUzRFeKfVr8CnYhK5LqXZw==
|
||||
integrity: sha512-h6TxclbaLUJxg/Bv5j/ZKsK+K5yadQliw5+R30HWyE69pXlqXTX24oYx+yw3pA4Dy+lqEDi5501FQ0CORk3OSA==
|
||||
}
|
||||
peerDependencies:
|
||||
vue: ^3.2.0
|
||||
dependencies:
|
||||
"@ctrl/tinycolor": 3.6.0
|
||||
"@element-plus/icons-vue": 2.1.0_vue@3.3.4
|
||||
"@floating-ui/dom": 1.4.1
|
||||
"@floating-ui/dom": 1.4.2
|
||||
"@popperjs/core": /@sxzz/popperjs-es/2.11.7
|
||||
"@types/lodash": 4.14.195
|
||||
"@types/lodash-es": 4.17.7
|
||||
@ -8350,10 +8350,10 @@ packages:
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/mlly/1.3.0:
|
||||
/mlly/1.4.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-HT5mcgIQKkOrZecOjOX3DJorTikWXwsBfpcr/MGBkhfWcjiqvnaL/9ppxvIUXfjT6xt4DVIAsN9fMUz1ev4bIw==
|
||||
integrity: sha512-ua8PAThnTwpprIaU47EPeZ/bPUVp2QYBbWMphUQpVdBI3Lgqzm5KZQ45Agm3YJedHXaIHl6pBGabaLSUPPSptg==
|
||||
}
|
||||
dependencies:
|
||||
acorn: 8.9.0
|
||||
@ -8865,10 +8865,10 @@ packages:
|
||||
integrity: sha512-d+RQGp0MAYTIaDBIMmOfMwz3E+LOZnxx1HZd5R18mmCZY0QBlK0LDZfPc8FW8Ed2DlvsuE6PRjroDY+wg4+j/Q==
|
||||
}
|
||||
|
||||
/perfect-debounce/0.1.3:
|
||||
/perfect-debounce/1.0.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-NOT9AcKiDGpnV/HBhI22Str++XWcErO/bALvHCuhv33owZW/CjH8KAFLZDCmu3727sihe0wTxpDhyGc6M8qacQ==
|
||||
integrity: sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==
|
||||
}
|
||||
dev: false
|
||||
optional: true
|
||||
@ -8931,10 +8931,10 @@ packages:
|
||||
}
|
||||
dev: false
|
||||
|
||||
/pirates/4.0.5:
|
||||
/pirates/4.0.6:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==
|
||||
integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==
|
||||
}
|
||||
engines: { node: ">= 6" }
|
||||
|
||||
@ -8955,7 +8955,7 @@ packages:
|
||||
}
|
||||
dependencies:
|
||||
jsonc-parser: 3.2.0
|
||||
mlly: 1.3.0
|
||||
mlly: 1.4.0
|
||||
pathe: 1.1.1
|
||||
|
||||
/pngjs/5.0.0:
|
||||
@ -10065,14 +10065,14 @@ packages:
|
||||
engines: { node: ">=8" }
|
||||
dev: true
|
||||
|
||||
/rc9/2.1.0:
|
||||
/rc9/2.1.1:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-ROO9bv8PPqngWKoiUZU3JDQ4sugpdRs9DfwHnzDSxK25XtQn6BEHL6EOd/OtKuDT2qodrtNR+0WkPT6l0jxH5Q==
|
||||
integrity: sha512-lNeOl38Ws0eNxpO3+wD1I9rkHGQyj1NU1jlzv4go2CtEnEQEUfqnIvZG7W+bC/aXdJ27n5x/yUjb6RoT9tko+Q==
|
||||
}
|
||||
dependencies:
|
||||
defu: 6.1.2
|
||||
destr: 1.2.2
|
||||
destr: 2.0.0
|
||||
flat: 5.0.2
|
||||
dev: false
|
||||
optional: true
|
||||
@ -10394,7 +10394,7 @@ packages:
|
||||
}
|
||||
dev: false
|
||||
|
||||
/sass-loader/13.3.2_sass@1.63.4:
|
||||
/sass-loader/13.3.2_sass@1.63.5:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-CQbKl57kdEv+KDLquhC+gE3pXt74LEAzm+tzywcA0/aHZuub8wTErbjAoNI57rPUWRYRNC5WUnNl8eGJNbDdwg==
|
||||
@ -10419,13 +10419,13 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
neo-async: 2.6.2
|
||||
sass: 1.63.4
|
||||
sass: 1.63.5
|
||||
dev: true
|
||||
|
||||
/sass/1.63.4:
|
||||
/sass/1.63.5:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-Sx/+weUmK+oiIlI+9sdD0wZHsqpbgQg8wSwSnGBjwb5GwqFhYNwwnI+UWZtLjKvKyFlKkatRK235qQ3mokyPoQ==
|
||||
integrity: sha512-Q6c5gs482oezdAp+0fWF9cRisvpy7yfYb64knID0OE8AnMgtkluRPfpGMFjeD4/+M4+6QpJZCU6JRSxbjiktkg==
|
||||
}
|
||||
engines: { node: ">=14.0.0" }
|
||||
hasBin: true
|
||||
@ -11176,7 +11176,7 @@ packages:
|
||||
dependencies:
|
||||
"@csstools/css-parser-algorithms": 2.2.0_gdfqdfecdiaxr4x3xd7wxrvuhq
|
||||
"@csstools/css-tokenizer": 2.1.1
|
||||
"@csstools/media-query-list-parser": 2.1.0_g5wmdbqtzzaodrrmvxcit5gfji
|
||||
"@csstools/media-query-list-parser": 2.1.1_g5wmdbqtzzaodrrmvxcit5gfji
|
||||
"@csstools/selector-specificity": 2.2.0_c3vcbepomgmxc74cgtawpgpkyi
|
||||
balanced-match: 2.0.0
|
||||
colord: 2.9.3
|
||||
@ -11232,7 +11232,7 @@ packages:
|
||||
glob: 7.1.6
|
||||
lines-and-columns: 1.2.4
|
||||
mz: 2.7.0
|
||||
pirates: 4.0.5
|
||||
pirates: 4.0.6
|
||||
ts-interface-checker: 0.1.13
|
||||
dev: true
|
||||
|
||||
@ -11435,10 +11435,10 @@ packages:
|
||||
supports-hyperlinks: 2.3.0
|
||||
dev: false
|
||||
|
||||
/terser/5.18.0:
|
||||
/terser/5.18.1:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-pdL757Ig5a0I+owA42l6tIuEycRuM7FPY4n62h44mRLRfnOxJkkOHd6i89dOpwZlpF6JXBwaAHF6yWzFrt+QyA==
|
||||
integrity: sha512-j1n0Ao919h/Ai5r43VAnfV/7azUYW43GPxK7qSATzrsERfW7+y2QW9Cp9ufnRF5CQUWbnLSo7UJokSWCqg4tsQ==
|
||||
}
|
||||
engines: { node: ">=10" }
|
||||
hasBin: true
|
||||
@ -11795,7 +11795,7 @@ packages:
|
||||
fast-glob: 3.2.12
|
||||
local-pkg: 0.4.3
|
||||
magic-string: 0.30.0
|
||||
mlly: 1.3.0
|
||||
mlly: 1.4.0
|
||||
pathe: 1.1.1
|
||||
pkg-types: 1.0.3
|
||||
scule: 1.0.0
|
||||
@ -12006,7 +12006,7 @@ packages:
|
||||
chalk: 4.1.2
|
||||
debug: 4.3.4
|
||||
fs-extra: 10.1.0
|
||||
vite: 4.3.9_pliwzynf6o24nw6a5hdplg4xiq
|
||||
vite: 4.3.9_pkrcaghuhlfdigptyvdajp2oau
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
@ -12031,7 +12031,7 @@ packages:
|
||||
fast-glob: 3.2.12
|
||||
mockjs: 1.1.0
|
||||
path-to-regexp: 6.2.1
|
||||
vite: 4.3.9_pliwzynf6o24nw6a5hdplg4xiq
|
||||
vite: 4.3.9_pkrcaghuhlfdigptyvdajp2oau
|
||||
transitivePeerDependencies:
|
||||
- rollup
|
||||
- supports-color
|
||||
@ -12054,7 +12054,7 @@ packages:
|
||||
svgo: 3.0.2
|
||||
dev: true
|
||||
|
||||
/vite/4.3.9_pliwzynf6o24nw6a5hdplg4xiq:
|
||||
/vite/4.3.9_pkrcaghuhlfdigptyvdajp2oau:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-qsTNZjO9NoJNW7KnOrgYwczm0WctJ8m/yqYAMAK9Lxt4SoySUfS5S8ia9K7JHpa3KEeMfyF8LoJ3c5NeBJy6pg==
|
||||
@ -12086,19 +12086,12 @@ packages:
|
||||
esbuild: 0.17.19
|
||||
postcss: 8.4.24
|
||||
rollup: 3.25.1
|
||||
sass: 1.63.4
|
||||
terser: 5.18.0
|
||||
sass: 1.63.5
|
||||
terser: 5.18.1
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.2
|
||||
dev: true
|
||||
|
||||
/vscode-uri/3.0.7:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-eOpPHogvorZRobNqJGhapa0JdwaxpjVvyBp0QIUMRMSf8ZAlqOdEquKuRmw9Qwu0qXtJIWqFtMkmvJjUZmMjVA==
|
||||
}
|
||||
dev: true
|
||||
|
||||
/vue-demi/0.14.5_vue@3.3.4:
|
||||
resolution:
|
||||
{
|
||||
@ -12220,20 +12213,19 @@ packages:
|
||||
he: 1.2.0
|
||||
dev: true
|
||||
|
||||
/vue-tsc/1.8.0_typescript@5.0.4:
|
||||
/vue-tsc/1.8.1_typescript@5.0.4:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-zRjRghohec71o+o3dzzqwFLtbKmJ1K1xRnq9ToHRdnHbBSZA2eUaTT1o+y4xOkBLZtW4cv7FkZE0FGCZfMrcBw==
|
||||
integrity: sha512-GxBQrcb0Qvyrj1uZqnTXQyWbXdNDRY2MTa+r7ESgjhf+WzBSdxZfkS3KD/C3WhKYG+aN8hf44Hp5Gqzb6PehAA==
|
||||
}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
typescript: "*"
|
||||
dependencies:
|
||||
"@vue/language-core": 1.8.0_typescript@5.0.4
|
||||
"@vue/typescript": 1.8.0_typescript@5.0.4
|
||||
"@vue/language-core": 1.8.1_typescript@5.0.4
|
||||
"@vue/typescript": 1.8.1_typescript@5.0.4
|
||||
semver: 7.5.2
|
||||
typescript: 5.0.4
|
||||
vscode-uri: 3.0.7
|
||||
dev: true
|
||||
|
||||
/vue-types/5.0.4_vue@3.3.4:
|
||||
@ -12273,7 +12265,7 @@ packages:
|
||||
}
|
||||
dependencies:
|
||||
animate.css: 4.1.1
|
||||
element-plus: 2.3.6_vue@3.3.4
|
||||
element-plus: 2.3.7_vue@3.3.4
|
||||
transitivePeerDependencies:
|
||||
- "@vue/composition-api"
|
||||
- vue
|
||||
@ -12286,7 +12278,7 @@ packages:
|
||||
}
|
||||
dependencies:
|
||||
animate.css: 4.1.1
|
||||
element-plus: 2.3.6_vue@3.3.4
|
||||
element-plus: 2.3.7_vue@3.3.4
|
||||
vue-waterfall-plugin-next: 2.2.0_vue@3.3.4
|
||||
transitivePeerDependencies:
|
||||
- "@vue/composition-api"
|
||||
|
Loading…
Reference in New Issue
Block a user