mirror of https://github.com/halo-dev/halo-admin
parent
9546abf1e2
commit
64240d3caf
16
package.json
16
package.json
|
@ -34,18 +34,18 @@
|
|||
"@halo-dev/admin-api": "^1.1.0",
|
||||
"@halo-dev/admin-shared": "workspace:*",
|
||||
"@halo-dev/components": "workspace:*",
|
||||
"@vueuse/core": "^8.9.0",
|
||||
"@vueuse/core": "^8.9.2",
|
||||
"filepond": "^4.30.4",
|
||||
"filepond-plugin-image-preview": "^4.6.11",
|
||||
"floating-vue": "2.0.0-beta.16",
|
||||
"lodash.clonedeep": "^4.5.0",
|
||||
"pinia": "^2.0.14",
|
||||
"pinia": "^2.0.16",
|
||||
"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.1"
|
||||
"vue-router": "^4.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@changesets/cli": "^2.23.1",
|
||||
|
@ -74,20 +74,20 @@
|
|||
"jsdom": "^19.0.0",
|
||||
"postcss": "^8.4.14",
|
||||
"prettier": "^2.7.1",
|
||||
"prettier-plugin-tailwindcss": "^0.1.11",
|
||||
"prettier-plugin-tailwindcss": "^0.1.12",
|
||||
"sass": "^1.53.0",
|
||||
"start-server-and-test": "^1.14.0",
|
||||
"tailwindcss": "^3.1.4",
|
||||
"tailwindcss": "^3.1.6",
|
||||
"tailwindcss-safe-area": "^0.2.2",
|
||||
"tailwindcss-themeable": "^1.3.0",
|
||||
"typescript": "~4.7.4",
|
||||
"vite": "^2.9.13",
|
||||
"vite": "^2.9.14",
|
||||
"vite-compression-plugin": "^0.0.4",
|
||||
"vite-plugin-externals": "^0.5.0",
|
||||
"vite-plugin-pwa": "^0.12.2",
|
||||
"vite-plugin-pwa": "^0.12.3",
|
||||
"vite-plugin-static-copy": "^0.6.1",
|
||||
"vite-plugin-vue-setup-extend": "^0.4.0",
|
||||
"vitest": "^0.16.0",
|
||||
"vue-tsc": "^0.38.3"
|
||||
"vue-tsc": "^0.38.5"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -47,9 +47,9 @@
|
|||
"devDependencies": {
|
||||
"@iconify-json/ri": "^1.1.3",
|
||||
"@rollup/plugin-typescript": "^8.3.3",
|
||||
"histoire": "^0.7.8",
|
||||
"histoire": "^0.7.9",
|
||||
"unplugin-icons": "^0.14.7",
|
||||
"vite-plugin-dts": "^1.2.0"
|
||||
"vite-plugin-dts": "^1.2.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^3.2.37",
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
"axios": "^0.27.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vite-plugin-dts": "^1.2.0"
|
||||
"vite-plugin-dts": "^1.2.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^3.2.37",
|
||||
|
|
311
pnpm-lock.yaml
311
pnpm-lock.yaml
|
@ -29,7 +29,7 @@ importers:
|
|||
'@vue/eslint-config-typescript': ^11.0.0
|
||||
'@vue/test-utils': ^2.0.2
|
||||
'@vue/tsconfig': ^0.1.3
|
||||
'@vueuse/core': ^8.9.0
|
||||
'@vueuse/core': ^8.9.2
|
||||
autoprefixer: ^10.4.7
|
||||
c8: ^7.11.3
|
||||
cypress: ^9.7.0
|
||||
|
@ -42,62 +42,62 @@ importers:
|
|||
husky: ^8.0.1
|
||||
jsdom: ^19.0.0
|
||||
lodash.clonedeep: ^4.5.0
|
||||
pinia: ^2.0.14
|
||||
pinia: ^2.0.16
|
||||
postcss: ^8.4.14
|
||||
prettier: ^2.7.1
|
||||
prettier-plugin-tailwindcss: ^0.1.11
|
||||
prettier-plugin-tailwindcss: ^0.1.12
|
||||
qs: ^6.11.0
|
||||
sass: ^1.53.0
|
||||
start-server-and-test: ^1.14.0
|
||||
tailwindcss: ^3.1.4
|
||||
tailwindcss: ^3.1.6
|
||||
tailwindcss-safe-area: ^0.2.2
|
||||
tailwindcss-themeable: ^1.3.0
|
||||
typescript: ~4.7.4
|
||||
uuid: ^8.3.2
|
||||
vite: ^2.9.13
|
||||
vite: ^2.9.14
|
||||
vite-compression-plugin: ^0.0.4
|
||||
vite-plugin-externals: ^0.5.0
|
||||
vite-plugin-pwa: ^0.12.2
|
||||
vite-plugin-pwa: ^0.12.3
|
||||
vite-plugin-static-copy: ^0.6.1
|
||||
vite-plugin-vue-setup-extend: ^0.4.0
|
||||
vitest: ^0.16.0
|
||||
vue: ^3.2.37
|
||||
vue-filepond: ^7.0.3
|
||||
vue-grid-layout: 3.0.0-beta1
|
||||
vue-router: ^4.1.1
|
||||
vue-tsc: ^0.38.3
|
||||
vue-router: ^4.1.2
|
||||
vue-tsc: ^0.38.5
|
||||
dependencies:
|
||||
'@formkit/addons': 1.0.0-beta.9_vue@3.2.37
|
||||
'@formkit/core': 1.0.0-beta.9
|
||||
'@formkit/i18n': 1.0.0-beta.9
|
||||
'@formkit/inputs': 1.0.0-beta.9
|
||||
'@formkit/themes': 1.0.0-beta.9_tailwindcss@3.1.4
|
||||
'@formkit/vue': 1.0.0-beta.9_rkpirzljteu3gouykqigqhmb7i
|
||||
'@formkit/themes': 1.0.0-beta.9_tailwindcss@3.1.6
|
||||
'@formkit/vue': 1.0.0-beta.9_jly5jqkcc2zgnt3crhnp3znzv4
|
||||
'@halo-dev/admin-api': 1.1.0
|
||||
'@halo-dev/admin-shared': link:packages/shared
|
||||
'@halo-dev/components': link:packages/components
|
||||
'@vueuse/core': 8.9.0_vue@3.2.37
|
||||
'@vueuse/core': 8.9.2_vue@3.2.37
|
||||
filepond: 4.30.4
|
||||
filepond-plugin-image-preview: 4.6.11_filepond@4.30.4
|
||||
floating-vue: 2.0.0-beta.16_vue@3.2.37
|
||||
lodash.clonedeep: 4.5.0
|
||||
pinia: 2.0.14_j6bzmzd4ujpabbp5objtwxyjp4
|
||||
pinia: 2.0.16_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.1_vue@3.2.37
|
||||
vue-router: 4.1.2_vue@3.2.37
|
||||
devDependencies:
|
||||
'@changesets/cli': 2.23.1
|
||||
'@rushstack/eslint-patch': 1.1.4
|
||||
'@tailwindcss/aspect-ratio': 0.4.0_tailwindcss@3.1.4
|
||||
'@tailwindcss/aspect-ratio': 0.4.0_tailwindcss@3.1.6
|
||||
'@types/jsdom': 16.2.14
|
||||
'@types/lodash.clonedeep': 4.5.7
|
||||
'@types/node': 17.0.45
|
||||
'@types/qs': 6.9.7
|
||||
'@types/uuid': 8.3.4
|
||||
'@vitejs/plugin-vue': 2.3.3_vite@2.9.13+vue@3.2.37
|
||||
'@vitejs/plugin-vue': 2.3.3_vite@2.9.14+vue@3.2.37
|
||||
'@vitejs/plugin-vue-jsx': 1.3.10
|
||||
'@vitest/ui': 0.16.0
|
||||
'@vue/compiler-sfc': 3.2.37
|
||||
|
@ -115,46 +115,46 @@ importers:
|
|||
jsdom: 19.0.0
|
||||
postcss: 8.4.14
|
||||
prettier: 2.7.1
|
||||
prettier-plugin-tailwindcss: 0.1.11_prettier@2.7.1
|
||||
prettier-plugin-tailwindcss: 0.1.12_prettier@2.7.1
|
||||
sass: 1.53.0
|
||||
start-server-and-test: 1.14.0
|
||||
tailwindcss: 3.1.4
|
||||
tailwindcss: 3.1.6
|
||||
tailwindcss-safe-area: 0.2.2
|
||||
tailwindcss-themeable: 1.3.0
|
||||
typescript: 4.7.4
|
||||
vite: 2.9.13_sass@1.53.0
|
||||
vite: 2.9.14_sass@1.53.0
|
||||
vite-compression-plugin: 0.0.4
|
||||
vite-plugin-externals: 0.5.0_vite@2.9.13
|
||||
vite-plugin-pwa: 0.12.2_vite@2.9.13
|
||||
vite-plugin-static-copy: 0.6.1_vite@2.9.13
|
||||
vite-plugin-vue-setup-extend: 0.4.0_vite@2.9.13
|
||||
vite-plugin-externals: 0.5.0_vite@2.9.14
|
||||
vite-plugin-pwa: 0.12.3_vite@2.9.14
|
||||
vite-plugin-static-copy: 0.6.1_vite@2.9.14
|
||||
vite-plugin-vue-setup-extend: 0.4.0_vite@2.9.14
|
||||
vitest: 0.16.0_5rlefaqlpcnjufbjtd4545rida
|
||||
vue-tsc: 0.38.3_typescript@4.7.4
|
||||
vue-tsc: 0.38.5_typescript@4.7.4
|
||||
|
||||
packages/components:
|
||||
specifiers:
|
||||
'@iconify-json/ri': ^1.1.3
|
||||
'@rollup/plugin-typescript': ^8.3.3
|
||||
histoire: ^0.7.8
|
||||
histoire: ^0.7.9
|
||||
unplugin-icons: ^0.14.7
|
||||
vite-plugin-dts: ^1.2.0
|
||||
vite-plugin-dts: ^1.2.1
|
||||
devDependencies:
|
||||
'@iconify-json/ri': 1.1.3
|
||||
'@rollup/plugin-typescript': 8.3.3
|
||||
histoire: 0.7.8
|
||||
histoire: 0.7.9
|
||||
unplugin-icons: 0.14.7
|
||||
vite-plugin-dts: 1.2.0
|
||||
vite-plugin-dts: 1.2.1
|
||||
|
||||
packages/shared:
|
||||
specifiers:
|
||||
'@halo-dev/components': workspace:*
|
||||
axios: ^0.27.2
|
||||
vite-plugin-dts: ^1.2.0
|
||||
vite-plugin-dts: ^1.2.1
|
||||
dependencies:
|
||||
'@halo-dev/components': link:../components
|
||||
axios: 0.27.2
|
||||
devDependencies:
|
||||
vite-plugin-dts: 1.2.0
|
||||
vite-plugin-dts: 1.2.1
|
||||
|
||||
packages:
|
||||
|
||||
|
@ -319,7 +319,7 @@ packages:
|
|||
'@babel/traverse': 7.17.9
|
||||
debug: 4.3.4
|
||||
lodash.debounce: 4.0.8
|
||||
resolve: 1.22.0
|
||||
resolve: 1.22.1
|
||||
semver: 6.3.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
@ -1719,7 +1719,7 @@ packages:
|
|||
'@formkit/validation': 1.0.0-beta.9
|
||||
dev: false
|
||||
|
||||
/@formkit/themes/1.0.0-beta.9_tailwindcss@3.1.4:
|
||||
/@formkit/themes/1.0.0-beta.9_tailwindcss@3.1.6:
|
||||
resolution: {integrity: sha512-FF5M6X9B6mjxxMOYBkCTd0QhGZtPRXMMCtyDWDOwqKUPXf5+CVfwbTgicO3rSF2AMzeP9K+9wmvoniECKqgvAA==}
|
||||
peerDependencies:
|
||||
tailwindcss: ^3.0.0
|
||||
|
@ -1734,7 +1734,7 @@ packages:
|
|||
optional: true
|
||||
dependencies:
|
||||
'@formkit/core': 1.0.0-beta.9
|
||||
tailwindcss: 3.1.4
|
||||
tailwindcss: 3.1.6
|
||||
dev: false
|
||||
|
||||
/@formkit/utils/1.0.0-beta.9:
|
||||
|
@ -1748,7 +1748,7 @@ packages:
|
|||
'@formkit/observer': 1.0.0-beta.9
|
||||
dev: false
|
||||
|
||||
/@formkit/vue/1.0.0-beta.9_rkpirzljteu3gouykqigqhmb7i:
|
||||
/@formkit/vue/1.0.0-beta.9_jly5jqkcc2zgnt3crhnp3znzv4:
|
||||
resolution: {integrity: sha512-qhhte5JyUIkPBmk5EjWxSiKuOzir/0vi+lBEpfSa1KykyDhelcNtrVWcFI7qjhYhRj+7P/sF6Eo5/EFGfIznYQ==}
|
||||
peerDependencies:
|
||||
vue: ^3.2.1
|
||||
|
@ -1759,7 +1759,7 @@ packages:
|
|||
'@formkit/inputs': 1.0.0-beta.9
|
||||
'@formkit/observer': 1.0.0-beta.9
|
||||
'@formkit/rules': 1.0.0-beta.9
|
||||
'@formkit/themes': 1.0.0-beta.9_tailwindcss@3.1.4
|
||||
'@formkit/themes': 1.0.0-beta.9_tailwindcss@3.1.6
|
||||
'@formkit/utils': 1.0.0-beta.9
|
||||
'@formkit/validation': 1.0.0-beta.9
|
||||
vue: 3.2.37
|
||||
|
@ -1810,33 +1810,33 @@ packages:
|
|||
'@hapi/hoek': 9.2.1
|
||||
dev: true
|
||||
|
||||
/@histoire/controls/0.7.8_vue@3.2.37:
|
||||
resolution: {integrity: sha512-hFCH0QHotpcW1Z5qAQTRY9Uv9NZOBPLptOSnvr3Q1c6LPtvapy2TTcaVnyMT2cQVV9Ucm8hiRfIu/AQFbhWEWA==}
|
||||
/@histoire/controls/0.7.9_vue@3.2.37:
|
||||
resolution: {integrity: sha512-Kv7iF2uOVe5FsgQgK3KqmW3zlg/hlQGiy+E7VG/W0BHcVjRMvJn7K4ftEn1qwoR95810Jv7pohGhp9HVSxfSvQ==}
|
||||
dependencies:
|
||||
'@iconify/vue': 3.2.1_vue@3.2.37
|
||||
'@vueuse/core': 8.7.5_vue@3.2.37
|
||||
'@vueuse/core': 8.9.2_vue@3.2.37
|
||||
floating-vue: 2.0.0-beta.16_vue@3.2.37
|
||||
transitivePeerDependencies:
|
||||
- '@vue/composition-api'
|
||||
- vue
|
||||
dev: true
|
||||
|
||||
/@histoire/plugin-vue/0.7.8_histoire@0.7.8+vue@3.2.37:
|
||||
resolution: {integrity: sha512-T+eve9vOQ4flgIZDRtXEZiOulXw9Oh2TBYBf8GHHYFCZs989d3jBYuOkxgo3SOIJM9C1vv9b5dgThD3Se3wPog==}
|
||||
/@histoire/plugin-vue/0.7.9_histoire@0.7.9+vue@3.2.37:
|
||||
resolution: {integrity: sha512-ykFkO3zb+lF6UrQXeafJiKRR+D4Myxpnk0k2l3GZoo5HeZW5XrO3pq4B8nIRwQ60KU8biDc4X+2da0fxg5T51w==}
|
||||
peerDependencies:
|
||||
histoire: ^0.7.8
|
||||
histoire: ^0.7.9
|
||||
vue: ^3.2.31
|
||||
dependencies:
|
||||
'@histoire/controls': 0.7.8_vue@3.2.37
|
||||
'@histoire/shared': 0.7.8
|
||||
histoire: 0.7.8
|
||||
'@histoire/controls': 0.7.9_vue@3.2.37
|
||||
'@histoire/shared': 0.7.9
|
||||
histoire: 0.7.9
|
||||
vue: 3.2.37
|
||||
transitivePeerDependencies:
|
||||
- '@vue/composition-api'
|
||||
dev: true
|
||||
|
||||
/@histoire/shared/0.7.8:
|
||||
resolution: {integrity: sha512-suQBYwNknKPKlyDafWe95+dGZo5gcfbcMhnSSY+ymFc7KJfA+645mPIqBYZge0rekeeFp4R3jcc7gZtepVUqYg==}
|
||||
/@histoire/shared/0.7.9:
|
||||
resolution: {integrity: sha512-uEh2cX3SQZ70LE9044dKUeuq6Chrt6Re6rj82/ts6s0Pyk2bT8E0f9tNFBWujWyraO75jShbG/FYbbbY42NFTg==}
|
||||
dev: true
|
||||
|
||||
/@humanwhocodes/config-array/0.9.5:
|
||||
|
@ -2231,7 +2231,7 @@ packages:
|
|||
builtin-modules: 3.2.0
|
||||
deepmerge: 4.2.2
|
||||
is-module: 1.0.0
|
||||
resolve: 1.22.0
|
||||
resolve: 1.22.1
|
||||
rollup: 2.75.7
|
||||
dev: true
|
||||
|
||||
|
@ -2348,12 +2348,12 @@ packages:
|
|||
string.prototype.matchall: 4.0.7
|
||||
dev: true
|
||||
|
||||
/@tailwindcss/aspect-ratio/0.4.0_tailwindcss@3.1.4:
|
||||
/@tailwindcss/aspect-ratio/0.4.0_tailwindcss@3.1.6:
|
||||
resolution: {integrity: sha512-WJu0I4PpqNPuutpaA9zDUq2JXR+lorZ7PbLcKNLmb6GL9/HLfC7w3CRsMhJF4BbYd/lkY6CfXOvkYpuGnZfkpQ==}
|
||||
peerDependencies:
|
||||
tailwindcss: '>=2.0.0 || >=3.0.0 || >=3.0.0-alpha.1'
|
||||
dependencies:
|
||||
tailwindcss: 3.1.4
|
||||
tailwindcss: 3.1.6
|
||||
dev: true
|
||||
|
||||
/@tootallnate/once/2.0.0:
|
||||
|
@ -2668,14 +2668,14 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@vitejs/plugin-vue/2.3.3_vite@2.9.13+vue@3.2.37:
|
||||
/@vitejs/plugin-vue/2.3.3_vite@2.9.14+vue@3.2.37:
|
||||
resolution: {integrity: sha512-SmQLDyhz+6lGJhPELsBdzXGc+AcaT8stgkbiTFGpXPe8Tl1tJaBw1A6pxDqDuRsVkD8uscrkx3hA7QDOoKYtyw==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
peerDependencies:
|
||||
vite: ^2.5.10
|
||||
vue: ^3.2.25
|
||||
dependencies:
|
||||
vite: 2.9.13_sass@1.53.0
|
||||
vite: 2.9.14_sass@1.53.0
|
||||
vue: 3.2.37
|
||||
dev: true
|
||||
|
||||
|
@ -2685,32 +2685,32 @@ packages:
|
|||
sirv: 2.0.2
|
||||
dev: true
|
||||
|
||||
/@volar/code-gen/0.38.3:
|
||||
resolution: {integrity: sha512-0yCkDtaxffyfC9e2dSLGXJmG3b0rCfTa6vqxjr70ZFTtcf/VytmMBwboFicnm+Zoen9EI8wUNfw4upw9Slz5RQ==}
|
||||
/@volar/code-gen/0.38.5:
|
||||
resolution: {integrity: sha512-GRGhPKoNtRwZyn9M0b2buobeMR1Aj9zxZI0osanLG9vB9YCnJov1myxKU8EJV5NobpyspLIv1X6/BEHLZNsKig==}
|
||||
dependencies:
|
||||
'@volar/source-map': 0.38.3
|
||||
'@volar/source-map': 0.38.5
|
||||
dev: true
|
||||
|
||||
/@volar/source-map/0.38.3:
|
||||
resolution: {integrity: sha512-8aVM+r4lsHnLjhvnjQ6kn4J++3I6VXtJblcGzWuIOn9M8pJmRGW6Si/eOVjayLWfvPCxXUM7e3sg4Nm2tufTmg==}
|
||||
/@volar/source-map/0.38.5:
|
||||
resolution: {integrity: sha512-TyTLkOtAW/7qnl4Gabt4W4vcKPBPCBdaPLKwkMglKcaX70lPH2CIwZcPMJo6PAilbUVXcuX86xfgdncWDKKaZQ==}
|
||||
dev: true
|
||||
|
||||
/@volar/vue-code-gen/0.38.3:
|
||||
resolution: {integrity: sha512-euVuKtwV/KurRSVwNz5bZbCBJLwVOE56+Uh2PhsHcAM5Wzlt82cwLj07FbFagCftoC3IC/bsn43yuLc2I+ZjAQ==}
|
||||
/@volar/vue-code-gen/0.38.5:
|
||||
resolution: {integrity: sha512-4t2bX2bCmmlyYwPLqfH3AJXj9Km79uRmCy81recc8LB8ZT2Z9hOFNBAnlGNcCeZAtVWtmHVV7sXJtQAJQxkWeg==}
|
||||
dependencies:
|
||||
'@volar/code-gen': 0.38.3
|
||||
'@volar/source-map': 0.38.3
|
||||
'@volar/code-gen': 0.38.5
|
||||
'@volar/source-map': 0.38.5
|
||||
'@vue/compiler-core': 3.2.37
|
||||
'@vue/compiler-dom': 3.2.37
|
||||
'@vue/shared': 3.2.37
|
||||
dev: true
|
||||
|
||||
/@volar/vue-typescript/0.38.3:
|
||||
resolution: {integrity: sha512-rXh4RQBZrNfkiSnpBYbHrsxg7vBbZeYsGFgE/n8FVLcZfGlelsdXFIINsr/aZGUCJre9I15wQ44eEmXnc4+qww==}
|
||||
/@volar/vue-typescript/0.38.5:
|
||||
resolution: {integrity: sha512-Gobtg5gxR3bf/l1h300OWCWkvDQnOINgnxkDYiF8qdTBalW6qGsgGmq0uLBBDLaoahrfM7rqNd5QfJwGBgFXZg==}
|
||||
dependencies:
|
||||
'@volar/code-gen': 0.38.3
|
||||
'@volar/source-map': 0.38.3
|
||||
'@volar/vue-code-gen': 0.38.3
|
||||
'@volar/code-gen': 0.38.5
|
||||
'@volar/source-map': 0.38.5
|
||||
'@volar/vue-code-gen': 0.38.5
|
||||
'@vue/compiler-sfc': 3.2.37
|
||||
'@vue/reactivity': 3.2.37
|
||||
dev: true
|
||||
|
@ -2864,8 +2864,8 @@ packages:
|
|||
'@types/node': 17.0.45
|
||||
dev: true
|
||||
|
||||
/@vueuse/core/8.7.5_vue@3.2.37:
|
||||
resolution: {integrity: sha512-tqgzeZGoZcXzoit4kOGLWJibDMLp0vdm6ZO41SSUQhkhtrPhAg6dbIEPiahhUu6sZAmSYvVrZgEr5aKD51nrLA==}
|
||||
/@vueuse/core/8.9.2_vue@3.2.37:
|
||||
resolution: {integrity: sha512-dE3/JgwqIHmmtmRBdZAnq87rZCSFbYVps2t3gWy9Jv/+Qp6sHSSKuPFtwguJVZ2OnaGnB/AMRmx4CuFRxFin3A==}
|
||||
peerDependencies:
|
||||
'@vue/composition-api': ^1.1.0
|
||||
vue: ^2.6.0 || ^3.2.0
|
||||
|
@ -2876,40 +2876,16 @@ packages:
|
|||
optional: true
|
||||
dependencies:
|
||||
'@types/web-bluetooth': 0.0.14
|
||||
'@vueuse/metadata': 8.7.5
|
||||
'@vueuse/shared': 8.7.5_vue@3.2.37
|
||||
'@vueuse/metadata': 8.9.2
|
||||
'@vueuse/shared': 8.9.2_vue@3.2.37
|
||||
vue: 3.2.37
|
||||
vue-demi: 0.12.1_vue@3.2.37
|
||||
dev: true
|
||||
|
||||
/@vueuse/core/8.9.0_vue@3.2.37:
|
||||
resolution: {integrity: sha512-eKWehF6gsiLYxnYM/1xgDu16bKED7AWvkk56JIFNQes8OKgktr3Jc1wUy8UWIulrnwCXICUu9YUo+Wkq4r2JNw==}
|
||||
peerDependencies:
|
||||
'@vue/composition-api': ^1.1.0
|
||||
vue: ^2.6.0 || ^3.2.0
|
||||
peerDependenciesMeta:
|
||||
'@vue/composition-api':
|
||||
optional: true
|
||||
vue:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@types/web-bluetooth': 0.0.14
|
||||
'@vueuse/metadata': 8.9.0
|
||||
'@vueuse/shared': 8.9.0_vue@3.2.37
|
||||
vue: 3.2.37
|
||||
vue-demi: 0.12.1_vue@3.2.37
|
||||
dev: false
|
||||
/@vueuse/metadata/8.9.2:
|
||||
resolution: {integrity: sha512-g2s2BeyeEtJElmMFfFPnM+BTvnt0omniyvz8U18/zXDpQIMGozlNQgHoFeratyMfgVBhH/u2VKzmchChtDsgPQ==}
|
||||
|
||||
/@vueuse/metadata/8.7.5:
|
||||
resolution: {integrity: sha512-emJZKRQSaEnVqmlu39NpNp8iaW+bPC2kWykWoWOZMSlO/0QVEmO/rt8A5VhOEJTKLX3vwTevqbiRy9WJRwVOQg==}
|
||||
dev: true
|
||||
|
||||
/@vueuse/metadata/8.9.0:
|
||||
resolution: {integrity: sha512-pjkIbQgJPRUrxK5/iXVKQFGC+OhJ+Vd6fhBsdwgj+NNJEHUotRliYymwdvhnEke/o+kkulT0xMvoK19nyPoiMw==}
|
||||
dev: false
|
||||
|
||||
/@vueuse/shared/8.7.5_vue@3.2.37:
|
||||
resolution: {integrity: sha512-THXPvMBFmg6Gf6AwRn/EdTh2mhqwjGsB2Yfp374LNQSQVKRHtnJ0I42bsZTn7nuEliBxqUrGQm/lN6qUHmhJLw==}
|
||||
/@vueuse/shared/8.9.2_vue@3.2.37:
|
||||
resolution: {integrity: sha512-s4Nk82oheL5z1GywyGnqjob0MzbAt88olMZa0vgt/p3gcMsT8Ff7+SqmNgEFC6AAs6xiuhOAZpnew9Zs3d90yQ==}
|
||||
peerDependencies:
|
||||
'@vue/composition-api': ^1.1.0
|
||||
vue: ^2.6.0 || ^3.2.0
|
||||
|
@ -2921,22 +2897,6 @@ packages:
|
|||
dependencies:
|
||||
vue: 3.2.37
|
||||
vue-demi: 0.12.1_vue@3.2.37
|
||||
dev: true
|
||||
|
||||
/@vueuse/shared/8.9.0_vue@3.2.37:
|
||||
resolution: {integrity: sha512-Pmu3Fopk/JJjN8b90uQuFrVCc/RPcSA/0zDFRTyn3YIhoB5ESna/1Sac5WZxK+n82g/ERXHHQTetGI9yxEdPfA==}
|
||||
peerDependencies:
|
||||
'@vue/composition-api': ^1.1.0
|
||||
vue: ^2.6.0 || ^3.2.0
|
||||
peerDependenciesMeta:
|
||||
'@vue/composition-api':
|
||||
optional: true
|
||||
vue:
|
||||
optional: true
|
||||
dependencies:
|
||||
vue: 3.2.37
|
||||
vue-demi: 0.12.1_vue@3.2.37
|
||||
dev: false
|
||||
|
||||
/abab/2.0.5:
|
||||
resolution: {integrity: sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==}
|
||||
|
@ -5048,18 +5008,18 @@ packages:
|
|||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/histoire/0.7.8:
|
||||
resolution: {integrity: sha512-Sj4bOSoykvttdtF/BdVi3qvwaY7PhE9nd3K0dnjumP8H4VA6ftPOlncviwdq8G2U9gtUb98t7Q+PkaxElil9qA==}
|
||||
/histoire/0.7.9:
|
||||
resolution: {integrity: sha512-J9ZWHvfAD16UHNxLfaHNFu8YAPJb/CiXFp9i3j7+2g3KcukTDPmqpQv64hPSN0632QLSVj0gJ0x/Po2nb8aL7w==}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
vite: ^2.9.0
|
||||
dependencies:
|
||||
'@histoire/controls': 0.7.8_vue@3.2.37
|
||||
'@histoire/plugin-vue': 0.7.8_histoire@0.7.8+vue@3.2.37
|
||||
'@histoire/shared': 0.7.8
|
||||
'@histoire/controls': 0.7.9_vue@3.2.37
|
||||
'@histoire/plugin-vue': 0.7.9_histoire@0.7.9+vue@3.2.37
|
||||
'@histoire/shared': 0.7.9
|
||||
'@iconify/vue': 3.2.1_vue@3.2.37
|
||||
'@types/markdown-it': 12.2.3
|
||||
'@vueuse/core': 8.7.5_vue@3.2.37
|
||||
'@vueuse/core': 8.9.2_vue@3.2.37
|
||||
birpc: 0.1.1
|
||||
case: 1.6.3
|
||||
chokidar: 3.5.3
|
||||
|
@ -5078,7 +5038,7 @@ packages:
|
|||
mrmime: 1.0.0
|
||||
pathe: 0.2.0
|
||||
picocolors: 1.0.0
|
||||
pinia: 2.0.14_vue@3.2.37
|
||||
pinia: 2.0.16_vue@3.2.37
|
||||
sade: 1.8.1
|
||||
scroll-into-view-if-needed: 2.2.29
|
||||
shiki: 0.10.1
|
||||
|
@ -5086,7 +5046,7 @@ packages:
|
|||
tinypool: 0.1.3
|
||||
vite-node: 0.12.1
|
||||
vue: 3.2.37
|
||||
vue-router: 4.0.16_vue@3.2.37
|
||||
vue-router: 4.1.2_vue@3.2.37
|
||||
transitivePeerDependencies:
|
||||
- '@vue/composition-api'
|
||||
- encoding
|
||||
|
@ -5302,6 +5262,12 @@ packages:
|
|||
resolution: {integrity: sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==}
|
||||
dependencies:
|
||||
has: 1.0.3
|
||||
dev: true
|
||||
|
||||
/is-core-module/2.9.0:
|
||||
resolution: {integrity: sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==}
|
||||
dependencies:
|
||||
has: 1.0.3
|
||||
|
||||
/is-date-object/1.0.5:
|
||||
resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==}
|
||||
|
@ -6308,8 +6274,8 @@ packages:
|
|||
engines: {node: '>=6'}
|
||||
dev: true
|
||||
|
||||
/pinia/2.0.14_j6bzmzd4ujpabbp5objtwxyjp4:
|
||||
resolution: {integrity: sha512-0nPuZR4TetT/WcLN+feMSjWJku3SQU7dBbXC6uw+R6FLQJCsg+/0pzXyD82T1FmAYe0lsx+jnEDQ1BLgkRKlxA==}
|
||||
/pinia/2.0.16_j6bzmzd4ujpabbp5objtwxyjp4:
|
||||
resolution: {integrity: sha512-9/LMVO+/epny1NBfC77vnps4g3JRezxhhoF1xLUk8mZkUIxVnwfEAIRiAX8mYBTD/KCwZqnDMqXc8w3eU0FQGg==}
|
||||
peerDependencies:
|
||||
'@vue/composition-api': ^1.4.0
|
||||
typescript: '>=4.4.4'
|
||||
|
@ -6326,8 +6292,8 @@ packages:
|
|||
vue-demi: 0.12.1_vue@3.2.37
|
||||
dev: false
|
||||
|
||||
/pinia/2.0.14_vue@3.2.37:
|
||||
resolution: {integrity: sha512-0nPuZR4TetT/WcLN+feMSjWJku3SQU7dBbXC6uw+R6FLQJCsg+/0pzXyD82T1FmAYe0lsx+jnEDQ1BLgkRKlxA==}
|
||||
/pinia/2.0.16_vue@3.2.37:
|
||||
resolution: {integrity: sha512-9/LMVO+/epny1NBfC77vnps4g3JRezxhhoF1xLUk8mZkUIxVnwfEAIRiAX8mYBTD/KCwZqnDMqXc8w3eU0FQGg==}
|
||||
peerDependencies:
|
||||
'@vue/composition-api': ^1.4.0
|
||||
typescript: '>=4.4.4'
|
||||
|
@ -6367,7 +6333,7 @@ packages:
|
|||
postcss: 8.4.14
|
||||
postcss-value-parser: 4.2.0
|
||||
read-cache: 1.0.0
|
||||
resolve: 1.22.0
|
||||
resolve: 1.22.1
|
||||
|
||||
/postcss-js/4.0.0_postcss@8.4.14:
|
||||
resolution: {integrity: sha512-77QESFBwgX4irogGVPgQ5s07vLvFqWr228qZY+w6lW599cRlK/HmnlivnnVUxkjHnCu4J16PDMHcH+e+2HbvTQ==}
|
||||
|
@ -6448,8 +6414,8 @@ packages:
|
|||
fast-diff: 1.2.0
|
||||
dev: true
|
||||
|
||||
/prettier-plugin-tailwindcss/0.1.11_prettier@2.7.1:
|
||||
resolution: {integrity: sha512-a28+1jvpIZQdZ/W97wOXb6VqI762MKE/TxMMuibMEHhyYsSxQA8Ek30KObd5kJI2HF1ldtSYprFayXJXi3pz8Q==}
|
||||
/prettier-plugin-tailwindcss/0.1.12_prettier@2.7.1:
|
||||
resolution: {integrity: sha512-pEZ6tppwknCeq3ObR9g8t61AhWtVRRR3I0EQNeiRrrJ3D42FJGeUDxiFc/LJRYEeAx5JOxagsF0MICwuWOJa+w==}
|
||||
engines: {node: '>=12.17.0'}
|
||||
peerDependencies:
|
||||
prettier: '>=2.2.0'
|
||||
|
@ -6521,19 +6487,11 @@ packages:
|
|||
engines: {node: '>=6'}
|
||||
dev: true
|
||||
|
||||
/qs/6.10.3:
|
||||
resolution: {integrity: sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==}
|
||||
engines: {node: '>=0.6'}
|
||||
dependencies:
|
||||
side-channel: 1.0.4
|
||||
dev: true
|
||||
|
||||
/qs/6.11.0:
|
||||
resolution: {integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==}
|
||||
engines: {node: '>=0.6'}
|
||||
dependencies:
|
||||
side-channel: 1.0.4
|
||||
dev: false
|
||||
|
||||
/qs/6.5.3:
|
||||
resolution: {integrity: sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==}
|
||||
|
@ -6726,6 +6684,15 @@ packages:
|
|||
is-core-module: 2.8.1
|
||||
path-parse: 1.0.7
|
||||
supports-preserve-symlinks-flag: 1.0.0
|
||||
dev: true
|
||||
|
||||
/resolve/1.22.1:
|
||||
resolution: {integrity: sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
is-core-module: 2.9.0
|
||||
path-parse: 1.0.7
|
||||
supports-preserve-symlinks-flag: 1.0.0
|
||||
|
||||
/restore-cursor/3.1.0:
|
||||
resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==}
|
||||
|
@ -6762,14 +6729,6 @@ packages:
|
|||
terser: 5.13.1
|
||||
dev: true
|
||||
|
||||
/rollup/2.72.1:
|
||||
resolution: {integrity: sha512-NTc5UGy/NWFGpSqF1lFY8z9Adri6uhyMLI6LvPAXdBKoPRFhIIiBUpt+Qg2awixqO3xvzSijjhnb4+QEZwJmxA==}
|
||||
engines: {node: '>=10.0.0'}
|
||||
hasBin: true
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.2
|
||||
dev: true
|
||||
|
||||
/rollup/2.75.7:
|
||||
resolution: {integrity: sha512-VSE1iy0eaAYNCxEXaleThdFXqZJ42qDBatAwrfnPlENEZ8erQ+0LYX4JXOLPceWfZpV1VtZwZ3dFCuOZiSyFtQ==}
|
||||
engines: {node: '>=10.0.0'}
|
||||
|
@ -7231,8 +7190,8 @@ packages:
|
|||
resolution: {integrity: sha512-AmZrk3yAZaJqfrbGast24KrFDtD21rwil05xuqNMFPWTswCHyFugetPk9vy1X+KD4ZTAFWZwW2ULov6VUeK/1A==}
|
||||
dev: true
|
||||
|
||||
/tailwindcss/3.1.4:
|
||||
resolution: {integrity: sha512-NrxbFV4tYsga/hpWbRyUfIaBrNMXDxx5BsHgBS4v5tlyjf+sDsgBg5m9OxjrXIqAS/uR9kicxLKP+bEHI7BSeQ==}
|
||||
/tailwindcss/3.1.6:
|
||||
resolution: {integrity: sha512-7skAOY56erZAFQssT1xkpk+kWt2NrO45kORlxFPXUt3CiGsVPhH1smuH5XoDH6sGPXLyBv+zgCKA2HWBsgCytg==}
|
||||
engines: {node: '>=12.13.0'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
|
@ -7257,7 +7216,7 @@ packages:
|
|||
postcss-selector-parser: 6.0.10
|
||||
postcss-value-parser: 4.2.0
|
||||
quick-lru: 5.1.1
|
||||
resolve: 1.22.0
|
||||
resolve: 1.22.1
|
||||
transitivePeerDependencies:
|
||||
- ts-node
|
||||
|
||||
|
@ -7319,7 +7278,7 @@ packages:
|
|||
http-basic: 8.1.3
|
||||
http-response-object: 3.0.2
|
||||
promise: 8.1.0
|
||||
qs: 6.10.3
|
||||
qs: 6.11.0
|
||||
dev: true
|
||||
|
||||
/throttleit/1.0.0:
|
||||
|
@ -7725,15 +7684,15 @@ packages:
|
|||
kolorist: 1.5.1
|
||||
mlly: 0.5.2
|
||||
pathe: 0.2.0
|
||||
vite: 2.9.12
|
||||
vite: 2.9.14
|
||||
transitivePeerDependencies:
|
||||
- less
|
||||
- sass
|
||||
- stylus
|
||||
dev: true
|
||||
|
||||
/vite-plugin-dts/1.2.0:
|
||||
resolution: {integrity: sha512-dg0x2VKHDnpNQvx0iPKkPpX+aJNBqzusMJv1l7SwzTV8J62eLhIKzE2FKOp4oYkPlN/vi+MqNEDKvv+XE70lzA==}
|
||||
/vite-plugin-dts/1.2.1:
|
||||
resolution: {integrity: sha512-V59rsKQnPI6FTGybh/ED4+dyK3UeSkvC1CJzpuDNoXb7mKNUcWmg66EM0N5Ijoc8xDAfZIXYxQjg675YHIDvFw==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
peerDependencies:
|
||||
vite: '>=2.4.4'
|
||||
|
@ -7743,13 +7702,13 @@ packages:
|
|||
chalk: 4.1.2
|
||||
debug: 4.3.4
|
||||
fast-glob: 3.2.11
|
||||
fs-extra: 10.0.1
|
||||
fs-extra: 10.1.0
|
||||
ts-morph: 14.0.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vite-plugin-externals/0.5.0_vite@2.9.13:
|
||||
/vite-plugin-externals/0.5.0_vite@2.9.14:
|
||||
resolution: {integrity: sha512-y7SPpHGLSk5ELCbK0SBRJrEr2OuPFxCOKIVkrFECukp9w8hZwh3teCHo2U2UmJ8UHKUP7BoOhTw2DFRbq3GJfQ==}
|
||||
peerDependencies:
|
||||
vite: ^2.0.0
|
||||
|
@ -7758,11 +7717,11 @@ packages:
|
|||
es-module-lexer: 0.4.1
|
||||
fs-extra: 10.0.1
|
||||
magic-string: 0.25.9
|
||||
vite: 2.9.13_sass@1.53.0
|
||||
vite: 2.9.14_sass@1.53.0
|
||||
dev: true
|
||||
|
||||
/vite-plugin-pwa/0.12.2_vite@2.9.13:
|
||||
resolution: {integrity: sha512-XK2oi1YZkoc1J8fyerNYxyh/yfb+INdrdOW/mOOD5DBLq7jVPxHQuncIhqiREbGOMlY/xMe9CSE7QZ9xIAEf7A==}
|
||||
/vite-plugin-pwa/0.12.3_vite@2.9.14:
|
||||
resolution: {integrity: sha512-gmYdIVXpmBuNjzbJFPZFzxWYrX4lHqwMAlOtjmXBbxApiHjx9QPXKQPJjSpeTeosLKvVbNcKSAAhfxMda0QVNQ==}
|
||||
peerDependencies:
|
||||
vite: ^2.0.0 || ^3.0.0-0
|
||||
dependencies:
|
||||
|
@ -7770,7 +7729,7 @@ packages:
|
|||
fast-glob: 3.2.11
|
||||
pretty-bytes: 6.0.0
|
||||
rollup: 2.75.7
|
||||
vite: 2.9.13_sass@1.53.0
|
||||
vite: 2.9.14_sass@1.53.0
|
||||
workbox-build: 6.5.3
|
||||
workbox-window: 6.5.3
|
||||
transitivePeerDependencies:
|
||||
|
@ -7778,7 +7737,7 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vite-plugin-static-copy/0.6.1_vite@2.9.13:
|
||||
/vite-plugin-static-copy/0.6.1_vite@2.9.14:
|
||||
resolution: {integrity: sha512-A6SMuRPhJ9igTStuzZKkkWtz+4PukhI2WsmcmMQ2emPHlexh/LqgHksqWlKDQ08mqWzlEp4zYbT2IlG45s5GNw==}
|
||||
engines: {node: '>=12.2'}
|
||||
peerDependencies:
|
||||
|
@ -7788,21 +7747,21 @@ packages:
|
|||
fast-glob: 3.2.11
|
||||
fs-extra: 10.1.0
|
||||
picocolors: 1.0.0
|
||||
vite: 2.9.13_sass@1.53.0
|
||||
vite: 2.9.14_sass@1.53.0
|
||||
dev: true
|
||||
|
||||
/vite-plugin-vue-setup-extend/0.4.0_vite@2.9.13:
|
||||
/vite-plugin-vue-setup-extend/0.4.0_vite@2.9.14:
|
||||
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: 2.9.13_sass@1.53.0
|
||||
vite: 2.9.14_sass@1.53.0
|
||||
dev: true
|
||||
|
||||
/vite/2.9.12:
|
||||
resolution: {integrity: sha512-suxC36dQo9Rq1qMB2qiRorNJtJAdxguu5TMvBHOc/F370KvqAe9t48vYp+/TbPKRNrMh/J55tOUmkuIqstZaew==}
|
||||
/vite/2.9.14:
|
||||
resolution: {integrity: sha512-P/UCjSpSMcE54r4mPak55hWAZPlyfS369svib/gpmz8/01L822lMPOJ/RYW6tLCe1RPvMvOsJ17erf55bKp4Hw==}
|
||||
engines: {node: '>=12.2.0'}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
|
@ -7820,13 +7779,13 @@ packages:
|
|||
esbuild: 0.14.29
|
||||
postcss: 8.4.14
|
||||
resolve: 1.22.0
|
||||
rollup: 2.72.1
|
||||
rollup: 2.75.7
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.2
|
||||
dev: true
|
||||
|
||||
/vite/2.9.13_sass@1.53.0:
|
||||
resolution: {integrity: sha512-AsOBAaT0AD7Mhe8DuK+/kE4aWYFMx/i0ZNi98hJclxb4e0OhQcZYUrvLjIaQ8e59Ui7txcvKMiJC1yftqpQoDw==}
|
||||
/vite/2.9.14_sass@1.53.0:
|
||||
resolution: {integrity: sha512-P/UCjSpSMcE54r4mPak55hWAZPlyfS369svib/gpmz8/01L822lMPOJ/RYW6tLCe1RPvMvOsJ17erf55bKp4Hw==}
|
||||
engines: {node: '>=12.2.0'}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
|
@ -7880,7 +7839,7 @@ packages:
|
|||
local-pkg: 0.4.1
|
||||
tinypool: 0.2.1
|
||||
tinyspy: 0.3.3
|
||||
vite: 2.9.13_sass@1.53.0
|
||||
vite: 2.9.14_sass@1.53.0
|
||||
transitivePeerDependencies:
|
||||
- less
|
||||
- sass
|
||||
|
@ -7960,31 +7919,21 @@ packages:
|
|||
dependencies:
|
||||
vue: 3.2.37
|
||||
|
||||
/vue-router/4.0.16_vue@3.2.37:
|
||||
resolution: {integrity: sha512-JcO7cb8QJLBWE+DfxGUL3xUDOae/8nhM1KVdnudadTAORbuxIC/xAydC5Zr/VLHUDQi1ppuTF5/rjBGzgzrJNA==}
|
||||
/vue-router/4.1.2_vue@3.2.37:
|
||||
resolution: {integrity: sha512-5BP1qXFncVRwgV/XnqzsKApdMjQPqWIpoUBdL1ynz8HyLxIX/UDAx7Ql2BjmA5CXT/p61JfZvkpiFWFpaqcfag==}
|
||||
peerDependencies:
|
||||
vue: ^3.2.0
|
||||
dependencies:
|
||||
'@vue/devtools-api': 6.1.4
|
||||
vue: 3.2.37
|
||||
dev: true
|
||||
|
||||
/vue-router/4.1.1_vue@3.2.37:
|
||||
resolution: {integrity: sha512-Wp1mEf2xCwT0ez7o9JvgpfBp9JGnVb+dPERzXDbugTatzJAJ60VWOhJKifQty85k+jOreoFHER4r5fu062PhPw==}
|
||||
peerDependencies:
|
||||
vue: ^3.2.0
|
||||
dependencies:
|
||||
'@vue/devtools-api': 6.1.4
|
||||
vue: 3.2.37
|
||||
dev: false
|
||||
|
||||
/vue-tsc/0.38.3_typescript@4.7.4:
|
||||
resolution: {integrity: sha512-mWlneSF+PG2kXYGJI12N4XEAG4ljAkae7IcB93fspqSkEt/oKwDbWy3DzcPSgUm0LsXqOUprTMaZkwDVSRBIvw==}
|
||||
/vue-tsc/0.38.5_typescript@4.7.4:
|
||||
resolution: {integrity: sha512-AFlqvwpENOTTJxS1Gl1uG0ZVsvtGCbgv9d0i4fXk5Pnao/ETVwWewPEsj+4cPlwa5htO9WhK6qfWwoqcCqg0yQ==}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
dependencies:
|
||||
'@volar/vue-typescript': 0.38.3
|
||||
'@volar/vue-typescript': 0.38.5
|
||||
typescript: 4.7.4
|
||||
dev: true
|
||||
|
||||
|
|
Loading…
Reference in New Issue