chore: bump dependencies

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/3445/head
Ryan Wang 2022-08-23 11:10:29 +08:00
parent 6a9b6c5269
commit 587372844d
3 changed files with 165 additions and 193 deletions

1
.npmrc Normal file
View File

@ -0,0 +1 @@
strict-peer-dependencies=false

View File

@ -26,7 +26,7 @@
],
"dependencies": {
"@formkit/addons": "1.0.0-beta.10",
"@formkit/auto-animate": "1.0.0-beta.1",
"@formkit/auto-animate": "1.0.0-beta.2",
"@formkit/core": "1.0.0-beta.10",
"@formkit/i18n": "1.0.0-beta.10",
"@formkit/inputs": "1.0.0-beta.10",
@ -46,18 +46,18 @@
"floating-vue": "2.0.0-beta.19",
"lodash.clonedeep": "^4.5.0",
"lodash.isequal": "^4.5.0",
"pinia": "^2.0.17",
"pinia": "^2.0.20",
"qs": "^6.11.0",
"uuid": "^8.3.2",
"vue": "^3.2.37",
"vue-filepond": "^7.0.3",
"vue-grid-layout": "3.0.0-beta1",
"vue-router": "^4.1.3",
"vue-router": "^4.1.4",
"vuedraggable": "^4.1.0",
"yaml": "^2.1.1"
},
"devDependencies": {
"@changesets/cli": "^2.24.2",
"@changesets/cli": "^2.24.3",
"@rushstack/eslint-patch": "^1.1.4",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@types/jsdom": "^20.0.0",
@ -66,9 +66,9 @@
"@types/node": "^17.0.45",
"@types/qs": "^6.9.7",
"@types/uuid": "^8.3.4",
"@vitejs/plugin-vue": "^3.0.1",
"@vitejs/plugin-vue": "^3.0.3",
"@vitejs/plugin-vue-jsx": "^2.0.0",
"@vitest/ui": "^0.21.0",
"@vitest/ui": "^0.22.1",
"@vue/compiler-sfc": "^3.2.37",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
@ -77,7 +77,7 @@
"autoprefixer": "^10.4.8",
"c8": "^7.12.0",
"cypress": "^9.7.0",
"eslint": "^8.21.0",
"eslint": "^8.22.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-vue": "^9.3.0",
"husky": "^8.0.1",
@ -85,20 +85,20 @@
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"sass": "^1.54.3",
"sass": "^1.54.5",
"start-server-and-test": "^1.14.0",
"tailwindcss": "^3.1.8",
"tailwindcss-safe-area": "^0.2.2",
"tailwindcss-themer": "^2.0.1",
"typescript": "~4.7.4",
"vite": "^3.0.4",
"vite": "^3.0.9",
"vite-compression-plugin": "^0.0.4",
"vite-plugin-externals": "^0.5.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-pwa": "^0.12.3",
"vite-plugin-static-copy": "^0.7.0",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vitest": "^0.21.0",
"vue-tsc": "^0.39.5"
"vitest": "^0.22.1",
"vue-tsc": "^0.40.1"
}
}

View File

@ -4,9 +4,9 @@ importers:
.:
specifiers:
'@changesets/cli': ^2.24.2
'@changesets/cli': ^2.24.3
'@formkit/addons': 1.0.0-beta.10
'@formkit/auto-animate': 1.0.0-beta.1
'@formkit/auto-animate': 1.0.0-beta.2
'@formkit/core': 1.0.0-beta.10
'@formkit/i18n': 1.0.0-beta.10
'@formkit/inputs': 1.0.0-beta.10
@ -25,9 +25,9 @@ importers:
'@types/node': ^17.0.45
'@types/qs': ^6.9.7
'@types/uuid': ^8.3.4
'@vitejs/plugin-vue': ^3.0.1
'@vitejs/plugin-vue': ^3.0.3
'@vitejs/plugin-vue-jsx': ^2.0.0
'@vitest/ui': ^0.21.0
'@vitest/ui': ^0.22.1
'@vue/compiler-sfc': ^3.2.37
'@vue/eslint-config-prettier': ^7.0.0
'@vue/eslint-config-typescript': ^11.0.0
@ -40,7 +40,7 @@ importers:
axios: ^0.27.2
c8: ^7.12.0
cypress: ^9.7.0
eslint: ^8.21.0
eslint: ^8.22.0
eslint-plugin-cypress: ^2.12.1
eslint-plugin-vue: ^9.3.0
filepond: ^4.30.4
@ -50,36 +50,36 @@ importers:
jsdom: ^20.0.0
lodash.clonedeep: ^4.5.0
lodash.isequal: ^4.5.0
pinia: ^2.0.17
pinia: ^2.0.20
postcss: ^8.4.16
prettier: ^2.7.1
prettier-plugin-tailwindcss: ^0.1.13
qs: ^6.11.0
sass: ^1.54.3
sass: ^1.54.5
start-server-and-test: ^1.14.0
tailwindcss: ^3.1.8
tailwindcss-safe-area: ^0.2.2
tailwindcss-themer: ^2.0.1
typescript: ~4.7.4
uuid: ^8.3.2
vite: ^3.0.4
vite: ^3.0.9
vite-compression-plugin: ^0.0.4
vite-plugin-externals: ^0.5.1
vite-plugin-html: ^3.2.0
vite-plugin-pwa: ^0.12.3
vite-plugin-static-copy: ^0.7.0
vite-plugin-vue-setup-extend: ^0.4.0
vitest: ^0.21.0
vitest: ^0.22.1
vue: ^3.2.37
vue-filepond: ^7.0.3
vue-grid-layout: 3.0.0-beta1
vue-router: ^4.1.3
vue-tsc: ^0.39.5
vue-router: ^4.1.4
vue-tsc: ^0.40.1
vuedraggable: ^4.1.0
yaml: ^2.1.1
dependencies:
'@formkit/addons': 1.0.0-beta.10_vue@3.2.37
'@formkit/auto-animate': 1.0.0-beta.1_vue@3.2.37
'@formkit/addons': 1.0.0-beta.10
'@formkit/auto-animate': 1.0.0-beta.2
'@formkit/core': 1.0.0-beta.10
'@formkit/i18n': 1.0.0-beta.10
'@formkit/inputs': 1.0.0-beta.10
@ -92,24 +92,24 @@ importers:
'@halo-dev/richtext-editor': 0.0.0-alpha.3_vue@3.2.37
'@vueuse/components': 8.9.4_vue@3.2.37
'@vueuse/core': 8.9.4_vue@3.2.37
'@vueuse/router': 9.1.0_45jhv7el6g2ztux7wgm2ofrf4e
'@vueuse/router': 9.1.0_26a4nhf5pwzjzqc5ckt7ohj5zi
axios: 0.27.2
filepond: 4.30.4
filepond-plugin-image-preview: 4.6.11_filepond@4.30.4
floating-vue: 2.0.0-beta.19_vue@3.2.37
lodash.clonedeep: 4.5.0
lodash.isequal: 4.5.0
pinia: 2.0.17_j6bzmzd4ujpabbp5objtwxyjp4
pinia: 2.0.20_j6bzmzd4ujpabbp5objtwxyjp4
qs: 6.11.0
uuid: 8.3.2
vue: 3.2.37
vue-filepond: 7.0.3_filepond@4.30.4+vue@3.2.37
vue-grid-layout: 3.0.0-beta1
vue-router: 4.1.3_vue@3.2.37
vue-router: 4.1.4_vue@3.2.37
vuedraggable: 4.1.0_vue@3.2.37
yaml: 2.1.1
devDependencies:
'@changesets/cli': 2.24.2
'@changesets/cli': 2.24.3
'@rushstack/eslint-patch': 1.1.4
'@tailwindcss/aspect-ratio': 0.4.0_tailwindcss@3.1.8
'@types/jsdom': 20.0.0
@ -118,40 +118,40 @@ importers:
'@types/node': 17.0.45
'@types/qs': 6.9.7
'@types/uuid': 8.3.4
'@vitejs/plugin-vue': 3.0.1_vite@3.0.4+vue@3.2.37
'@vitejs/plugin-vue-jsx': 2.0.0_vite@3.0.4+vue@3.2.37
'@vitest/ui': 0.21.0
'@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
'@vitest/ui': 0.22.1
'@vue/compiler-sfc': 3.2.37
'@vue/eslint-config-prettier': 7.0.0_po3yoeeutu52wwqsoi2mwzccke
'@vue/eslint-config-typescript': 11.0.0_nc7nknup3hbyc67gcp5ycg4lby
'@vue/eslint-config-prettier': 7.0.0_2xd4q2tc5cqa5as7uugqhp6oue
'@vue/eslint-config-typescript': 11.0.0_4py5zxx5ck6utobkmozwvrmyiy
'@vue/test-utils': 2.0.2_vue@3.2.37
'@vue/tsconfig': 0.1.3_@types+node@17.0.45
autoprefixer: 10.4.8_postcss@8.4.16
c8: 7.12.0
cypress: 9.7.0
eslint: 8.21.0
eslint-plugin-cypress: 2.12.1_eslint@8.21.0
eslint-plugin-vue: 9.3.0_eslint@8.21.0
eslint: 8.22.0
eslint-plugin-cypress: 2.12.1_eslint@8.22.0
eslint-plugin-vue: 9.3.0_eslint@8.22.0
husky: 8.0.1
jsdom: 20.0.0
postcss: 8.4.16
prettier: 2.7.1
prettier-plugin-tailwindcss: 0.1.13_prettier@2.7.1
sass: 1.54.3
sass: 1.54.5
start-server-and-test: 1.14.0
tailwindcss: 3.1.8
tailwindcss-safe-area: 0.2.2
tailwindcss-themer: 2.0.1_tailwindcss@3.1.8
typescript: 4.7.4
vite: 3.0.4_sass@1.54.3
vite: 3.0.9_sass@1.54.5
vite-compression-plugin: 0.0.4
vite-plugin-externals: 0.5.1_vite@3.0.4
vite-plugin-html: 3.2.0_vite@3.0.4
vite-plugin-pwa: 0.12.3_vite@3.0.4
vite-plugin-static-copy: 0.7.0_vite@3.0.4
vite-plugin-vue-setup-extend: 0.4.0_vite@3.0.4
vitest: 0.21.0_f34q2nlpz7ryg6txjuyu2vmcfy
vue-tsc: 0.39.5_typescript@4.7.4
vite-plugin-externals: 0.5.1_vite@3.0.9
vite-plugin-html: 3.2.0_vite@3.0.9
vite-plugin-pwa: 0.12.3_vite@3.0.9
vite-plugin-static-copy: 0.7.0_vite@3.0.9
vite-plugin-vue-setup-extend: 0.4.0_vite@3.0.9
vitest: 0.22.1_my66ljsqedpv44tenfg5otuhda
vue-tsc: 0.40.1_typescript@4.7.4
packages/components:
specifiers:
@ -1708,8 +1708,8 @@ packages:
semver: 5.7.1
dev: true
/@changesets/assemble-release-plan/5.2.0:
resolution: {integrity: sha512-ewY24PEbSec2eKX0+KM7eyENA2hUUp6s4LF9p/iBxTtc+TX2Xbx5rZnlLKZkc8tpuQ3PZbyjLFXWhd1PP6SjCg==}
/@changesets/assemble-release-plan/5.2.1:
resolution: {integrity: sha512-d6ckasOWlKF9Mzs82jhl6TKSCgVvfLoUK1ERySrTg2TQJdrVUteZue6uEIYUTA7SgMu67UOSwol6R9yj1nTdjw==}
dependencies:
'@babel/runtime': 7.17.9
'@changesets/errors': 0.1.4
@ -1725,18 +1725,18 @@ packages:
'@changesets/types': 5.1.0
dev: true
/@changesets/cli/2.24.2:
resolution: {integrity: sha512-Bya7bnxF8Sz+O25M6kseAludVsCy5nXSW9u2Lbje/XbJTyU5q/xwIiXF9aTUzVi/4jyKoKoOasx7B1/z+NJLzg==}
/@changesets/cli/2.24.3:
resolution: {integrity: sha512-okhRV+0WCQJa2Kmil/WvN5TK1o3+1JYSjrsGHqhjv+PYcDgDDgQ6I9J9OMBO9lfmNIpN7xSO80/BzxgvReO4Wg==}
hasBin: true
dependencies:
'@babel/runtime': 7.17.9
'@changesets/apply-release-plan': 6.0.4
'@changesets/assemble-release-plan': 5.2.0
'@changesets/assemble-release-plan': 5.2.1
'@changesets/changelog-git': 0.1.12
'@changesets/config': 2.1.1
'@changesets/errors': 0.1.4
'@changesets/get-dependents-graph': 1.3.3
'@changesets/get-release-plan': 3.0.13
'@changesets/get-release-plan': 3.0.14
'@changesets/git': 1.4.1
'@changesets/logger': 0.0.5
'@changesets/pre': 1.0.12
@ -1773,7 +1773,7 @@ packages:
'@changesets/types': 5.1.0
'@manypkg/get-packages': 1.1.3
fs-extra: 7.0.1
micromatch: 4.0.4
micromatch: 4.0.5
dev: true
/@changesets/errors/0.1.4:
@ -1792,11 +1792,11 @@ packages:
semver: 5.7.1
dev: true
/@changesets/get-release-plan/3.0.13:
resolution: {integrity: sha512-Zl/UN4FUzb5LwmzhO2STRijJT5nQCN4syPEs0p1HSIR+O2iVOzes+2yTLF2zGiOx8qPOsFx/GRSAvuhSzm+9ig==}
/@changesets/get-release-plan/3.0.14:
resolution: {integrity: sha512-xzSfeyIOvUnbqMuQXVKTYUizreWQfICwoQpvEHoePVbERLocc1tPo5lzR7dmVCFcaA/DcnbP6mxyioeq+JuzSg==}
dependencies:
'@babel/runtime': 7.17.9
'@changesets/assemble-release-plan': 5.2.0
'@changesets/assemble-release-plan': 5.2.1
'@changesets/config': 2.1.1
'@changesets/pre': 1.0.12
'@changesets/read': 0.5.7
@ -2005,29 +2005,16 @@ packages:
'@floating-ui/core': 0.3.1
dev: false
/@formkit/addons/1.0.0-beta.10_vue@3.2.37:
/@formkit/addons/1.0.0-beta.10:
resolution: {integrity: sha512-gQ60lG49CsIP1Rvu4pWG2DOy8qpdiFvZmvFWH1mh31wh0CGu3xrgjk7J4NcoI1Zh9HzJEqUYq1hYWW4t36glQg==}
dependencies:
'@formkit/auto-animate': 1.0.0-beta.1_vue@3.2.37
'@formkit/auto-animate': 1.0.0-beta.2
'@formkit/core': 1.0.0-beta.10
'@formkit/utils': 1.0.0-beta.10
transitivePeerDependencies:
- react
- vue
dev: false
/@formkit/auto-animate/1.0.0-beta.1_vue@3.2.37:
resolution: {integrity: sha512-I3OWOBaPZKSJL4bsooXI8kC3q7bcgibD2oML0P/Lir6MnbvUe/0/7EH8br024juvM/Ulm9C9xGx9CJUQYrOWSA==}
peerDependencies:
react: ^16.8.0
vue: ^3.0.0
peerDependenciesMeta:
react:
optional: true
vue:
optional: true
dependencies:
vue: 3.2.37
/@formkit/auto-animate/1.0.0-beta.2:
resolution: {integrity: sha512-od6Vqzg7uV0P8NqIiVfQyTv+cs6CtDkisRE4KxbwumvKnLvGWaoUGeCdfEaC2BYfKmHWVDvkWT0/TJbnzxNppQ==}
dev: false
/@formkit/core/1.0.0-beta.10:
@ -3141,11 +3128,11 @@ packages:
/@types/chai-subset/1.3.3:
resolution: {integrity: sha512-frBecisrNGz+F4T6bcc+NLeolfiojh5FxW2klu669+8BARtyQv2C/GkNW6FUodVe4BroGMP/wER/YDGc7rEllw==}
dependencies:
'@types/chai': 4.3.1
'@types/chai': 4.3.3
dev: true
/@types/chai/4.3.1:
resolution: {integrity: sha512-/zPMqDkzSZ8t3VtxOa4KPq7uzzW978M9Tvh+j7GHKuo6k6GTLxPJ4J5gE5cjfJ26pnXst0N5Hax8Sr0T2Mi9zQ==}
/@types/chai/4.3.3:
resolution: {integrity: sha512-hC7OMnszpxhZPduX+m+nrx+uFoLkWOMiR4oa/AZF3MuSETYTZmFfJAHqZEM8MVlvfG7BEUcgvtwoCTxBp6hm3g==}
dev: true
/@types/concat-stream/1.6.1:
@ -3309,7 +3296,7 @@ packages:
dev: true
optional: true
/@typescript-eslint/eslint-plugin/5.13.0_kavknhcepgudu4asmz2sgbtdky:
/@typescript-eslint/eslint-plugin/5.13.0_zrwzqq6wbbc3xr7oiu7rlwaiwe:
resolution: {integrity: sha512-vLktb2Uec81fxm/cfz2Hd6QaWOs8qdmVAZXLdOBX6JFJDhf6oDZpMzZ4/LZ6SFM/5DgDcxIMIvy3F+O9yZBuiQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
@ -3320,12 +3307,12 @@ packages:
typescript:
optional: true
dependencies:
'@typescript-eslint/parser': 5.13.0_qugx7qdu5zevzvxaiqyxfiwquq
'@typescript-eslint/parser': 5.13.0_4rv7y5c6xz3vfxwhbrcxxi73bq
'@typescript-eslint/scope-manager': 5.13.0
'@typescript-eslint/type-utils': 5.13.0_qugx7qdu5zevzvxaiqyxfiwquq
'@typescript-eslint/utils': 5.13.0_qugx7qdu5zevzvxaiqyxfiwquq
'@typescript-eslint/type-utils': 5.13.0_4rv7y5c6xz3vfxwhbrcxxi73bq
'@typescript-eslint/utils': 5.13.0_4rv7y5c6xz3vfxwhbrcxxi73bq
debug: 4.3.4
eslint: 8.21.0
eslint: 8.22.0
functional-red-black-tree: 1.0.1
ignore: 5.2.0
regexpp: 3.2.0
@ -3336,7 +3323,7 @@ packages:
- supports-color
dev: true
/@typescript-eslint/parser/5.13.0_qugx7qdu5zevzvxaiqyxfiwquq:
/@typescript-eslint/parser/5.13.0_4rv7y5c6xz3vfxwhbrcxxi73bq:
resolution: {integrity: sha512-GdrU4GvBE29tm2RqWOM0P5QfCtgCyN4hXICj/X9ibKED16136l9ZpoJvCL5pSKtmJzA+NRDzQ312wWMejCVVfg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
@ -3350,7 +3337,7 @@ packages:
'@typescript-eslint/types': 5.13.0
'@typescript-eslint/typescript-estree': 5.13.0_typescript@4.7.4
debug: 4.3.4
eslint: 8.21.0
eslint: 8.22.0
typescript: 4.7.4
transitivePeerDependencies:
- supports-color
@ -3364,7 +3351,7 @@ packages:
'@typescript-eslint/visitor-keys': 5.13.0
dev: true
/@typescript-eslint/type-utils/5.13.0_qugx7qdu5zevzvxaiqyxfiwquq:
/@typescript-eslint/type-utils/5.13.0_4rv7y5c6xz3vfxwhbrcxxi73bq:
resolution: {integrity: sha512-/nz7qFizaBM1SuqAKb7GLkcNn2buRdDgZraXlkhz+vUGiN1NZ9LzkA595tHHeduAiS2MsHqMNhE2zNzGdw43Yg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
@ -3374,9 +3361,9 @@ packages:
typescript:
optional: true
dependencies:
'@typescript-eslint/utils': 5.13.0_qugx7qdu5zevzvxaiqyxfiwquq
'@typescript-eslint/utils': 5.13.0_4rv7y5c6xz3vfxwhbrcxxi73bq
debug: 4.3.4
eslint: 8.21.0
eslint: 8.22.0
tsutils: 3.21.0_typescript@4.7.4
typescript: 4.7.4
transitivePeerDependencies:
@ -3409,7 +3396,7 @@ packages:
- supports-color
dev: true
/@typescript-eslint/utils/5.13.0_qugx7qdu5zevzvxaiqyxfiwquq:
/@typescript-eslint/utils/5.13.0_4rv7y5c6xz3vfxwhbrcxxi73bq:
resolution: {integrity: sha512-+9oHlPWYNl6AwwoEt5TQryEHwiKRVjz7Vk6kaBeD3/kwHE5YqTGHtm/JZY8Bo9ITOeKutFaXnBlMgSATMJALUQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
@ -3419,9 +3406,9 @@ packages:
'@typescript-eslint/scope-manager': 5.13.0
'@typescript-eslint/types': 5.13.0
'@typescript-eslint/typescript-estree': 5.13.0_typescript@4.7.4
eslint: 8.21.0
eslint: 8.22.0
eslint-scope: 5.1.1
eslint-utils: 3.0.0_eslint@8.21.0
eslint-utils: 3.0.0_eslint@8.22.0
transitivePeerDependencies:
- supports-color
- typescript
@ -3435,7 +3422,7 @@ packages:
eslint-visitor-keys: 3.3.0
dev: true
/@vitejs/plugin-vue-jsx/2.0.0_vite@3.0.4+vue@3.2.37:
/@vitejs/plugin-vue-jsx/2.0.0_vite@3.0.9+vue@3.2.37:
resolution: {integrity: sha512-WF9ApZ/ivyyW3volQfu0Td0KNPhcccYEaRNzNY1NxRLVJQLSX0nFqquv3e2g7MF74p1XZK4bGtDL2y5i5O5+1A==}
engines: {node: '>=14.18.0'}
peerDependencies:
@ -3446,71 +3433,63 @@ packages:
'@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.18.10
'@babel/plugin-transform-typescript': 7.18.12_@babel+core@7.18.10
'@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.18.10
vite: 3.0.4_sass@1.54.3
vite: 3.0.9_sass@1.54.5
vue: 3.2.37
transitivePeerDependencies:
- supports-color
dev: true
/@vitejs/plugin-vue/3.0.1_vite@3.0.4+vue@3.2.37:
resolution: {integrity: sha512-Ll9JgxG7ONIz/XZv3dssfoMUDu9qAnlJ+km+pBA0teYSXzwPCIzS/e1bmwNYl5dcQGs677D21amgfYAnzMl17A==}
/@vitejs/plugin-vue/3.0.3_vite@3.0.9+vue@3.2.37:
resolution: {integrity: sha512-U4zNBlz9mg+TA+i+5QPc3N5lQvdUXENZLO2h0Wdzp56gI1MWhqJOv+6R+d4kOzoaSSq6TnGPBdZAXKOe4lXy6g==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
vite: ^3.0.0
vue: ^3.2.25
dependencies:
vite: 3.0.4_sass@1.54.3
vite: 3.0.9_sass@1.54.5
vue: 3.2.37
dev: true
/@vitest/ui/0.21.0:
resolution: {integrity: sha512-xhMSwxsuaygIWn1jcTHbAVfNty6D2+hFVq+tvqNuSBE0WI3CWyeSOT1ISQ5urt3j5qoRbEXrZxWLC2dN3QeBSA==}
/@vitest/ui/0.22.1:
resolution: {integrity: sha512-iiM2JN+vzY8pEejUbPPi0EgkEselI3RvrgMPNUOalxQRgtlNVGyMsM0Re99xQsrZ/eBkHgWrlW216gNDoeD5cA==}
dependencies:
sirv: 2.0.2
dev: true
/@volar/code-gen/0.39.5:
resolution: {integrity: sha512-vQr5VoCH8T2NHmqLc/AA1/4F8l41WB+24+I+VjxBaev/Hmwjye9K0GlmMHAOl84WB3hWGOqpHaPX6JkqzRNjJg==}
/@volar/code-gen/0.40.1:
resolution: {integrity: sha512-mN1jn08wRKLoUj+KThltyWfsiEGt6Um1yT6S7bkruwV76yiLlzIR4WZgWng254byGMozJ00qgkZmBhraD5b48A==}
dependencies:
'@volar/source-map': 0.39.5
'@volar/source-map': 0.40.1
dev: true
/@volar/source-map/0.39.5:
resolution: {integrity: sha512-IVOX+v++Sr5Kok4/cLbDJp2vf1ia1rChpV7adgcnMle6uORBuGFEur234UzamK0iHRCcfFFRz7z+hSPf2CO23Q==}
/@volar/source-map/0.40.1:
resolution: {integrity: sha512-ORYg5W+R4iT2k/k2U4ASkKvDxabIzKtP+lXZ1CcqFIbTF81GOooAv5tJZImf8ifhUV9p8bgGaitFj/VnNzkdYg==}
dev: true
/@volar/typescript-faster/0.39.5:
resolution: {integrity: sha512-IzLqlxefmKkjNKXC/8aFiqPcTqnj6RG31D2f9cIWxmW9pvUYJxLED+y9phnOxNxq0OmeRtQ3Pfmvu85tUBoZsQ==}
/@volar/typescript-faster/0.40.1:
resolution: {integrity: sha512-UiX8OzVRJtpudGfTY2KgB5m78DIA8oVbwI4QN5i4Ot8oURQPOviH7MahikHeeXidbh3iOy/u4vceMb+mfdizpQ==}
dependencies:
semver: 7.3.7
dev: true
/@volar/vue-code-gen/0.39.5:
resolution: {integrity: sha512-y+QUV9MuuasiIuRoGKQl+gMhDaAX6XNhckAyJCvD1FZ8f2eJuPY2VtoFxmu/Z2bGWBdtUW/g98jaeKJ+j3wwOw==}
/@volar/vue-language-core/0.40.1:
resolution: {integrity: sha512-RBU2nQkj+asKZ/ht3sU3hTau+dGuTjJrQS3nNSw4+vnwUJnN/WogO/MmgKdrvVf3pUdLiucIog1E/Us1C8Y5wg==}
dependencies:
'@volar/code-gen': 0.39.5
'@volar/source-map': 0.39.5
'@volar/code-gen': 0.40.1
'@volar/source-map': 0.40.1
'@vue/compiler-core': 3.2.37
'@vue/compiler-dom': 3.2.37
'@vue/compiler-sfc': 3.2.37
'@vue/reactivity': 3.2.37
'@vue/shared': 3.2.37
dev: true
/@volar/vue-language-core/0.39.5:
resolution: {integrity: sha512-m+e1tYuL/WRPhSeC7hZ0NuSwHsfnnGJVxCBHLaP7jR0f6xcC0DAegP3QF+gfu9ZJFPGznpZYFKadngMjuhQS9Q==}
/@volar/vue-typescript/0.40.1:
resolution: {integrity: sha512-58nW/Xwy7VBkeIPmbyEmi/j1Ta2HxGl/5aFiEEpWxoas7vI1AM+txz8+MhWho4ZMw0w0eCqPtGgugD2rr+/v7w==}
dependencies:
'@volar/code-gen': 0.39.5
'@volar/source-map': 0.39.5
'@volar/vue-code-gen': 0.39.5
'@vue/compiler-sfc': 3.2.37
'@vue/reactivity': 3.2.37
dev: true
/@volar/vue-typescript/0.39.5:
resolution: {integrity: sha512-ckhWD1xOi0OMr702XVkv/Npsb9FKAp5gvhxyLv0QqWekPdSo04t4KrZfwosJLGERIEcyr50SuB7HqBp8ndQmzA==}
dependencies:
'@volar/code-gen': 0.39.5
'@volar/typescript-faster': 0.39.5
'@volar/vue-language-core': 0.39.5
'@volar/code-gen': 0.40.1
'@volar/typescript-faster': 0.40.1
'@volar/vue-language-core': 0.40.1
dev: true
/@vue/babel-helper-vue-transform-on/1.0.2:
@ -3568,27 +3547,23 @@ packages:
'@vue/compiler-dom': 3.2.37
'@vue/shared': 3.2.37
/@vue/devtools-api/6.1.4:
resolution: {integrity: sha512-IiA0SvDrJEgXvVxjNkHPFfDx6SXw0b/TUkqMcDZWNg9fnCAHbTpoo59YfJ9QLFkwa3raau5vSlRVzMSLDnfdtQ==}
dev: false
/@vue/devtools-api/6.2.1:
resolution: {integrity: sha512-OEgAMeQXvCoJ+1x8WyQuVZzFo0wcyCmUR3baRVLmKBo1LmYZWMlRiXlux5jd0fqVJu6PfDbOrZItVqUEzLobeQ==}
dev: false
/@vue/eslint-config-prettier/7.0.0_po3yoeeutu52wwqsoi2mwzccke:
/@vue/eslint-config-prettier/7.0.0_2xd4q2tc5cqa5as7uugqhp6oue:
resolution: {integrity: sha512-/CTc6ML3Wta1tCe1gUeO0EYnVXfo3nJXsIhZ8WJr3sov+cGASr6yuiibJTL6lmIBm7GobopToOuB3B6AWyV0Iw==}
peerDependencies:
eslint: '>= 7.28.0'
prettier: '>= 2.0.0'
dependencies:
eslint: 8.21.0
eslint-config-prettier: 8.5.0_eslint@8.21.0
eslint-plugin-prettier: 4.0.0_h62lvancfh4b7r6zn2dgodrh5e
eslint: 8.22.0
eslint-config-prettier: 8.5.0_eslint@8.22.0
eslint-plugin-prettier: 4.0.0_i2cojdczqdiurzgttlwdgf764e
prettier: 2.7.1
dev: true
/@vue/eslint-config-typescript/11.0.0_nc7nknup3hbyc67gcp5ycg4lby:
/@vue/eslint-config-typescript/11.0.0_4py5zxx5ck6utobkmozwvrmyiy:
resolution: {integrity: sha512-txuRzxnQVmtUvvy9UyWUy9sHWXNeRPGmSPqP53hRtaiUeCTAondI9Ho9GQYI/8/eWljYOST7iA4Aa8sANBkWaA==}
engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies:
@ -3599,12 +3574,12 @@ packages:
typescript:
optional: true
dependencies:
'@typescript-eslint/eslint-plugin': 5.13.0_kavknhcepgudu4asmz2sgbtdky
'@typescript-eslint/parser': 5.13.0_qugx7qdu5zevzvxaiqyxfiwquq
eslint: 8.21.0
eslint-plugin-vue: 9.3.0_eslint@8.21.0
'@typescript-eslint/eslint-plugin': 5.13.0_zrwzqq6wbbc3xr7oiu7rlwaiwe
'@typescript-eslint/parser': 5.13.0_4rv7y5c6xz3vfxwhbrcxxi73bq
eslint: 8.22.0
eslint-plugin-vue: 9.3.0_eslint@8.22.0
typescript: 4.7.4
vue-eslint-parser: 9.0.2_eslint@8.21.0
vue-eslint-parser: 9.0.2_eslint@8.22.0
transitivePeerDependencies:
- supports-color
dev: true
@ -3700,14 +3675,14 @@ packages:
resolution: {integrity: sha512-IwSfzH80bnJMzqhaapqJl9JRIiyQU0zsRGEgnxN6jhq7992cPUJIRfV+JHRIZXjYqbwt07E1gTEp0R0zPJ1aqw==}
dev: false
/@vueuse/router/9.1.0_45jhv7el6g2ztux7wgm2ofrf4e:
/@vueuse/router/9.1.0_26a4nhf5pwzjzqc5ckt7ohj5zi:
resolution: {integrity: sha512-ub2B8XfHCQXX4Migab9bBnFjJI+NmqeLbQox1UdhWhy9cZIpgKx40aW7eq/LLUMGVIKAdriDI6YsD0LZrZFeaA==}
peerDependencies:
vue-router: '>=4.0.0-rc.1'
dependencies:
'@vueuse/shared': 9.1.0_vue@3.2.37
vue-demi: 0.12.1_vue@3.2.37
vue-router: 4.1.3_vue@3.2.37
vue-router: 4.1.4_vue@3.2.37
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@ -5222,25 +5197,25 @@ packages:
source-map: 0.6.1
dev: true
/eslint-config-prettier/8.5.0_eslint@8.21.0:
/eslint-config-prettier/8.5.0_eslint@8.22.0:
resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==}
hasBin: true
peerDependencies:
eslint: '>=7.0.0'
dependencies:
eslint: 8.21.0
eslint: 8.22.0
dev: true
/eslint-plugin-cypress/2.12.1_eslint@8.21.0:
/eslint-plugin-cypress/2.12.1_eslint@8.22.0:
resolution: {integrity: sha512-c2W/uPADl5kospNDihgiLc7n87t5XhUbFDoTl6CfVkmG+kDAb5Ux10V9PoLPu9N+r7znpc+iQlcmAqT1A/89HA==}
peerDependencies:
eslint: '>= 3.2.1'
dependencies:
eslint: 8.21.0
eslint: 8.22.0
globals: 11.12.0
dev: true
/eslint-plugin-prettier/4.0.0_h62lvancfh4b7r6zn2dgodrh5e:
/eslint-plugin-prettier/4.0.0_i2cojdczqdiurzgttlwdgf764e:
resolution: {integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==}
engines: {node: '>=6.0.0'}
peerDependencies:
@ -5251,25 +5226,25 @@ packages:
eslint-config-prettier:
optional: true
dependencies:
eslint: 8.21.0
eslint-config-prettier: 8.5.0_eslint@8.21.0
eslint: 8.22.0
eslint-config-prettier: 8.5.0_eslint@8.22.0
prettier: 2.7.1
prettier-linter-helpers: 1.0.0
dev: true
/eslint-plugin-vue/9.3.0_eslint@8.21.0:
/eslint-plugin-vue/9.3.0_eslint@8.22.0:
resolution: {integrity: sha512-iscKKkBZgm6fGZwFt6poRoWC0Wy2dQOlwUPW++CiPoQiw1enctV2Hj5DBzzjJZfyqs+FAXhgzL4q0Ww03AgSmQ==}
engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
dependencies:
eslint: 8.21.0
eslint-utils: 3.0.0_eslint@8.21.0
eslint: 8.22.0
eslint-utils: 3.0.0_eslint@8.22.0
natural-compare: 1.4.0
nth-check: 2.0.1
postcss-selector-parser: 6.0.10
semver: 7.3.7
vue-eslint-parser: 9.0.2_eslint@8.21.0
vue-eslint-parser: 9.0.2_eslint@8.22.0
xml-name-validator: 4.0.0
transitivePeerDependencies:
- supports-color
@ -5291,13 +5266,13 @@ packages:
estraverse: 5.3.0
dev: true
/eslint-utils/3.0.0_eslint@8.21.0:
/eslint-utils/3.0.0_eslint@8.22.0:
resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==}
engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0}
peerDependencies:
eslint: '>=5'
dependencies:
eslint: 8.21.0
eslint: 8.22.0
eslint-visitor-keys: 2.1.0
dev: true
@ -5311,8 +5286,8 @@ packages:
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
/eslint/8.21.0:
resolution: {integrity: sha512-/XJ1+Qurf1T9G2M5IHrsjp+xrGT73RZf23xA1z5wB1ZzzEAWSZKvRwhWxTFp1rvkvCfwcvAUNAP31bhKTTGfDA==}
/eslint/8.22.0:
resolution: {integrity: sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
hasBin: true
dependencies:
@ -5326,7 +5301,7 @@ packages:
doctrine: 3.0.0
escape-string-regexp: 4.0.0
eslint-scope: 7.1.1
eslint-utils: 3.0.0_eslint@8.21.0
eslint-utils: 3.0.0_eslint@8.22.0
eslint-visitor-keys: 3.3.0
espree: 9.3.3
esquery: 1.4.0
@ -5630,7 +5605,7 @@ packages:
/find-yarn-workspace-root2/1.2.16:
resolution: {integrity: sha512-hr6hb1w8ePMpPVUK39S4RlwJzi+xPLuVuG8XlwXU3KD5Yn3qgBWVfy3AzNlDhWvE1EORCE65/Qm26rFQt3VLVA==}
dependencies:
micromatch: 4.0.4
micromatch: 4.0.5
pkg-dir: 4.2.0
dev: true
@ -7272,7 +7247,7 @@ packages:
resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==}
engines: {node: '>=8'}
dependencies:
'@babel/code-frame': 7.16.7
'@babel/code-frame': 7.18.6
error-ex: 1.3.2
json-parse-even-better-errors: 2.3.1
lines-and-columns: 1.2.4
@ -7365,8 +7340,8 @@ packages:
engines: {node: '>=6'}
dev: true
/pinia/2.0.17_j6bzmzd4ujpabbp5objtwxyjp4:
resolution: {integrity: sha512-AtwLwEWQgIjofjgeFT+nxbnK5lT2QwQjaHNEDqpsi2AiCwf/NY78uWTeHUyEhiiJy8+sBmw0ujgQMoQbWiZDfA==}
/pinia/2.0.20_j6bzmzd4ujpabbp5objtwxyjp4:
resolution: {integrity: sha512-fdHHumXW/0U5HhxmY1emo3I4z85p8NJPdbtFQSlmJXFe3ktuF0pYNVgVtk2q+j2zCtTufY763xzaEMx0t6T59g==}
peerDependencies:
'@vue/composition-api': ^1.4.0
typescript: '>=4.4.4'
@ -7924,8 +7899,8 @@ packages:
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
dev: true
/sass/1.54.3:
resolution: {integrity: sha512-fLodey5Qd41Pxp/Tk7Al97sViYwF/TazRc5t6E65O7JOk4XF8pzwIW7CvCxYVOfJFFI/1x5+elDyBIixrp+zrw==}
/sass/1.54.5:
resolution: {integrity: sha512-p7DTOzxkUPa/63FU0R3KApkRHwcVZYC0PLnLm5iyZACyp15qSi32x7zVUhRdABAATmkALqgGrjCJAcWvobmhHw==}
engines: {node: '>=12.0.0'}
hasBin: true
dependencies:
@ -8489,8 +8464,8 @@ packages:
engines: {node: '>=14.0.0'}
dev: true
/tinyspy/1.0.0:
resolution: {integrity: sha512-FI5B2QdODQYDRjfuLF+OrJ8bjWRMCXokQPcwKm0W3IzcbUmBNv536cQc7eXGoAuXphZwgx1DFbqImwzz08Fnhw==}
/tinyspy/1.0.2:
resolution: {integrity: sha512-bSGlgwLBYf7PnUsQ6WOc6SJ3pGOcd+d8AA6EUnLDDM0kWEstC1JIlSZA3UNliDXhd9ABoS7hiRBDCu+XP/sf1Q==}
engines: {node: '>=14.0.0'}
dev: true
@ -8916,7 +8891,7 @@ packages:
- supports-color
dev: true
/vite-plugin-externals/0.5.1_vite@3.0.4:
/vite-plugin-externals/0.5.1_vite@3.0.9:
resolution: {integrity: sha512-HvRFG5y9wXoJUG9FSbSp9ikOiJRh7EzN6tJC5oIOcEj+19GUw9Z1NNCPFtAmX75Ajcr10FdELKNmuXS3lExkcg==}
peerDependencies:
vite: '>=2.0.0'
@ -8925,10 +8900,10 @@ packages:
es-module-lexer: 0.4.1
fs-extra: 10.1.0
magic-string: 0.25.9
vite: 3.0.4_sass@1.54.3
vite: 3.0.9_sass@1.54.5
dev: true
/vite-plugin-html/3.2.0_vite@3.0.4:
/vite-plugin-html/3.2.0_vite@3.0.9:
resolution: {integrity: sha512-2VLCeDiHmV/BqqNn5h2V+4280KRgQzCFN47cst3WiNK848klESPQnzuC3okH5XHtgwHH/6s1Ho/YV6yIO0pgoQ==}
peerDependencies:
vite: '>=2.0.0'
@ -8945,10 +8920,10 @@ packages:
html-minifier-terser: 6.1.0
node-html-parser: 5.3.3
pathe: 0.2.0
vite: 3.0.4_sass@1.54.3
vite: 3.0.9_sass@1.54.5
dev: true
/vite-plugin-pwa/0.12.3_vite@3.0.4:
/vite-plugin-pwa/0.12.3_vite@3.0.9:
resolution: {integrity: sha512-gmYdIVXpmBuNjzbJFPZFzxWYrX4lHqwMAlOtjmXBbxApiHjx9QPXKQPJjSpeTeosLKvVbNcKSAAhfxMda0QVNQ==}
peerDependencies:
vite: ^2.0.0 || ^3.0.0-0
@ -8957,7 +8932,7 @@ packages:
fast-glob: 3.2.11
pretty-bytes: 6.0.0
rollup: 2.75.7
vite: 3.0.4_sass@1.54.3
vite: 3.0.9_sass@1.54.5
workbox-build: 6.5.3
workbox-window: 6.5.3
transitivePeerDependencies:
@ -8965,7 +8940,7 @@ packages:
- supports-color
dev: true
/vite-plugin-static-copy/0.7.0_vite@3.0.4:
/vite-plugin-static-copy/0.7.0_vite@3.0.9:
resolution: {integrity: sha512-BlzvdlO4MR5O7CB0IW4VzdwiVYixEwwUvNp7ZmRLS8U0c38axOacg0nwQXr+FZROO7x4qxabDF3m7WwbFjN65A==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
@ -8975,17 +8950,17 @@ packages:
fast-glob: 3.2.11
fs-extra: 10.1.0
picocolors: 1.0.0
vite: 3.0.4_sass@1.54.3
vite: 3.0.9_sass@1.54.5
dev: true
/vite-plugin-vue-setup-extend/0.4.0_vite@3.0.4:
/vite-plugin-vue-setup-extend/0.4.0_vite@3.0.9:
resolution: {integrity: sha512-WMbjPCui75fboFoUTHhdbXzu4Y/bJMv5N9QT9a7do3wNMNHHqrk+Tn2jrSJU0LS5fGl/EG+FEDBYVUeWIkDqXQ==}
peerDependencies:
vite: '>=2.0.0'
dependencies:
'@vue/compiler-sfc': 3.2.37
magic-string: 0.25.9
vite: 3.0.4_sass@1.54.3
vite: 3.0.9_sass@1.54.5
dev: true
/vite/3.0.4:
@ -9015,8 +8990,8 @@ packages:
fsevents: 2.3.2
dev: true
/vite/3.0.4_sass@1.54.3:
resolution: {integrity: sha512-NU304nqnBeOx2MkQnskBQxVsa0pRAH5FphokTGmyy8M3oxbvw7qAXts2GORxs+h/2vKsD+osMhZ7An6yK6F1dA==}
/vite/3.0.9_sass@1.54.5:
resolution: {integrity: sha512-waYABTM+G6DBTCpYAxvevpG50UOlZuynR0ckTK5PawNVt7ebX6X7wNXHaGIO6wYYFXSM7/WcuFuO2QzhBB6aMw==}
engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true
peerDependencies:
@ -9038,20 +9013,19 @@ packages:
postcss: 8.4.16
resolve: 1.22.1
rollup: 2.75.7
sass: 1.54.3
sass: 1.54.5
optionalDependencies:
fsevents: 2.3.2
dev: true
/vitest/0.21.0_f34q2nlpz7ryg6txjuyu2vmcfy:
resolution: {integrity: sha512-+BQB2swk4wQdw5loOoL8esIYh/1ifAliuwj2HWHNE2F8SAl/jF7/aoCJBoXGSf/Ws19k3pH4NrWeVtcSwM0j2w==}
/vitest/0.22.1_my66ljsqedpv44tenfg5otuhda:
resolution: {integrity: sha512-+x28YTnSLth4KbXg7MCzoDAzPJlJex7YgiZbUh6YLp0/4PqVZ7q7/zyfdL0OaPtKTpNiQFPpMC8Y2MSzk8F7dw==}
engines: {node: '>=v14.16.0'}
hasBin: true
peerDependencies:
'@edge-runtime/vm': '*'
'@vitest/browser': '*'
'@vitest/ui': '*'
c8: '*'
happy-dom: '*'
jsdom: '*'
peerDependenciesMeta:
@ -9061,25 +9035,22 @@ packages:
optional: true
'@vitest/ui':
optional: true
c8:
optional: true
happy-dom:
optional: true
jsdom:
optional: true
dependencies:
'@types/chai': 4.3.1
'@types/chai': 4.3.3
'@types/chai-subset': 1.3.3
'@types/node': 17.0.45
'@vitest/ui': 0.21.0
c8: 7.12.0
'@vitest/ui': 0.22.1
chai: 4.3.6
debug: 4.3.4
jsdom: 20.0.0
local-pkg: 0.4.2
tinypool: 0.2.4
tinyspy: 1.0.0
vite: 3.0.4_sass@1.54.3
tinyspy: 1.0.2
vite: 3.0.9_sass@1.54.5
transitivePeerDependencies:
- less
- sass
@ -9111,14 +9082,14 @@ packages:
vue: 3.2.37
dev: false
/vue-eslint-parser/9.0.2_eslint@8.21.0:
/vue-eslint-parser/9.0.2_eslint@8.22.0:
resolution: {integrity: sha512-uCPQwTGjOtAYrwnU+76pYxalhjsh7iFBsHwBqDHiOPTxtICDaraO4Szw54WFTNZTAEsgHHzqFOu1mmnBOBRzDA==}
engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '>=6.0.0'
dependencies:
debug: 4.3.4
eslint: 8.21.0
eslint: 8.22.0
eslint-scope: 7.1.1
eslint-visitor-keys: 3.3.0
espree: 9.3.2
@ -9162,23 +9133,23 @@ packages:
vue: 3.2.37
dev: false
/vue-router/4.1.3_vue@3.2.37:
resolution: {integrity: sha512-XvK81bcYglKiayT7/vYAg/f36ExPC4t90R/HIpzrZ5x+17BOWptXLCrEPufGgZeuq68ww4ekSIMBZY1qdUdfjA==}
/vue-router/4.1.4_vue@3.2.37:
resolution: {integrity: sha512-UgYen33gOtwT3cOG1+yRen+Brk9py8CSlC9LEa3UjvKZ4EAoSo8NjZPDeDnmNerfazorHIJG1NC7qdi1SuQJnQ==}
peerDependencies:
vue: ^3.2.0
dependencies:
'@vue/devtools-api': 6.1.4
'@vue/devtools-api': 6.2.1
vue: 3.2.37
dev: false
/vue-tsc/0.39.5_typescript@4.7.4:
resolution: {integrity: sha512-jhTsrKhZkafpIeN4Cbhr1K53hNfa/oesSrlh7hUaeHyCk55VhZT6oJkwJbtqN4MYkWZIwPrm3/xTwsELuf2ocg==}
/vue-tsc/0.40.1_typescript@4.7.4:
resolution: {integrity: sha512-Z+3rlp/6TrtKvLuaFYwBn03zrdinMR6lBb3mWBJtDA+KwlRu+I4eMoqC1qT9D7i/29u0Bw58dH7ErjMpNLN9bQ==}
hasBin: true
peerDependencies:
typescript: '*'
dependencies:
'@volar/vue-language-core': 0.39.5
'@volar/vue-typescript': 0.39.5
'@volar/vue-language-core': 0.40.1
'@volar/vue-typescript': 0.40.1
typescript: 4.7.4
dev: true