chore(deps): update

This commit is contained in:
xiaoxian521 2023-06-17 13:12:34 +08:00
parent cb9a8a0a05
commit 0eade474eb
2 changed files with 206 additions and 189 deletions

View File

@ -35,8 +35,8 @@
"@logicflow/extension": "^1.2.8",
"@pureadmin/descriptions": "^1.1.1",
"@pureadmin/table": "^2.3.2",
"@pureadmin/utils": "^1.9.3",
"@vueuse/core": "^10.1.2",
"@pureadmin/utils": "^1.9.4",
"@vueuse/core": "^10.2.0",
"@vueuse/motion": "^2.0.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
@ -56,12 +56,12 @@
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"path": "^0.12.7",
"pinia": "^2.1.3",
"pinia": "^2.1.4",
"qrcode": "^1.5.3",
"qs": "^6.11.2",
"responsive-storage": "^2.2.0",
"sortablejs": "^1.15.0",
"swiper": "^9.4.0",
"swiper": "^9.4.1",
"typeit": "^8.7.1",
"v-contextmenu": "3.0.0",
"v3-infinite-loading": "^1.2.2",
@ -71,7 +71,7 @@
"vue-json-pretty": "^2.2.4",
"vue-pdf-embed": "^1.1.6",
"vue-router": "^4.2.2",
"vue-types": "^5.0.3",
"vue-types": "^5.0.4",
"vue-virtual-scroller": "2.0.0-beta.7",
"vue-waterfall-plugin-next": "^2.2.1",
"vue3-danmaku": "^1.4.0",
@ -104,7 +104,7 @@
"autoprefixer": "^10.4.14",
"cloc": "^2.11.0",
"cssnano": "^6.0.1",
"eslint": "^8.42.0",
"eslint": "^8.43.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.14.1",
"husky": "^8.0.3",
@ -118,7 +118,7 @@
"pretty-quick": "^3.1.3",
"rimraf": "^5.0.1",
"rollup-plugin-visualizer": "^5.9.2",
"sass": "^1.63.3",
"sass": "^1.63.4",
"sass-loader": "^13.3.2",
"stylelint": "^15.7.0",
"stylelint-config-html": "^1.1.0",
@ -142,7 +142,7 @@
"vite-plugin-remove-console": "^2.1.1",
"vite-svg-loader": "^4.0.0",
"vue-eslint-parser": "^9.3.1",
"vue-tsc": "^1.6.5"
"vue-tsc": "^1.8.0"
},
"pnpm": {
"peerDependencyRules": {

379
pnpm-lock.yaml generated
View File

@ -14,7 +14,7 @@ specifiers:
"@pureadmin/descriptions": ^1.1.1
"@pureadmin/table": ^2.3.2
"@pureadmin/theme": ^3.1.0
"@pureadmin/utils": ^1.9.3
"@pureadmin/utils": ^1.9.4
"@types/intro.js": ^5.1.1
"@types/js-cookie": ^3.0.3
"@types/mockjs": ^1.0.7
@ -29,7 +29,7 @@ specifiers:
"@vitejs/plugin-vue-jsx": ^3.0.1
"@vue/eslint-config-prettier": ^7.1.0
"@vue/eslint-config-typescript": ^11.0.3
"@vueuse/core": ^10.1.2
"@vueuse/core": ^10.2.0
"@vueuse/motion": ^2.0.0
"@wangeditor/editor": ^5.1.23
"@wangeditor/editor-for-vue": ^5.1.12
@ -44,7 +44,7 @@ specifiers:
echarts: ^5.4.2
el-table-infinite-scroll: ^3.0.1
element-plus: ^2.3.6
eslint: ^8.42.0
eslint: ^8.43.0
eslint-plugin-prettier: ^4.2.1
eslint-plugin-vue: ^9.14.1
husky: ^8.0.3
@ -58,7 +58,7 @@ specifiers:
nprogress: ^0.2.0
path: ^0.12.7
picocolors: ^1.0.0
pinia: ^2.1.3
pinia: ^2.1.4
postcss: ^8.4.24
postcss-html: ^1.5.0
postcss-import: ^15.1.0
@ -70,7 +70,7 @@ specifiers:
responsive-storage: ^2.2.0
rimraf: ^5.0.1
rollup-plugin-visualizer: ^5.9.2
sass: ^1.63.3
sass: ^1.63.4
sass-loader: ^13.3.2
sortablejs: ^1.15.0
stylelint: ^15.7.0
@ -85,7 +85,7 @@ specifiers:
stylelint-prettier: ^3.0.0
stylelint-scss: ^5.0.1
svgo: ^3.0.2
swiper: ^9.4.0
swiper: ^9.4.1
tailwindcss: ^3.3.2
terser: ^5.18.0
typeit: ^8.7.1
@ -105,8 +105,8 @@ specifiers:
vue-json-pretty: ^2.2.4
vue-pdf-embed: ^1.1.6
vue-router: ^4.2.2
vue-tsc: ^1.6.5
vue-types: ^5.0.3
vue-tsc: ^1.8.0
vue-types: ^5.0.4
vue-virtual-scroller: 2.0.0-beta.7
vue-waterfall-plugin-next: ^2.2.1
vue3-danmaku: ^1.4.0
@ -121,8 +121,8 @@ dependencies:
"@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
"@pureadmin/utils": 1.9.3_echarts@5.4.2+vue@3.3.4
"@vueuse/core": 10.1.2_vue@3.3.4
"@pureadmin/utils": 1.9.4_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
"@wangeditor/editor": 5.1.23
"@wangeditor/editor-for-vue": 5.1.12_ni3htjq3zmaywymvtkxe6555ve
@ -157,7 +157,7 @@ dependencies:
vue-json-pretty: 2.2.4_vue@3.3.4
vue-pdf-embed: 1.1.6_vue@3.3.4
vue-router: 4.2.2_vue@3.3.4
vue-types: 5.0.3_vue@3.3.4
vue-types: 5.0.4_vue@3.3.4
vue-virtual-scroller: 2.0.0-beta.7_vue@3.3.4
vue-waterfall-plugin-next: 2.2.1_vue@3.3.4
vue3-danmaku: 1.4.0_vue@3.3.4
@ -181,18 +181,18 @@ devDependencies:
"@types/qrcode": 1.5.0
"@types/qs": 6.9.7
"@types/sortablejs": 1.15.1
"@typescript-eslint/eslint-plugin": 5.59.11_larsscvcfsfa2fehia4nkxckua
"@typescript-eslint/parser": 5.59.11_binxsscxvozjxebftqdoazsxm4
"@typescript-eslint/eslint-plugin": 5.59.11_6voygpyxjks5ejvhkpbvdol6gq
"@typescript-eslint/parser": 5.59.11_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_eveahbx3r3okkkxu7l44ces2q4
"@vue/eslint-config-typescript": 11.0.3_5mftuzhoidlhf6dexuwqt2oayi
"@vue/eslint-config-prettier": 7.1.0_bxz4zaiplh63a3nbhxngrogoky
"@vue/eslint-config-typescript": 11.0.3_jiyfzwj7uctrbxklsvr4ctbd3q
autoprefixer: 10.4.14_postcss@8.4.24
cloc: 2.11.0
cssnano: 6.0.1_postcss@8.4.24
eslint: 8.42.0
eslint-plugin-prettier: 4.2.1_eveahbx3r3okkkxu7l44ces2q4
eslint-plugin-vue: 9.14.1_eslint@8.42.0
eslint: 8.43.0
eslint-plugin-prettier: 4.2.1_bxz4zaiplh63a3nbhxngrogoky
eslint-plugin-vue: 9.14.1_eslint@8.43.0
husky: 8.0.3
lint-staged: 13.2.2
picocolors: 1.0.0
@ -227,8 +227,8 @@ devDependencies:
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.42.0
vue-tsc: 1.6.5_typescript@5.0.4
vue-eslint-parser: 9.3.1_eslint@8.43.0
vue-tsc: 1.8.0_typescript@5.0.4
packages:
/@alloc/quick-lru/5.2.0:
@ -331,7 +331,7 @@ packages:
"@babel/compat-data": 7.22.5
"@babel/core": 7.22.5
"@babel/helper-validator-option": 7.22.5
browserslist: 4.21.8
browserslist: 4.21.9
lru-cache: 5.1.1
semver: 6.3.0
@ -1352,7 +1352,7 @@ packages:
dev: true
optional: true
/@eslint-community/eslint-utils/4.4.0_eslint@8.42.0:
/@eslint-community/eslint-utils/4.4.0_eslint@8.43.0:
resolution:
{
integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
@ -1361,7 +1361,7 @@ packages:
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
dependencies:
eslint: 8.42.0
eslint: 8.43.0
eslint-visitor-keys: 3.4.1
dev: true
@ -1393,10 +1393,10 @@ packages:
- supports-color
dev: true
/@eslint/js/8.42.0:
/@eslint/js/8.43.0:
resolution:
{
integrity: sha512-6SWlXpWU5AvId8Ac7zjzmIOqMOba/JWY8XZ4A7q7Gn1Vlfg/SFFIlrtHXt9nPn4op9ZPAkl91Jao+QQv3r/ukw==
integrity: sha512-s2UHCoiXfxMvmfzqoN+vrQ84ahUSYde9qNO1MdxmoEhyHWsfmwOpFlwYV+ePJEVc7gFnATGUi376WowX1N7tFg==
}
engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 }
dev: true
@ -1512,7 +1512,7 @@ packages:
dependencies:
"@intlify/message-compiler": 9.3.0-beta.17
"@intlify/shared": 9.3.0-beta.17
acorn: 8.8.2
acorn: 8.9.0
escodegen: 2.0.0
estree-walker: 2.0.2
jsonc-eslint-parser: 1.4.1
@ -2040,7 +2040,7 @@ packages:
pathe: 1.1.1
pkg-types: 1.0.3
scule: 1.0.0
semver: 7.5.1
semver: 7.5.2
unctx: 2.3.1
unimport: 3.0.8
untyped: 1.3.2
@ -2118,10 +2118,10 @@ packages:
string-hash: 1.1.3
dev: true
/@pureadmin/utils/1.9.3_echarts@5.4.2+vue@3.3.4:
/@pureadmin/utils/1.9.4_echarts@5.4.2+vue@3.3.4:
resolution:
{
integrity: sha512-2sAen4puE67Bb4YYH+8Gm9qDfQtpX1hQNg6T87wune5nRrDTXpiD0pyCP7owaLJrwPnbiUbBUHVvSEXN/VYKqQ==
integrity: sha512-OfIjGFl8IWXvnR5VMbIDTKcgLQ5bEPbmIMUjwUxaMQS5MGRKf/7dGJunP2zkU2l/QFOU5MmXuytOibykVL9cpw==
}
peerDependencies:
echarts: "*"
@ -2539,7 +2539,7 @@ packages:
"@types/yargs-parser": 21.0.0
dev: false
/@typescript-eslint/eslint-plugin/5.59.11_larsscvcfsfa2fehia4nkxckua:
/@typescript-eslint/eslint-plugin/5.59.11_6voygpyxjks5ejvhkpbvdol6gq:
resolution:
{
integrity: sha512-XxuOfTkCUiOSyBWIvHlUraLw/JT/6Io1365RO6ZuI88STKMavJZPNMU0lFcUTeQXEhHiv64CbxYxBNoDVSmghg==
@ -2554,23 +2554,23 @@ packages:
optional: true
dependencies:
"@eslint-community/regexpp": 4.5.1
"@typescript-eslint/parser": 5.59.11_binxsscxvozjxebftqdoazsxm4
"@typescript-eslint/parser": 5.59.11_fsssjpk4ezl7mpaxdgpssv73ie
"@typescript-eslint/scope-manager": 5.59.11
"@typescript-eslint/type-utils": 5.59.11_binxsscxvozjxebftqdoazsxm4
"@typescript-eslint/utils": 5.59.11_binxsscxvozjxebftqdoazsxm4
"@typescript-eslint/type-utils": 5.59.11_fsssjpk4ezl7mpaxdgpssv73ie
"@typescript-eslint/utils": 5.59.11_fsssjpk4ezl7mpaxdgpssv73ie
debug: 4.3.4
eslint: 8.42.0
eslint: 8.43.0
grapheme-splitter: 1.0.4
ignore: 5.2.4
natural-compare-lite: 1.4.0
semver: 7.5.1
semver: 7.5.2
tsutils: 3.21.0_typescript@5.0.4
typescript: 5.0.4
transitivePeerDependencies:
- supports-color
dev: true
/@typescript-eslint/parser/5.59.11_binxsscxvozjxebftqdoazsxm4:
/@typescript-eslint/parser/5.59.11_fsssjpk4ezl7mpaxdgpssv73ie:
resolution:
{
integrity: sha512-s9ZF3M+Nym6CAZEkJJeO2TFHHDsKAM3ecNkLuH4i4s8/RCPnF5JRip2GyviYkeEAcwGMJxkqG9h2dAsnA1nZpA==
@ -2587,7 +2587,7 @@ packages:
"@typescript-eslint/types": 5.59.11
"@typescript-eslint/typescript-estree": 5.59.11_typescript@5.0.4
debug: 4.3.4
eslint: 8.42.0
eslint: 8.43.0
typescript: 5.0.4
transitivePeerDependencies:
- supports-color
@ -2604,7 +2604,7 @@ packages:
"@typescript-eslint/visitor-keys": 5.59.11
dev: true
/@typescript-eslint/type-utils/5.59.11_binxsscxvozjxebftqdoazsxm4:
/@typescript-eslint/type-utils/5.59.11_fsssjpk4ezl7mpaxdgpssv73ie:
resolution:
{
integrity: sha512-LZqVY8hMiVRF2a7/swmkStMYSoXMFlzL6sXV6U/2gL5cwnLWQgLEG8tjWPpaE4rMIdZ6VKWwcffPlo1jPfk43g==
@ -2618,9 +2618,9 @@ packages:
optional: true
dependencies:
"@typescript-eslint/typescript-estree": 5.59.11_typescript@5.0.4
"@typescript-eslint/utils": 5.59.11_binxsscxvozjxebftqdoazsxm4
"@typescript-eslint/utils": 5.59.11_fsssjpk4ezl7mpaxdgpssv73ie
debug: 4.3.4
eslint: 8.42.0
eslint: 8.43.0
tsutils: 3.21.0_typescript@5.0.4
typescript: 5.0.4
transitivePeerDependencies:
@ -2652,14 +2652,14 @@ packages:
debug: 4.3.4
globby: 11.1.0
is-glob: 4.0.3
semver: 7.5.1
semver: 7.5.2
tsutils: 3.21.0_typescript@5.0.4
typescript: 5.0.4
transitivePeerDependencies:
- supports-color
dev: true
/@typescript-eslint/utils/5.59.11_binxsscxvozjxebftqdoazsxm4:
/@typescript-eslint/utils/5.59.11_fsssjpk4ezl7mpaxdgpssv73ie:
resolution:
{
integrity: sha512-didu2rHSOMUdJThLk4aZ1Or8IcO3HzCw/ZvEjTTIfjIrcdd5cvSIwwDy2AOlE7htSNp7QIZ10fLMyRCveesMLg==
@ -2668,15 +2668,15 @@ packages:
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
dependencies:
"@eslint-community/eslint-utils": 4.4.0_eslint@8.42.0
"@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
eslint: 8.42.0
eslint: 8.43.0
eslint-scope: 5.1.1
semver: 7.5.1
semver: 7.5.2
transitivePeerDependencies:
- supports-color
- typescript
@ -2782,64 +2782,31 @@ packages:
vue: 3.3.4
dev: true
/@volar/language-core/1.4.1:
/@volar/language-core/1.7.6:
resolution:
{
integrity: sha512-EIY+Swv+TjsWpxOxujjMf1ZXqOjg9MT2VMXZ+1dKva0wD8W0L6EtptFFcCJdBbcKmGMFkr57Qzz9VNMWhs3jXQ==
integrity: sha512-r+82YGjae8ALzaX+TaESpeBOrp/H5MQnPYZLq4WKd8rsPrCAPbMwelwHLHhFpyjy66BK/cKreJAcvOc6YEwyFA==
}
dependencies:
"@volar/source-map": 1.4.1
"@volar/source-map": 1.7.6
dev: true
/@volar/source-map/1.4.1:
/@volar/source-map/1.7.6:
resolution:
{
integrity: sha512-bZ46ad72dsbzuOWPUtJjBXkzSQzzSejuR3CT81+GvTEI2E994D8JPXzM3tl98zyCNnjgs4OkRyliImL1dvJ5BA==
integrity: sha512-6oGrgz+hg5GCzP8D2+ay7vOdIOA9/aXwpa22Wx5b6d4ZGwwosBqv7kVs8AyMh5zOSQpKhrImE1pfagpu+V+rBQ==
}
dependencies:
muggle-string: 0.2.2
muggle-string: 0.3.1
dev: true
/@volar/typescript/1.4.1-patch.2_typescript@5.0.4:
/@volar/typescript/1.7.6:
resolution:
{
integrity: sha512-lPFYaGt8OdMEzNGJJChF40uYqMO4Z/7Q9fHPQC/NRVtht43KotSXLrkPandVVMf9aPbiJ059eAT+fwHGX16k4w==
}
peerDependencies:
typescript: "*"
dependencies:
"@volar/language-core": 1.4.1
typescript: 5.0.4
dev: true
/@volar/vue-language-core/1.6.5:
resolution:
{
integrity: sha512-IF2b6hW4QAxfsLd5mePmLgtkXzNi+YnH6ltCd80gb7+cbdpFMjM1I+w+nSg2kfBTyfu+W8useCZvW89kPTBpzg==
integrity: sha512-JkBRQe2GYSEgamW84tDk4XQ/7abQJw09czLQCgL1jfjndhaV4DuAet2I3pvQv41OjodVc59W0+E3hylrlNsgWA==
}
dependencies:
"@volar/language-core": 1.4.1
"@volar/source-map": 1.4.1
"@vue/compiler-dom": 3.3.4
"@vue/compiler-sfc": 3.3.4
"@vue/reactivity": 3.3.4
"@vue/shared": 3.3.4
minimatch: 9.0.1
muggle-string: 0.2.2
vue-template-compiler: 2.7.14
dev: true
/@volar/vue-typescript/1.6.5_typescript@5.0.4:
resolution:
{
integrity: sha512-er9rVClS4PHztMUmtPMDTl+7c7JyrxweKSAEe/o/Noeq2bQx6v3/jZHVHBe8ZNUti5ubJL/+Tg8L3bzmlalV8A==
}
peerDependencies:
typescript: "*"
dependencies:
"@volar/typescript": 1.4.1-patch.2_typescript@5.0.4
"@volar/vue-language-core": 1.6.5
typescript: 5.0.4
"@volar/language-core": 1.7.6
dev: true
/@vue/babel-helper-vue-transform-on/1.0.2:
@ -2921,7 +2888,7 @@ packages:
integrity: sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q==
}
/@vue/eslint-config-prettier/7.1.0_eveahbx3r3okkkxu7l44ces2q4:
/@vue/eslint-config-prettier/7.1.0_bxz4zaiplh63a3nbhxngrogoky:
resolution:
{
integrity: sha512-Pv/lVr0bAzSIHLd9iz0KnvAr4GKyCEl+h52bc4e5yWuDVtLgFwycF7nrbWTAQAS+FU6q1geVd07lc6EWfJiWKQ==
@ -2930,13 +2897,13 @@ packages:
eslint: ">= 7.28.0"
prettier: ">= 2.0.0"
dependencies:
eslint: 8.42.0
eslint-config-prettier: 8.8.0_eslint@8.42.0
eslint-plugin-prettier: 4.2.1_vnriwwub2rhvoyn4ckagrc4lpi
eslint: 8.43.0
eslint-config-prettier: 8.8.0_eslint@8.43.0
eslint-plugin-prettier: 4.2.1_zh6vkmzat4wtnmvmftdassiwyu
prettier: 2.8.8
dev: true
/@vue/eslint-config-typescript/11.0.3_5mftuzhoidlhf6dexuwqt2oayi:
/@vue/eslint-config-typescript/11.0.3_jiyfzwj7uctrbxklsvr4ctbd3q:
resolution:
{
integrity: sha512-dkt6W0PX6H/4Xuxg/BlFj5xHvksjpSlVjtkQCpaYJBIEuKj2hOVU7r+TIe+ysCwRYFz/lGqvklntRkCAibsbPw==
@ -2950,16 +2917,38 @@ packages:
typescript:
optional: true
dependencies:
"@typescript-eslint/eslint-plugin": 5.59.11_larsscvcfsfa2fehia4nkxckua
"@typescript-eslint/parser": 5.59.11_binxsscxvozjxebftqdoazsxm4
eslint: 8.42.0
eslint-plugin-vue: 9.14.1_eslint@8.42.0
"@typescript-eslint/eslint-plugin": 5.59.11_6voygpyxjks5ejvhkpbvdol6gq
"@typescript-eslint/parser": 5.59.11_fsssjpk4ezl7mpaxdgpssv73ie
eslint: 8.43.0
eslint-plugin-vue: 9.14.1_eslint@8.43.0
typescript: 5.0.4
vue-eslint-parser: 9.3.1_eslint@8.42.0
vue-eslint-parser: 9.3.1_eslint@8.43.0
transitivePeerDependencies:
- supports-color
dev: true
/@vue/language-core/1.8.0_typescript@5.0.4:
resolution:
{
integrity: sha512-rOAtqIRyyZ6OQreAkFDbbDt7L5BwvzrdbWaBAoEZjr4ImPBV9cRDBHxlMBU0SBOAZxIUQdjOvQ0uAl9uZDer0w==
}
peerDependencies:
typescript: "*"
peerDependenciesMeta:
typescript:
optional: true
dependencies:
"@volar/language-core": 1.7.6
"@volar/source-map": 1.7.6
"@vue/compiler-dom": 3.3.4
"@vue/reactivity": 3.3.4
"@vue/shared": 3.3.4
minimatch: 9.0.1
muggle-string: 0.3.1
typescript: 5.0.4
vue-template-compiler: 2.7.14
dev: true
/@vue/reactivity-transform/3.3.4:
resolution:
{
@ -3017,15 +3006,27 @@ packages:
integrity: sha512-7OjdcV8vQ74eiz1TZLzZP4JwqM5fA94K6yntPS5Z25r9HDuGNzaGdgvwKYq6S+MxwF0TFRwe50fIR/MYnakdkQ==
}
/@vueuse/core/10.1.2_vue@3.3.4:
/@vue/typescript/1.8.0_typescript@5.0.4:
resolution:
{
integrity: sha512-roNn8WuerI56A5uiTyF/TEYX0Y+VKlhZAF94unUfdhbDUI+NfwQMn4FUnUscIRUhv3344qvAghopU4bzLPNFlA==
integrity: sha512-swi0NM+dpZCldXkMGS8wCxvoiRgA0PJw0UQeSTA7PqB2/5LsOQ8pmxyqLPE6YsbEdn0XqI9a7QgKOmmElkaMOA==
}
dependencies:
"@volar/typescript": 1.7.6
"@vue/language-core": 1.8.0_typescript@5.0.4
transitivePeerDependencies:
- typescript
dev: true
/@vueuse/core/10.2.0_vue@3.3.4:
resolution:
{
integrity: sha512-aHBnoCteIS3hFu7ZZkVB93SanVDY6t4TIb7XDLxJT/HQdAZz+2RdIEJ8rj5LUoEJr7Damb5+sJmtpCwGez5ozQ==
}
dependencies:
"@types/web-bluetooth": 0.0.17
"@vueuse/metadata": 10.1.2
"@vueuse/shared": 10.1.2_vue@3.3.4
"@vueuse/metadata": 10.2.0
"@vueuse/shared": 10.2.0_vue@3.3.4
vue-demi: 0.14.5_vue@3.3.4
transitivePeerDependencies:
- "@vue/composition-api"
@ -3047,10 +3048,10 @@ packages:
- vue
dev: false
/@vueuse/metadata/10.1.2:
/@vueuse/metadata/10.2.0:
resolution:
{
integrity: sha512-3mc5BqN9aU2SqBeBuWE7ne4OtXHoHKggNgxZR2K+zIW4YLsy6xoZ4/9vErQs6tvoKDX6QAqm3lvsrv0mczAwIQ==
integrity: sha512-IR7Mkq6QSgZ38q/2ZzOt+Zz1OpcEsnwE64WBumDQ+RGKrosFCtUA2zgRrOqDEzPBXrVB+4HhFkwDjQMu0fDBKw==
}
dev: false
@ -3069,8 +3070,8 @@ packages:
peerDependencies:
vue: ">=3.0.0"
dependencies:
"@vueuse/core": 10.1.2_vue@3.3.4
"@vueuse/shared": 10.1.2_vue@3.3.4
"@vueuse/core": 10.2.0_vue@3.3.4
"@vueuse/shared": 10.2.0_vue@3.3.4
csstype: 3.1.2
framesync: 6.1.2
popmotion: 11.0.5
@ -3084,10 +3085,10 @@ packages:
- supports-color
dev: false
/@vueuse/shared/10.1.2_vue@3.3.4:
/@vueuse/shared/10.2.0_vue@3.3.4:
resolution:
{
integrity: sha512-1uoUTPBlgyscK9v6ScGeVYDDzlPSFXBlxuK7SfrDGyUTBiznb3mNceqhwvZHjtDRELZEN79V5uWPTF1VDV8svA==
integrity: sha512-dIeA8+g9Av3H5iF4NXR/sft4V6vys76CpZ6hxwj8eMXybXk2WRl3scSsOVi+kQ9SX38COR7AH7WwY83UcuxbSg==
}
dependencies:
vue-demi: 0.14.5_vue@3.3.4
@ -3378,7 +3379,7 @@ packages:
acorn: 7.4.1
dev: true
/acorn-jsx/5.3.2_acorn@8.8.2:
/acorn-jsx/5.3.2_acorn@8.9.0:
resolution:
{
integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
@ -3386,7 +3387,7 @@ packages:
peerDependencies:
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
dependencies:
acorn: 8.8.2
acorn: 8.9.0
dev: true
/acorn-walk/7.2.0:
@ -3413,10 +3414,10 @@ packages:
engines: { node: ">=0.4.0" }
hasBin: true
/acorn/8.8.2:
/acorn/8.9.0:
resolution:
{
integrity: sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==
integrity: sha512-jaVNAFBHNLXspO543WnNNPZFRtavh3skAkITqD0/2aeMkKZTN+254PyhwxFYrk3vQ1xfY+2wbesJMs/JC8/PwQ==
}
engines: { node: ">=0.4.0" }
hasBin: true
@ -3659,7 +3660,7 @@ packages:
peerDependencies:
postcss: ^8.1.0
dependencies:
browserslist: 4.21.8
browserslist: 4.21.9
caniuse-lite: 1.0.30001503
fraction.js: 4.2.0
normalize-range: 0.1.2
@ -3842,18 +3843,18 @@ packages:
}
dev: false
/browserslist/4.21.8:
/browserslist/4.21.9:
resolution:
{
integrity: sha512-j+7xYe+v+q2Id9qbBeCI8WX5NmZSRe8es1+0xntD/+gaWXznP8tFEkv5IgSaHf5dS1YwVMbX/4W6m937mj+wQw==
integrity: sha512-M0MFoZzbUrRU4KNfCrDLnvyE7gub+peetoTid3TBIqtunaDJyXlwhakT+/VkvSXcfIzFfK/nkCs4nmyTmxdNSg==
}
engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 }
hasBin: true
dependencies:
caniuse-lite: 1.0.30001503
electron-to-chromium: 1.4.431
electron-to-chromium: 1.4.433
node-releases: 2.0.12
update-browserslist-db: 1.0.11_browserslist@4.21.8
update-browserslist-db: 1.0.11_browserslist@4.21.9
/bser/2.1.1:
resolution:
@ -3886,7 +3887,7 @@ packages:
dependencies:
chokidar: 3.5.3
defu: 6.1.2
dotenv: 16.1.4
dotenv: 16.3.0
giget: 1.1.2
jiti: 1.18.2
mlly: 1.3.0
@ -3965,7 +3966,7 @@ packages:
integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==
}
dependencies:
browserslist: 4.21.8
browserslist: 4.21.9
caniuse-lite: 1.0.30001503
lodash.memoize: 4.1.2
lodash.uniq: 4.5.0
@ -4268,6 +4269,14 @@ packages:
integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==
}
engines: { node: ">=14" }
dev: true
/commander/11.0.0:
resolution:
{
integrity: sha512-9HMlXtt/BNoYr8ooyjjNRdIilOTkVJXB+GhxMTtOKwk0R4j4lS4NpjuqmRxroBfnfTSHQIHQB7wryHhXarNjmQ==
}
engines: { node: ">=16" }
/commander/2.20.3:
resolution:
@ -5090,10 +5099,10 @@ packages:
is-obj: 2.0.0
dev: true
/dotenv/16.1.4:
/dotenv/16.3.0:
resolution:
{
integrity: sha512-m55RtE8AsPeJBpOIFKihEmqUcoVncQIwo7x9U8ZwLEZw9ZpXboz2c+rvog+jUaJvVrZ5kBOeYQBX5+8Aa/OZQw==
integrity: sha512-tHB+hmf8MRCkT3VVivGiG8kq9HiGTmQ3FzOKgztfpJQH1IWuZTOvKSJmHNnQPowecAmkCJhLrxdPhOr06LLqIQ==
}
engines: { node: ">=12" }
dev: false
@ -5143,10 +5152,10 @@ packages:
- "@vue/composition-api"
dev: false
/electron-to-chromium/1.4.431:
/electron-to-chromium/1.4.433:
resolution:
{
integrity: sha512-m232JTVmCawA2vG+1azVxhKZ9Sv1Q//xxNv5PkP5rWxGgQE8c3CiZFrh8Xnp+d1NmNxlu3QQrGIfdeW5TtXX5w==
integrity: sha512-MGO1k0w1RgrfdbLVwmXcDhHHuxCn2qRgR7dYsJvWFKDttvYPx6FNzCGG0c/fBBvzK2LDh3UV7Tt9awnHnvAAUQ==
}
/element-plus/2.3.6_vue@3.3.4:
@ -5405,7 +5414,7 @@ packages:
optionalDependencies:
source-map: 0.6.1
/eslint-config-prettier/8.8.0_eslint@8.42.0:
/eslint-config-prettier/8.8.0_eslint@8.43.0:
resolution:
{
integrity: sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==
@ -5414,10 +5423,10 @@ packages:
peerDependencies:
eslint: ">=7.0.0"
dependencies:
eslint: 8.42.0
eslint: 8.43.0
dev: true
/eslint-plugin-prettier/4.2.1_eveahbx3r3okkkxu7l44ces2q4:
/eslint-plugin-prettier/4.2.1_bxz4zaiplh63a3nbhxngrogoky:
resolution:
{
integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==
@ -5431,12 +5440,12 @@ packages:
eslint-config-prettier:
optional: true
dependencies:
eslint: 8.42.0
eslint: 8.43.0
prettier: 2.8.8
prettier-linter-helpers: 1.0.0
dev: true
/eslint-plugin-prettier/4.2.1_vnriwwub2rhvoyn4ckagrc4lpi:
/eslint-plugin-prettier/4.2.1_zh6vkmzat4wtnmvmftdassiwyu:
resolution:
{
integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==
@ -5450,13 +5459,13 @@ packages:
eslint-config-prettier:
optional: true
dependencies:
eslint: 8.42.0
eslint-config-prettier: 8.8.0_eslint@8.42.0
eslint: 8.43.0
eslint-config-prettier: 8.8.0_eslint@8.43.0
prettier: 2.8.8
prettier-linter-helpers: 1.0.0
dev: true
/eslint-plugin-vue/9.14.1_eslint@8.42.0:
/eslint-plugin-vue/9.14.1_eslint@8.43.0:
resolution:
{
integrity: sha512-LQazDB1qkNEKejLe/b5a9VfEbtbczcOaui5lQ4Qw0tbRBbQYREyxxOV5BQgNDTqGPs9pxqiEpbMi9ywuIaF7vw==
@ -5465,13 +5474,13 @@ packages:
peerDependencies:
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
dependencies:
"@eslint-community/eslint-utils": 4.4.0_eslint@8.42.0
eslint: 8.42.0
"@eslint-community/eslint-utils": 4.4.0_eslint@8.43.0
eslint: 8.43.0
natural-compare: 1.4.0
nth-check: 2.1.1
postcss-selector-parser: 6.0.13
semver: 7.5.1
vue-eslint-parser: 9.3.1_eslint@8.42.0
semver: 7.5.2
vue-eslint-parser: 9.3.1_eslint@8.43.0
xml-name-validator: 4.0.0
transitivePeerDependencies:
- supports-color
@ -5525,18 +5534,18 @@ packages:
engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 }
dev: true
/eslint/8.42.0:
/eslint/8.43.0:
resolution:
{
integrity: sha512-ulg9Ms6E1WPf67PHaEY4/6E2tEn5/f7FXGzr3t9cBMugOmf1INYvuUwwh1aXQN4MfJ6a5K2iNwP3w4AColvI9A==
integrity: sha512-aaCpf2JqqKesMFGgmRPessmVKjcGXqdlAYLLC3THM8t5nBRZRQ+st5WM/hoJXkdioEXLLbXgclUpM0TXo5HX5Q==
}
engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 }
hasBin: true
dependencies:
"@eslint-community/eslint-utils": 4.4.0_eslint@8.42.0
"@eslint-community/eslint-utils": 4.4.0_eslint@8.43.0
"@eslint-community/regexpp": 4.5.1
"@eslint/eslintrc": 2.0.3
"@eslint/js": 8.42.0
"@eslint/js": 8.43.0
"@humanwhocodes/config-array": 0.11.10
"@humanwhocodes/module-importer": 1.0.1
"@nodelib/fs.walk": 1.2.8
@ -5595,8 +5604,8 @@ packages:
}
engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 }
dependencies:
acorn: 8.8.2
acorn-jsx: 5.3.2_acorn@8.8.2
acorn: 8.9.0
acorn-jsx: 5.3.2_acorn@8.9.0
eslint-visitor-keys: 3.4.1
dev: true
@ -7388,7 +7397,7 @@ packages:
jest-util: 27.5.1
natural-compare: 1.4.0
pretty-format: 27.5.1
semver: 7.5.1
semver: 7.5.2
transitivePeerDependencies:
- supports-color
dev: false
@ -7545,7 +7554,7 @@ packages:
optional: true
dependencies:
abab: 2.0.6
acorn: 8.8.2
acorn: 8.9.0
acorn-globals: 6.0.0
cssom: 0.4.4
cssstyle: 2.3.0
@ -8336,7 +8345,7 @@ packages:
integrity: sha512-HT5mcgIQKkOrZecOjOX3DJorTikWXwsBfpcr/MGBkhfWcjiqvnaL/9ppxvIUXfjT6xt4DVIAsN9fMUz1ev4bIw==
}
dependencies:
acorn: 8.8.2
acorn: 8.9.0
pathe: 1.1.1
pkg-types: 1.0.3
ufo: 1.1.2
@ -8348,7 +8357,7 @@ packages:
}
hasBin: true
dependencies:
commander: 10.0.1
commander: 11.0.0
/mousetrap/1.6.5:
resolution:
@ -8377,10 +8386,10 @@ packages:
integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
}
/muggle-string/0.2.2:
/muggle-string/0.3.1:
resolution:
{
integrity: sha512-YVE1mIJ4VpUMqZObFndk9CJu6DBJR/GB13p3tXuNbwD4XExaI5EOuRl6BHeIDxIqXZVxSfAC+y6U1Z/IxCfKUg==
integrity: sha512-ckmWDJjphvd/FvZawgygcUeQCxzvohjFO5RxTjj4eq8kw359gFF3E1brjfI+viLMxss5JrHTDRHZvu2/tuy0Qg==
}
dev: true
@ -8493,7 +8502,7 @@ packages:
dependencies:
hosted-git-info: 4.1.0
is-core-module: 2.12.1
semver: 7.5.1
semver: 7.5.2
validate-npm-package-license: 3.0.4
dev: true
@ -8987,7 +8996,7 @@ packages:
peerDependencies:
postcss: ^8.2.15
dependencies:
browserslist: 4.21.8
browserslist: 4.21.9
caniuse-api: 3.0.0
colord: 2.9.3
postcss: 8.4.24
@ -9003,7 +9012,7 @@ packages:
peerDependencies:
postcss: ^8.2.15
dependencies:
browserslist: 4.21.8
browserslist: 4.21.9
caniuse-api: 3.0.0
colord: 2.9.3
postcss: 8.4.24
@ -9019,7 +9028,7 @@ packages:
peerDependencies:
postcss: ^8.2.15
dependencies:
browserslist: 4.21.8
browserslist: 4.21.9
postcss: 8.4.24
postcss-value-parser: 4.2.0
dev: true
@ -9033,7 +9042,7 @@ packages:
peerDependencies:
postcss: ^8.2.15
dependencies:
browserslist: 4.21.8
browserslist: 4.21.9
postcss: 8.4.24
postcss-value-parser: 4.2.0
dev: true
@ -9249,7 +9258,7 @@ packages:
peerDependencies:
postcss: ^8.2.15
dependencies:
browserslist: 4.21.8
browserslist: 4.21.9
caniuse-api: 3.0.0
cssnano-utils: 3.1.0_postcss@8.4.24
postcss: 8.4.24
@ -9265,7 +9274,7 @@ packages:
peerDependencies:
postcss: ^8.2.15
dependencies:
browserslist: 4.21.8
browserslist: 4.21.9
caniuse-api: 3.0.0
cssnano-utils: 4.0.0_postcss@8.4.24
postcss: 8.4.24
@ -9337,7 +9346,7 @@ packages:
peerDependencies:
postcss: ^8.2.15
dependencies:
browserslist: 4.21.8
browserslist: 4.21.9
cssnano-utils: 3.1.0_postcss@8.4.24
postcss: 8.4.24
postcss-value-parser: 4.2.0
@ -9352,7 +9361,7 @@ packages:
peerDependencies:
postcss: ^8.2.15
dependencies:
browserslist: 4.21.8
browserslist: 4.21.9
cssnano-utils: 4.0.0_postcss@8.4.24
postcss: 8.4.24
postcss-value-parser: 4.2.0
@ -9560,7 +9569,7 @@ packages:
peerDependencies:
postcss: ^8.2.15
dependencies:
browserslist: 4.21.8
browserslist: 4.21.9
postcss: 8.4.24
postcss-value-parser: 4.2.0
dev: true
@ -9574,7 +9583,7 @@ packages:
peerDependencies:
postcss: ^8.2.15
dependencies:
browserslist: 4.21.8
browserslist: 4.21.9
postcss: 8.4.24
postcss-value-parser: 4.2.0
dev: true
@ -9669,7 +9678,7 @@ packages:
peerDependencies:
postcss: ^8.2.15
dependencies:
browserslist: 4.21.8
browserslist: 4.21.9
caniuse-api: 3.0.0
postcss: 8.4.24
dev: true
@ -9683,7 +9692,7 @@ packages:
peerDependencies:
postcss: ^8.2.15
dependencies:
browserslist: 4.21.8
browserslist: 4.21.9
caniuse-api: 3.0.0
postcss: 8.4.24
dev: true
@ -10461,10 +10470,10 @@ packages:
lru-cache: 6.0.0
dev: true
/semver/7.5.1:
/semver/7.5.2:
resolution:
{
integrity: sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==
integrity: sha512-SoftuTROv/cRjCze/scjGyiDtcUyxw1rgYQSZY7XTmtR5hX+dm76iDbTH8TkLPHCQmlbQVSSbNZCPM2hb0knnQ==
}
engines: { node: ">=10" }
hasBin: true
@ -10910,7 +10919,7 @@ packages:
integrity: sha512-QZTsipNpa2Ppr6v1AmJHESqJ3Uz247MUS0OjrnnZjFAvEoWqxuyFuXn2xLgMtRnijJShAa1HL0gtJyUs7u7n3Q==
}
dependencies:
acorn: 8.8.2
acorn: 8.9.0
dev: false
optional: true
@ -10940,7 +10949,7 @@ packages:
peerDependencies:
postcss: ^8.2.15
dependencies:
browserslist: 4.21.8
browserslist: 4.21.9
postcss: 8.4.24
postcss-selector-parser: 6.0.13
dev: true
@ -10954,7 +10963,7 @@ packages:
peerDependencies:
postcss: ^8.2.15
dependencies:
browserslist: 4.21.8
browserslist: 4.21.9
postcss: 8.4.24
postcss-selector-parser: 6.0.13
dev: true
@ -11034,7 +11043,7 @@ packages:
stylelint: ">=14.0.0"
dependencies:
postcss-html: 1.5.0
semver: 7.5.1
semver: 7.5.2
stylelint: 15.7.0
stylelint-config-html: 1.1.0_h5gzvjkqhi5vajvmsbjsgdr3uq
stylelint-config-recommended: 12.0.0_stylelint@15.7.0
@ -11418,7 +11427,7 @@ packages:
hasBin: true
dependencies:
"@jridgewell/source-map": 0.3.3
acorn: 8.8.2
acorn: 8.9.0
commander: 2.20.3
source-map-support: 0.5.21
dev: true
@ -11583,7 +11592,7 @@ packages:
"@tsconfig/node14": 1.0.3
"@tsconfig/node16": 1.0.4
"@types/node": 18.16.18
acorn: 8.8.2
acorn: 8.9.0
acorn-walk: 8.2.0
arg: 4.1.3
create-require: 1.1.1
@ -11751,7 +11760,7 @@ packages:
integrity: sha512-PhKke8ZYauiqh3FEMVNm7ljvzQiph0Mt3GBRve03IJm7ukfaON2OBK795tLwhbyfzknuRRkW0+Ze+CQUmzOZ+A==
}
dependencies:
acorn: 8.8.2
acorn: 8.9.0
estree-walker: 3.0.3
magic-string: 0.30.0
unplugin: 1.3.1
@ -11810,7 +11819,7 @@ packages:
integrity: sha512-h4uUTIvFBQRxUKS2Wjys6ivoeofGhxzTe2sRWlooyjHXVttcVfV/JiavNd3d4+jty0SVV0dxGw9AkY9MwiaCEw==
}
dependencies:
acorn: 8.8.2
acorn: 8.9.0
chokidar: 3.5.3
webpack-sources: 3.2.3
webpack-virtual-modules: 0.5.0
@ -11834,7 +11843,7 @@ packages:
dev: false
optional: true
/update-browserslist-db/1.0.11_browserslist@4.21.8:
/update-browserslist-db/1.0.11_browserslist@4.21.9:
resolution:
{
integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==
@ -11843,7 +11852,7 @@ packages:
peerDependencies:
browserslist: ">= 4.21.0"
dependencies:
browserslist: 4.21.8
browserslist: 4.21.9
escalade: 3.1.1
picocolors: 1.0.0
@ -12073,6 +12082,13 @@ packages:
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:
{
@ -12091,7 +12107,7 @@ packages:
vue: 3.3.4
dev: false
/vue-eslint-parser/9.3.1_eslint@8.42.0:
/vue-eslint-parser/9.3.1_eslint@8.43.0:
resolution:
{
integrity: sha512-Clr85iD2XFZ3lJ52/ppmUDG/spxQu6+MAeHXjjyI4I1NUYZ9xmenQp4N0oaHJhrA8OOxltCVxMRfANGa70vU0g==
@ -12101,13 +12117,13 @@ packages:
eslint: ">=6.0.0"
dependencies:
debug: 4.3.4
eslint: 8.42.0
eslint: 8.43.0
eslint-scope: 7.2.0
eslint-visitor-keys: 3.4.1
espree: 9.5.2
esquery: 1.5.0
lodash: 4.17.21
semver: 7.5.1
semver: 7.5.2
transitivePeerDependencies:
- supports-color
dev: true
@ -12194,25 +12210,26 @@ packages:
he: 1.2.0
dev: true
/vue-tsc/1.6.5_typescript@5.0.4:
/vue-tsc/1.8.0_typescript@5.0.4:
resolution:
{
integrity: sha512-Wtw3J7CC+JM2OR56huRd5iKlvFWpvDiU+fO1+rqyu4V2nMTotShz4zbOZpW5g9fUOcjnyZYfBo5q5q+D/q27JA==
integrity: sha512-zRjRghohec71o+o3dzzqwFLtbKmJ1K1xRnq9ToHRdnHbBSZA2eUaTT1o+y4xOkBLZtW4cv7FkZE0FGCZfMrcBw==
}
hasBin: true
peerDependencies:
typescript: "*"
dependencies:
"@volar/vue-language-core": 1.6.5
"@volar/vue-typescript": 1.6.5_typescript@5.0.4
semver: 7.5.1
"@vue/language-core": 1.8.0_typescript@5.0.4
"@vue/typescript": 1.8.0_typescript@5.0.4
semver: 7.5.2
typescript: 5.0.4
vscode-uri: 3.0.7
dev: true
/vue-types/5.0.3_vue@3.3.4:
/vue-types/5.0.4_vue@3.3.4:
resolution:
{
integrity: sha512-7+yOUXlRrpkJ4mtgmB6nIfDYLdLmxHQ/IMZR3hsEziYnHK4Y/Rf+rlCIg1rwNnlbyTiDf4v/vz1LEumo3RgwrQ==
integrity: sha512-ksYUQpvhk1Xl/K43OPkcm54VcX4tvxQoNYjYLk+n45NOocDsg9+DnviPq/KfDLjGs4P23iAosFPR8JSzuh9IPA==
}
engines: { node: ">=14.0.0" }
peerDependencies: