chore: update deps
This commit is contained in:
parent
02ccf3d794
commit
8fd509a8ff
1
auto-imports.d.ts
vendored
1
auto-imports.d.ts
vendored
@ -126,6 +126,7 @@ declare global {
|
||||
const useManualRefHistory: typeof import('@vueuse/core')['useManualRefHistory']
|
||||
const useMediaControls: typeof import('@vueuse/core')['useMediaControls']
|
||||
const useMediaQuery: typeof import('@vueuse/core')['useMediaQuery']
|
||||
const useMemory: typeof import('@vueuse/core')['useMemory']
|
||||
const useMouse: typeof import('@vueuse/core')['useMouse']
|
||||
const useMouseInElement: typeof import('@vueuse/core')['useMouseInElement']
|
||||
const useMousePressed: typeof import('@vueuse/core')['useMousePressed']
|
||||
|
||||
20
package.json
20
package.json
@ -6,24 +6,24 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vueuse/core": "^6.9.1",
|
||||
"@vueuse/core": "^7.0.1",
|
||||
"vue": "^3.2.22",
|
||||
"vue-demi": "^0.12.1",
|
||||
"vue-router": "^4.0.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^0.10.0",
|
||||
"@iconify-json/carbon": "^1.0.10",
|
||||
"@types/node": "^16.11.8",
|
||||
"@unocss/preset-icons": "^0.11.0",
|
||||
"@unocss/reset": "^0.11.0",
|
||||
"@vitejs/plugin-vue": "^1.9.4",
|
||||
"@iconify-json/carbon": "^1.0.11",
|
||||
"@types/node": "^16.11.10",
|
||||
"@unocss/preset-icons": "^0.12.4",
|
||||
"@unocss/reset": "^0.12.4",
|
||||
"@vitejs/plugin-vue": "^1.10.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^8.2.0",
|
||||
"pnpm": "^6.22.2",
|
||||
"eslint": "^8.3.0",
|
||||
"pnpm": "^6.23.1",
|
||||
"typescript": "^4.5.2",
|
||||
"unocss": "^0.11.0",
|
||||
"unplugin-auto-import": "^0.4.14",
|
||||
"unocss": "^0.12.4",
|
||||
"unplugin-auto-import": "^0.4.16",
|
||||
"unplugin-icons": "^0.12.18",
|
||||
"unplugin-vue-components": "^0.17.2",
|
||||
"vite": "^2.6.14",
|
||||
|
||||
381
pnpm-lock.yaml
generated
381
pnpm-lock.yaml
generated
@ -2,18 +2,18 @@ lockfileVersion: 5.3
|
||||
|
||||
specifiers:
|
||||
'@antfu/eslint-config': ^0.10.0
|
||||
'@iconify-json/carbon': ^1.0.10
|
||||
'@types/node': ^16.11.8
|
||||
'@unocss/preset-icons': ^0.11.0
|
||||
'@unocss/reset': ^0.11.0
|
||||
'@vitejs/plugin-vue': ^1.9.4
|
||||
'@vueuse/core': ^6.9.1
|
||||
'@iconify-json/carbon': ^1.0.11
|
||||
'@types/node': ^16.11.10
|
||||
'@unocss/preset-icons': ^0.12.4
|
||||
'@unocss/reset': ^0.12.4
|
||||
'@vitejs/plugin-vue': ^1.10.0
|
||||
'@vueuse/core': ^7.0.1
|
||||
cross-env: ^7.0.3
|
||||
eslint: ^8.2.0
|
||||
pnpm: ^6.22.2
|
||||
eslint: ^8.3.0
|
||||
pnpm: ^6.23.1
|
||||
typescript: ^4.5.2
|
||||
unocss: ^0.11.0
|
||||
unplugin-auto-import: ^0.4.14
|
||||
unocss: ^0.12.4
|
||||
unplugin-auto-import: ^0.4.16
|
||||
unplugin-icons: ^0.12.18
|
||||
unplugin-vue-components: ^0.17.2
|
||||
vite: ^2.6.14
|
||||
@ -23,24 +23,24 @@ specifiers:
|
||||
vue-router: ^4.0.12
|
||||
|
||||
dependencies:
|
||||
'@vueuse/core': 6.9.1_vue@3.2.22
|
||||
'@vueuse/core': 7.0.1_vue@3.2.22
|
||||
vue: 3.2.22
|
||||
vue-demi: 0.12.1_vue@3.2.22
|
||||
vue-router: 4.0.12_vue@3.2.22
|
||||
|
||||
devDependencies:
|
||||
'@antfu/eslint-config': 0.10.0_eslint@8.2.0+typescript@4.5.2
|
||||
'@iconify-json/carbon': 1.0.10
|
||||
'@types/node': 16.11.8
|
||||
'@unocss/preset-icons': 0.11.0
|
||||
'@unocss/reset': 0.11.0
|
||||
'@vitejs/plugin-vue': 1.9.4_vite@2.6.14
|
||||
'@antfu/eslint-config': 0.10.0_eslint@8.3.0+typescript@4.5.2
|
||||
'@iconify-json/carbon': 1.0.11
|
||||
'@types/node': 16.11.10
|
||||
'@unocss/preset-icons': 0.12.4
|
||||
'@unocss/reset': 0.12.4
|
||||
'@vitejs/plugin-vue': 1.10.0_vite@2.6.14
|
||||
cross-env: 7.0.3
|
||||
eslint: 8.2.0
|
||||
pnpm: 6.22.2
|
||||
eslint: 8.3.0
|
||||
pnpm: 6.23.1
|
||||
typescript: 4.5.2
|
||||
unocss: 0.11.0
|
||||
unplugin-auto-import: 0.4.14_@vueuse+core@6.9.1+vite@2.6.14
|
||||
unocss: 0.12.4
|
||||
unplugin-auto-import: 0.4.16_@vueuse+core@7.0.1+vite@2.6.14
|
||||
unplugin-icons: 0.12.18_vite@2.6.14
|
||||
unplugin-vue-components: 0.17.2_vite@2.6.14+vue@3.2.22
|
||||
vite: 2.6.14
|
||||
@ -48,88 +48,88 @@ devDependencies:
|
||||
|
||||
packages:
|
||||
|
||||
/@antfu/eslint-config-basic/0.10.0_eslint@8.2.0:
|
||||
/@antfu/eslint-config-basic/0.10.0_eslint@8.3.0:
|
||||
resolution: {integrity: sha512-XLgbFEZvPQA7ilhYwoJAE72m58rzO/Y5NFYns26xaF2dd6L8d+AmoN8L3CuDyRLSnN1/LA0efGWJ4cPrIwRK6Q==}
|
||||
peerDependencies:
|
||||
eslint: '>=7.4.0'
|
||||
dependencies:
|
||||
eslint: 8.2.0
|
||||
eslint-config-standard: 16.0.3_73329a780b456f64419f853e0fc044f5
|
||||
eslint-plugin-eslint-comments: 3.2.0_eslint@8.2.0
|
||||
eslint: 8.3.0
|
||||
eslint-config-standard: 16.0.3_440e8f89c799c0e3a2187bf89b625954
|
||||
eslint-plugin-eslint-comments: 3.2.0_eslint@8.3.0
|
||||
eslint-plugin-html: 6.2.0
|
||||
eslint-plugin-import: 2.25.2_eslint@8.2.0
|
||||
eslint-plugin-jsonc: 1.7.0_eslint@8.2.0
|
||||
eslint-plugin-node: 11.1.0_eslint@8.2.0
|
||||
eslint-plugin-promise: 5.1.0_eslint@8.2.0
|
||||
eslint-plugin-unicorn: 37.0.1_eslint@8.2.0
|
||||
eslint-plugin-yml: 0.10.1_eslint@8.2.0
|
||||
eslint-plugin-import: 2.25.2_eslint@8.3.0
|
||||
eslint-plugin-jsonc: 1.7.0_eslint@8.3.0
|
||||
eslint-plugin-node: 11.1.0_eslint@8.3.0
|
||||
eslint-plugin-promise: 5.1.0_eslint@8.3.0
|
||||
eslint-plugin-unicorn: 37.0.1_eslint@8.3.0
|
||||
eslint-plugin-yml: 0.10.1_eslint@8.3.0
|
||||
jsonc-eslint-parser: 1.4.1
|
||||
yaml-eslint-parser: 0.4.1
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@antfu/eslint-config-react/0.10.0_eslint@8.2.0+typescript@4.5.2:
|
||||
/@antfu/eslint-config-react/0.10.0_eslint@8.3.0+typescript@4.5.2:
|
||||
resolution: {integrity: sha512-5gqtzkOOgpDKj3uVTMS7DyfLIkYntXfqwLeGSZbIiH6N57LWk3cYyHBJWne2Srg7yQJYfEllESDxeihX0ttbhw==}
|
||||
peerDependencies:
|
||||
eslint: '>=7.4.0'
|
||||
dependencies:
|
||||
'@antfu/eslint-config-ts': 0.10.0_eslint@8.2.0+typescript@4.5.2
|
||||
eslint: 8.2.0
|
||||
eslint-plugin-react: 7.26.1_eslint@8.2.0
|
||||
'@antfu/eslint-config-ts': 0.10.0_eslint@8.3.0+typescript@4.5.2
|
||||
eslint: 8.3.0
|
||||
eslint-plugin-react: 7.26.1_eslint@8.3.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
- typescript
|
||||
dev: true
|
||||
|
||||
/@antfu/eslint-config-ts/0.10.0_eslint@8.2.0+typescript@4.5.2:
|
||||
/@antfu/eslint-config-ts/0.10.0_eslint@8.3.0+typescript@4.5.2:
|
||||
resolution: {integrity: sha512-4KZ5WmdAYUK0cZdmgzT65MqTTTFqwQNt0HB8re9hi4Te99u+H5QxODUlE5BPSL9qHEfnhJbrEp8xtnKbwkoIIQ==}
|
||||
peerDependencies:
|
||||
eslint: '>=7.4.0'
|
||||
typescript: '>=3.9'
|
||||
dependencies:
|
||||
'@antfu/eslint-config-basic': 0.10.0_eslint@8.2.0
|
||||
'@typescript-eslint/eslint-plugin': 5.3.1_0b03015ac9d0c5d1a285585c9a5df9b9
|
||||
'@typescript-eslint/parser': 5.3.1_eslint@8.2.0+typescript@4.5.2
|
||||
eslint: 8.2.0
|
||||
'@antfu/eslint-config-basic': 0.10.0_eslint@8.3.0
|
||||
'@typescript-eslint/eslint-plugin': 5.3.1_d0551aee831cb8a5da7e3b147eb5d4e8
|
||||
'@typescript-eslint/parser': 5.3.1_eslint@8.3.0+typescript@4.5.2
|
||||
eslint: 8.3.0
|
||||
typescript: 4.5.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@antfu/eslint-config-vue/0.10.0_eslint@8.2.0+typescript@4.5.2:
|
||||
/@antfu/eslint-config-vue/0.10.0_eslint@8.3.0+typescript@4.5.2:
|
||||
resolution: {integrity: sha512-yx0A0yaMvAxhqSzf6IZZiK1z43JwLdDLa659hhWvtVIixGNBG+NvqqqFnhV5ri3jM9sOlbKy54wmF3v34mmmqQ==}
|
||||
peerDependencies:
|
||||
eslint: '>=7.4.0'
|
||||
dependencies:
|
||||
'@antfu/eslint-config-ts': 0.10.0_eslint@8.2.0+typescript@4.5.2
|
||||
eslint: 8.2.0
|
||||
eslint-plugin-vue: 7.19.1_eslint@8.2.0
|
||||
'@antfu/eslint-config-ts': 0.10.0_eslint@8.3.0+typescript@4.5.2
|
||||
eslint: 8.3.0
|
||||
eslint-plugin-vue: 7.19.1_eslint@8.3.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
- typescript
|
||||
dev: true
|
||||
|
||||
/@antfu/eslint-config/0.10.0_eslint@8.2.0+typescript@4.5.2:
|
||||
/@antfu/eslint-config/0.10.0_eslint@8.3.0+typescript@4.5.2:
|
||||
resolution: {integrity: sha512-9oRO0E1Q1NHyaf8nWMSVrd6OjVhQaWVBhgs6BlJiDsiF244rEzjd/zrGoytn5WY0cbePSDzkYPb10Wo5Unlt/w==}
|
||||
peerDependencies:
|
||||
eslint: '>=7.4.0'
|
||||
dependencies:
|
||||
'@antfu/eslint-config-react': 0.10.0_eslint@8.2.0+typescript@4.5.2
|
||||
'@antfu/eslint-config-vue': 0.10.0_eslint@8.2.0+typescript@4.5.2
|
||||
'@typescript-eslint/eslint-plugin': 5.3.1_0b03015ac9d0c5d1a285585c9a5df9b9
|
||||
'@typescript-eslint/parser': 5.3.1_eslint@8.2.0+typescript@4.5.2
|
||||
eslint: 8.2.0
|
||||
eslint-config-standard: 16.0.3_73329a780b456f64419f853e0fc044f5
|
||||
eslint-plugin-eslint-comments: 3.2.0_eslint@8.2.0
|
||||
'@antfu/eslint-config-react': 0.10.0_eslint@8.3.0+typescript@4.5.2
|
||||
'@antfu/eslint-config-vue': 0.10.0_eslint@8.3.0+typescript@4.5.2
|
||||
'@typescript-eslint/eslint-plugin': 5.3.1_d0551aee831cb8a5da7e3b147eb5d4e8
|
||||
'@typescript-eslint/parser': 5.3.1_eslint@8.3.0+typescript@4.5.2
|
||||
eslint: 8.3.0
|
||||
eslint-config-standard: 16.0.3_440e8f89c799c0e3a2187bf89b625954
|
||||
eslint-plugin-eslint-comments: 3.2.0_eslint@8.3.0
|
||||
eslint-plugin-html: 6.2.0
|
||||
eslint-plugin-import: 2.25.2_eslint@8.2.0
|
||||
eslint-plugin-jsonc: 1.7.0_eslint@8.2.0
|
||||
eslint-plugin-node: 11.1.0_eslint@8.2.0
|
||||
eslint-plugin-promise: 5.1.0_eslint@8.2.0
|
||||
eslint-plugin-unicorn: 37.0.1_eslint@8.2.0
|
||||
eslint-plugin-vue: 7.19.1_eslint@8.2.0
|
||||
eslint-plugin-yml: 0.10.1_eslint@8.2.0
|
||||
eslint-plugin-import: 2.25.2_eslint@8.3.0
|
||||
eslint-plugin-jsonc: 1.7.0_eslint@8.3.0
|
||||
eslint-plugin-node: 11.1.0_eslint@8.3.0
|
||||
eslint-plugin-promise: 5.1.0_eslint@8.3.0
|
||||
eslint-plugin-unicorn: 37.0.1_eslint@8.3.0
|
||||
eslint-plugin-vue: 7.19.1_eslint@8.3.0
|
||||
eslint-plugin-yml: 0.10.1_eslint@8.3.0
|
||||
jsonc-eslint-parser: 1.4.1
|
||||
yaml-eslint-parser: 0.4.1
|
||||
transitivePeerDependencies:
|
||||
@ -185,7 +185,7 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@babel/eslint-parser/7.15.0_@babel+core@7.15.0+eslint@8.2.0:
|
||||
/@babel/eslint-parser/7.15.0_@babel+core@7.15.0+eslint@8.3.0:
|
||||
resolution: {integrity: sha512-+gSPtjSBxOZz4Uh8Ggqu7HbfpB8cT1LwW0DnVVLZEJvzXauiD0Di3zszcBkRmfGGrLdYeHUwcflG7i3tr9kQlw==}
|
||||
engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0}
|
||||
peerDependencies:
|
||||
@ -193,7 +193,7 @@ packages:
|
||||
eslint: '>=7.5.0'
|
||||
dependencies:
|
||||
'@babel/core': 7.15.0
|
||||
eslint: 8.2.0
|
||||
eslint: 8.3.0
|
||||
eslint-scope: 5.1.1
|
||||
eslint-visitor-keys: 2.1.0
|
||||
semver: 6.3.0
|
||||
@ -382,7 +382,7 @@ packages:
|
||||
dependencies:
|
||||
ajv: 6.12.6
|
||||
debug: 4.3.2
|
||||
espree: 9.0.0
|
||||
espree: 9.1.0
|
||||
globals: 13.11.0
|
||||
ignore: 4.0.6
|
||||
import-fresh: 3.3.0
|
||||
@ -408,8 +408,8 @@ packages:
|
||||
resolution: {integrity: sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==}
|
||||
dev: true
|
||||
|
||||
/@iconify-json/carbon/1.0.10:
|
||||
resolution: {integrity: sha512-Tw/bjIWIJ8cx3lTqqvETkui3Z7dNW1j/kYTckAmjiGNJhlMi7b4pL7iFyxnkb3Y7dpia1ZNQOwzHUXMxxxk6WA==}
|
||||
/@iconify-json/carbon/1.0.11:
|
||||
resolution: {integrity: sha512-vwjG7/uzD7ToQwt+dBHjLJ6Fd2AsnxrFOYjypiuuleqRX/zEQTMC58GsdqO77IuVz4E/HcO+DJ83w+QItCRDRg==}
|
||||
dependencies:
|
||||
'@iconify/types': 1.0.10
|
||||
dev: true
|
||||
@ -418,12 +418,22 @@ packages:
|
||||
resolution: {integrity: sha512-SN3z6einVeUckDQiE8p4POF7X4hk4/y2+a7a4ogJOCxX5XT6z1zXNN8dwS5O1vloXpc6mkHizRZm2qPnhK6NnQ==}
|
||||
dev: true
|
||||
|
||||
/@iconify/types/1.0.12:
|
||||
resolution: {integrity: sha512-6er6wSGF3hgc1JEZqiGpg21CTCjHBYOUwqLmb2Idzkjiw6ogalGP0ZMLVutCzah+0WB4yP+Zd2oVPN8jvJ+Ftg==}
|
||||
dev: true
|
||||
|
||||
/@iconify/utils/1.0.18:
|
||||
resolution: {integrity: sha512-uCfJ7FdTxDk1DLKsvynTsYX4LnkGIDw+LCpoY0mRdl+NrNPCjYZ8HHYs4xzmo7cryRe0ZT0yuF2f3oipPIHn8w==}
|
||||
dependencies:
|
||||
'@iconify/types': 1.0.10
|
||||
dev: true
|
||||
|
||||
/@iconify/utils/1.0.19:
|
||||
resolution: {integrity: sha512-HEIo2FLLkzFcUcdTvNpJZugzbPIpmnhRLQk8PUYcJbjpzb8vsQHniDmTmEMAV8uN+dauMQg+Qrb8Bx054uG69w==}
|
||||
dependencies:
|
||||
'@iconify/types': 1.0.12
|
||||
dev: true
|
||||
|
||||
/@nodelib/fs.scandir/2.1.5:
|
||||
resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
|
||||
engines: {node: '>= 8'}
|
||||
@ -465,8 +475,8 @@ packages:
|
||||
resolution: {integrity: sha1-7ihweulOEdK4J7y+UnC86n8+ce4=}
|
||||
dev: true
|
||||
|
||||
/@types/node/16.11.8:
|
||||
resolution: {integrity: sha512-hmT5gfpRkkHr7DZZHMf3jBe/zNcVGN+jXSL2f8nAsYfBPxQFToKwQlS/zES4Sjp488Bi73i+p6bvrNRRGU0x9Q==}
|
||||
/@types/node/16.11.10:
|
||||
resolution: {integrity: sha512-3aRnHa1KlOEEhJ6+CvyHKK5vE9BcLGjtUpwvqYLRvYNQKMfabu3BwfJaA/SLW8dxe28LsNDjtHwePTuzn3gmOA==}
|
||||
dev: true
|
||||
|
||||
/@types/normalize-package-data/2.4.1:
|
||||
@ -477,7 +487,7 @@ packages:
|
||||
resolution: {integrity: sha512-5eQEtSCoESnh2FsiLTxE121IiE60hnMqcb435fShf4bpLRjEu1Eoekht23y6zXS9Ts3l+Szu3TARnTsA0GkOkQ==}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/eslint-plugin/5.3.1_0b03015ac9d0c5d1a285585c9a5df9b9:
|
||||
/@typescript-eslint/eslint-plugin/5.3.1_d0551aee831cb8a5da7e3b147eb5d4e8:
|
||||
resolution: {integrity: sha512-cFImaoIr5Ojj358xI/SDhjog57OK2NqlpxwdcgyxDA3bJlZcJq5CPzUXtpD7CxI2Hm6ATU7w5fQnnkVnmwpHqw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
@ -488,11 +498,11 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/experimental-utils': 5.3.1_eslint@8.2.0+typescript@4.5.2
|
||||
'@typescript-eslint/parser': 5.3.1_eslint@8.2.0+typescript@4.5.2
|
||||
'@typescript-eslint/experimental-utils': 5.3.1_eslint@8.3.0+typescript@4.5.2
|
||||
'@typescript-eslint/parser': 5.3.1_eslint@8.3.0+typescript@4.5.2
|
||||
'@typescript-eslint/scope-manager': 5.3.1
|
||||
debug: 4.3.2
|
||||
eslint: 8.2.0
|
||||
eslint: 8.3.0
|
||||
functional-red-black-tree: 1.0.1
|
||||
ignore: 5.1.8
|
||||
regexpp: 3.2.0
|
||||
@ -503,7 +513,7 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/experimental-utils/5.3.1_eslint@8.2.0+typescript@4.5.2:
|
||||
/@typescript-eslint/experimental-utils/5.3.1_eslint@8.3.0+typescript@4.5.2:
|
||||
resolution: {integrity: sha512-RgFn5asjZ5daUhbK5Sp0peq0SSMytqcrkNfU4pnDma2D8P3ElZ6JbYjY8IMSFfZAJ0f3x3tnO3vXHweYg0g59w==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
@ -513,15 +523,15 @@ packages:
|
||||
'@typescript-eslint/scope-manager': 5.3.1
|
||||
'@typescript-eslint/types': 5.3.1
|
||||
'@typescript-eslint/typescript-estree': 5.3.1_typescript@4.5.2
|
||||
eslint: 8.2.0
|
||||
eslint: 8.3.0
|
||||
eslint-scope: 5.1.1
|
||||
eslint-utils: 3.0.0_eslint@8.2.0
|
||||
eslint-utils: 3.0.0_eslint@8.3.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
- typescript
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser/5.3.1_eslint@8.2.0+typescript@4.5.2:
|
||||
/@typescript-eslint/parser/5.3.1_eslint@8.3.0+typescript@4.5.2:
|
||||
resolution: {integrity: sha512-TD+ONlx5c+Qhk21x9gsJAMRohWAUMavSOmJgv3JGy9dgPhuBd5Wok0lmMClZDyJNLLZK1JRKiATzCKZNUmoyfw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
@ -535,7 +545,7 @@ packages:
|
||||
'@typescript-eslint/types': 5.3.1
|
||||
'@typescript-eslint/typescript-estree': 5.3.1_typescript@4.5.2
|
||||
debug: 4.3.2
|
||||
eslint: 8.2.0
|
||||
eslint: 8.3.0
|
||||
typescript: 4.5.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@ -583,14 +593,14 @@ packages:
|
||||
eslint-visitor-keys: 3.0.0
|
||||
dev: true
|
||||
|
||||
/@unocss/cli/0.11.0:
|
||||
resolution: {integrity: sha512-Z/90H3M/VhnLcsVB5dLdWEWKqJWPqYClN3xTh6F/aX4yA4K2UMk0dtAyljP10kxoZwQq+Z09cBU5tXl3b+cHow==}
|
||||
/@unocss/cli/0.12.4:
|
||||
resolution: {integrity: sha512-+veXpwfIbMmf6ggK9REggypUgPw+iKNi9+WPQ2CaDH64+XCAlo/+LIio0WGGajp6wV6ZEL8tqu1dYOWyGRu8zg==}
|
||||
engines: {node: '>=14'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
'@unocss/config': 0.11.0
|
||||
'@unocss/core': 0.11.0
|
||||
'@unocss/preset-uno': 0.11.0
|
||||
'@unocss/config': 0.12.4
|
||||
'@unocss/core': 0.12.4
|
||||
'@unocss/preset-uno': 0.12.4
|
||||
cac: 6.7.12
|
||||
chokidar: 3.5.2
|
||||
colorette: 2.0.16
|
||||
@ -599,65 +609,65 @@ packages:
|
||||
pathe: 0.2.0
|
||||
dev: true
|
||||
|
||||
/@unocss/config/0.11.0:
|
||||
resolution: {integrity: sha512-lQWSeqhM0oD6iymrRXOYDnv9Ack4IfQYvChUAMzlm+fbVEhf0r0dBQ7SX9U99VGh4Rlrjmj4OtN1RIHFpJt+7w==}
|
||||
/@unocss/config/0.12.4:
|
||||
resolution: {integrity: sha512-z1a63Z6u/tJAf76nNOwi4Er21GQANFjekDavJ5/i2YFocWeTFuYlgxkzPC9OwgKSoO6GjfG7vSzRKeVGTDUR6A==}
|
||||
engines: {node: '>=14'}
|
||||
dependencies:
|
||||
'@unocss/core': 0.11.0
|
||||
'@unocss/core': 0.12.4
|
||||
sucrase: 3.20.3
|
||||
dev: true
|
||||
|
||||
/@unocss/core/0.11.0:
|
||||
resolution: {integrity: sha512-LqsBnhOuEdj3C67vmqNoiCDN5Zr/dcer3xLuIWAaipTrNHiSEJ491dmjqYBAgICvC+AUN5KMcmvFhH0nnZE9TQ==}
|
||||
/@unocss/core/0.12.4:
|
||||
resolution: {integrity: sha512-yqHrqY89k1eIrP8PjgPfSUwLJn4cBNyhNK3U5sZipeUT7tHcvIiQEamKlIhE5FNxJrhOFNhVIJX6m7W6zpyeDw==}
|
||||
dev: true
|
||||
|
||||
/@unocss/inspector/0.11.0:
|
||||
resolution: {integrity: sha512-jl7fLrIFiwsQIUClaLCMOgmcksi23D8a9qc7OdZ+ptCSDVQgvKjyTJnxqdjeSe5Rxz6+ZQIOgu1EFt6Od37FIA==}
|
||||
/@unocss/inspector/0.12.4:
|
||||
resolution: {integrity: sha512-uPuXH1oC/PM36qkT3BS9cIejoCvdJKIvqrEMUvWIyViiqRmjYBMkVx7IwxeTPziAX5l1tSO81WZpRkcX53+mHw==}
|
||||
dependencies:
|
||||
gzip-size: 6.0.0
|
||||
sirv: 1.0.18
|
||||
dev: true
|
||||
|
||||
/@unocss/preset-attributify/0.11.0:
|
||||
resolution: {integrity: sha512-/YE+0g4O/PYmAQj/NuhE0UtXMZMfdroKcELXoU9ce9U99EW5/BgC1A9Zbuy5HNw/lSp/5pNaPJlOK8g5NwySfg==}
|
||||
/@unocss/preset-attributify/0.12.4:
|
||||
resolution: {integrity: sha512-lJ3692PNP2p+57veZlrtUU7a6Kv7mKg82h1U7SCbmuxNLrWrTmbBlbr479gaEtFfMVAPikOtTy+o02f7ihVRBQ==}
|
||||
dependencies:
|
||||
'@unocss/core': 0.11.0
|
||||
'@unocss/core': 0.12.4
|
||||
dev: true
|
||||
|
||||
/@unocss/preset-icons/0.11.0:
|
||||
resolution: {integrity: sha512-cnIIkmZM2hPxhVD9UugEcWUiNEme3rxyN3rylQThXlHvptMhh6kj6DjNb8KdqHk7v8QlSvlzOtrUyswdjmYEAA==}
|
||||
/@unocss/preset-icons/0.12.4:
|
||||
resolution: {integrity: sha512-VdpaUSg6x3NLH2xZ0Xtr+oq7Y8Yiiqzod5uMgTqbImh+HVGN/uRInuziCZ59kbAkbpuEctQxcSfKNLUleM/mvA==}
|
||||
dependencies:
|
||||
'@iconify/utils': 1.0.18
|
||||
'@unocss/core': 0.11.0
|
||||
'@iconify/utils': 1.0.19
|
||||
'@unocss/core': 0.12.4
|
||||
local-pkg: 0.4.0
|
||||
dev: true
|
||||
|
||||
/@unocss/preset-uno/0.11.0:
|
||||
resolution: {integrity: sha512-gZkMcg33NbDLa6bFEALhYRpWF6ynIfUH1Sdf5iF9XMe3Kbi2JIiGiOGcToCz1R7E8VAKIUijLUHNlnSh/2cgeA==}
|
||||
/@unocss/preset-uno/0.12.4:
|
||||
resolution: {integrity: sha512-BIrI863eOVvaV9wSe5AQM7Fv0nnnj1V/gQxhVYzkxrJC5Jj1dtHSUxNzo46FKY4XKVKwRRhgqGfAZM5af+zrVg==}
|
||||
dependencies:
|
||||
'@unocss/core': 0.11.0
|
||||
'@unocss/core': 0.12.4
|
||||
dev: true
|
||||
|
||||
/@unocss/reset/0.11.0:
|
||||
resolution: {integrity: sha512-XeQGLKxCuiVl/Ukil3g5FQcaHTBp7GBn+/i9gtGSH1hsLS3hfJNsqM4EgWN+VuLODG7xC0O1VorYBnjiEJeCPA==}
|
||||
/@unocss/reset/0.12.4:
|
||||
resolution: {integrity: sha512-m0PWFV7jI9LPG7RRHN2WuXEcsILTAL47ZkJIwV8wQXXFEhTaBtn4jzxKQueJhoaf9YscsTKXnKmbpNTw7pK24g==}
|
||||
dev: true
|
||||
|
||||
/@unocss/scope/0.11.0:
|
||||
resolution: {integrity: sha512-d0P+jr2piWCAPALynXVm1jml82WzMQgwlVUOaZD5XfBvDH+w8cQRnpsM3tc0X0M9wrOGXEAV2TEIRkTYwwC2Aw==}
|
||||
/@unocss/scope/0.12.4:
|
||||
resolution: {integrity: sha512-M6YqhBFcuj3M7u88YYJRias/Q3KSfJNoa12h3YfcANLbkksM5cEt21aGZNthweQEiXfuChw4WWslg/sD9pJW1Q==}
|
||||
dev: true
|
||||
|
||||
/@unocss/vite/0.11.0:
|
||||
resolution: {integrity: sha512-sqM4mFMjjvyb0O/xR+EEnxt+1TQZ8H98EoIMVkxfMVm9CEWPZIBPDgCrRn6BArzqo2uTD4EUAZKMPxUJlq61RA==}
|
||||
/@unocss/vite/0.12.4:
|
||||
resolution: {integrity: sha512-pCY4byeXTLQZcw6CYW6+uuxH7DLt4XNYOu0+I37eadRFwngNAfi6h6xbbwD6rn3t46arQt470ackIghpV3Bfkg==}
|
||||
dependencies:
|
||||
'@rollup/pluginutils': 4.1.1
|
||||
'@unocss/config': 0.11.0
|
||||
'@unocss/core': 0.11.0
|
||||
'@unocss/inspector': 0.11.0
|
||||
'@unocss/scope': 0.11.0
|
||||
'@unocss/config': 0.12.4
|
||||
'@unocss/core': 0.12.4
|
||||
'@unocss/inspector': 0.12.4
|
||||
'@unocss/scope': 0.12.4
|
||||
dev: true
|
||||
|
||||
/@vitejs/plugin-vue/1.9.4_vite@2.6.14:
|
||||
resolution: {integrity: sha512-0CZqaCoChriPTTtGkERy1LGPcYjGFpi2uYRhBPIkqJqUGV5JnJFhQAgh6oH9j5XZHfrRaisX8W0xSpO4T7S78A==}
|
||||
/@vitejs/plugin-vue/1.10.0_vite@2.6.14:
|
||||
resolution: {integrity: sha512-XkSN7lduhQ3z/WMXv2spqt9TCS0znCjnvIGmbud2bxViWWWR4JWXE+x/cQZ/klR0Ug4Ts9eubL7LXAysON5Uvg==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
peerDependencies:
|
||||
vite: ^2.5.10
|
||||
@ -752,8 +762,8 @@ packages:
|
||||
resolution: {integrity: sha512-qWVav014mpjEtbWbEgl0q9pEyrrIySKum8UVYjwhC6njrKzknLZPvfuYdQyVbApsqr94tf/3dP4pCuZmmjdCWQ==}
|
||||
dev: false
|
||||
|
||||
/@vueuse/core/6.9.1_vue@3.2.22:
|
||||
resolution: {integrity: sha512-msa36DxnnbIu41bUTvfSudF6TL4wo0+Yrpw6yr1bFtwtYTOo8GZXYWPKyvXUVGhBBqrTVNTqsTtD0eXXHJ3roA==}
|
||||
/@vueuse/core/7.0.1_vue@3.2.22:
|
||||
resolution: {integrity: sha512-xWA1o+pQK2uqm6yewjnP8JvrFCPKokTQfTzF/7f74iCgGwPmyPVgPLLGlKLE7NZz32DlWEiGvF43E14X4a19zQ==}
|
||||
peerDependencies:
|
||||
'@vue/composition-api': ^1.1.0
|
||||
vue: ^2.6.0 || ^3.2.0
|
||||
@ -763,13 +773,13 @@ packages:
|
||||
vue:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@vueuse/shared': 6.9.1_vue@3.2.22
|
||||
'@vueuse/shared': 7.0.1_vue@3.2.22
|
||||
vue: 3.2.22
|
||||
vue-demi: 0.12.1_vue@3.2.22
|
||||
dev: false
|
||||
|
||||
/@vueuse/shared/6.9.1_vue@3.2.22:
|
||||
resolution: {integrity: sha512-nQh+ayxkeCKUU9MZjyQpE7KfOb18e/QOHolOE2ZK5dpoHzCZK7MSXzgDtvb9omGkgK0mjXlLSJsVdGhG+QW7Aw==}
|
||||
/@vueuse/shared/7.0.1_vue@3.2.22:
|
||||
resolution: {integrity: sha512-sZWV8Mq4R5oCO4Db/jN6OB3VS6enL7XieLbvKVggk73wFaVEMlEF140gOmp8u6K70ZbqPKwMuNntm1rjuPOrmg==}
|
||||
peerDependencies:
|
||||
'@vue/composition-api': ^1.1.0
|
||||
vue: ^2.6.0 || ^3.2.0
|
||||
@ -791,12 +801,12 @@ packages:
|
||||
acorn: 7.4.1
|
||||
dev: true
|
||||
|
||||
/acorn-jsx/5.3.2_acorn@8.5.0:
|
||||
/acorn-jsx/5.3.2_acorn@8.6.0:
|
||||
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
|
||||
peerDependencies:
|
||||
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
dependencies:
|
||||
acorn: 8.5.0
|
||||
acorn: 8.6.0
|
||||
dev: true
|
||||
|
||||
/acorn/7.4.1:
|
||||
@ -805,8 +815,8 @@ packages:
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/acorn/8.5.0:
|
||||
resolution: {integrity: sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q==}
|
||||
/acorn/8.6.0:
|
||||
resolution: {integrity: sha512-U1riIR+lBSNi3IbxtaHOIKdH8sLFv3NYfNv8sg7ZsNhcfl4HF2++BfqqrNAxoCLQW1iiylOj76ecnaUxz+z9yw==}
|
||||
engines: {node: '>=0.4.0'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
@ -1426,7 +1436,7 @@ packages:
|
||||
engines: {node: '>=10'}
|
||||
dev: true
|
||||
|
||||
/eslint-config-standard/16.0.3_73329a780b456f64419f853e0fc044f5:
|
||||
/eslint-config-standard/16.0.3_440e8f89c799c0e3a2187bf89b625954:
|
||||
resolution: {integrity: sha512-x4fmJL5hGqNJKGHSjnLdgA6U6h1YW/G2dW9fA+cyVur4SK6lyue8+UgNKWlZtUDTXvgKDD/Oa3GQjmB5kjtVvg==}
|
||||
peerDependencies:
|
||||
eslint: ^7.12.1
|
||||
@ -1434,10 +1444,10 @@ packages:
|
||||
eslint-plugin-node: ^11.1.0
|
||||
eslint-plugin-promise: ^4.2.1 || ^5.0.0
|
||||
dependencies:
|
||||
eslint: 8.2.0
|
||||
eslint-plugin-import: 2.25.2_eslint@8.2.0
|
||||
eslint-plugin-node: 11.1.0_eslint@8.2.0
|
||||
eslint-plugin-promise: 5.1.0_eslint@8.2.0
|
||||
eslint: 8.3.0
|
||||
eslint-plugin-import: 2.25.2_eslint@8.3.0
|
||||
eslint-plugin-node: 11.1.0_eslint@8.3.0
|
||||
eslint-plugin-promise: 5.1.0_eslint@8.3.0
|
||||
dev: true
|
||||
|
||||
/eslint-import-resolver-node/0.3.6:
|
||||
@ -1456,25 +1466,25 @@ packages:
|
||||
pkg-dir: 2.0.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-es/3.0.1_eslint@8.2.0:
|
||||
/eslint-plugin-es/3.0.1_eslint@8.3.0:
|
||||
resolution: {integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==}
|
||||
engines: {node: '>=8.10.0'}
|
||||
peerDependencies:
|
||||
eslint: '>=4.19.1'
|
||||
dependencies:
|
||||
eslint: 8.2.0
|
||||
eslint: 8.3.0
|
||||
eslint-utils: 2.1.0
|
||||
regexpp: 3.2.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-eslint-comments/3.2.0_eslint@8.2.0:
|
||||
/eslint-plugin-eslint-comments/3.2.0_eslint@8.3.0:
|
||||
resolution: {integrity: sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==}
|
||||
engines: {node: '>=6.5.0'}
|
||||
peerDependencies:
|
||||
eslint: '>=4.19.1'
|
||||
dependencies:
|
||||
escape-string-regexp: 1.0.5
|
||||
eslint: 8.2.0
|
||||
eslint: 8.3.0
|
||||
ignore: 5.1.8
|
||||
dev: true
|
||||
|
||||
@ -1484,7 +1494,7 @@ packages:
|
||||
htmlparser2: 7.1.2
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-import/2.25.2_eslint@8.2.0:
|
||||
/eslint-plugin-import/2.25.2_eslint@8.3.0:
|
||||
resolution: {integrity: sha512-qCwQr9TYfoBHOFcVGKY9C9unq05uOxxdklmBXLVvcwo68y5Hta6/GzCZEMx2zQiu0woKNEER0LE7ZgaOfBU14g==}
|
||||
engines: {node: '>=4'}
|
||||
peerDependencies:
|
||||
@ -1494,7 +1504,7 @@ packages:
|
||||
array.prototype.flat: 1.2.5
|
||||
debug: 2.6.9
|
||||
doctrine: 2.1.0
|
||||
eslint: 8.2.0
|
||||
eslint: 8.3.0
|
||||
eslint-import-resolver-node: 0.3.6
|
||||
eslint-module-utils: 2.7.1
|
||||
has: 1.0.3
|
||||
@ -1506,26 +1516,26 @@ packages:
|
||||
tsconfig-paths: 3.11.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-jsonc/1.7.0_eslint@8.2.0:
|
||||
/eslint-plugin-jsonc/1.7.0_eslint@8.3.0:
|
||||
resolution: {integrity: sha512-pb3CAD9B0zhv3r9Bg9AdzswL50I3mbIq1ys+tNeuaDeibFlweo84SBNm22oqaFx/Dka+YZw2SLukAkQlJzSHMQ==}
|
||||
engines: {node: '>=8.10.0'}
|
||||
peerDependencies:
|
||||
eslint: '>=5.0.0'
|
||||
dependencies:
|
||||
eslint: 8.2.0
|
||||
eslint-utils: 3.0.0_eslint@8.2.0
|
||||
eslint: 8.3.0
|
||||
eslint-utils: 3.0.0_eslint@8.3.0
|
||||
jsonc-eslint-parser: 1.4.1
|
||||
natural-compare: 1.4.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-node/11.1.0_eslint@8.2.0:
|
||||
/eslint-plugin-node/11.1.0_eslint@8.3.0:
|
||||
resolution: {integrity: sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==}
|
||||
engines: {node: '>=8.10.0'}
|
||||
peerDependencies:
|
||||
eslint: '>=5.16.0'
|
||||
dependencies:
|
||||
eslint: 8.2.0
|
||||
eslint-plugin-es: 3.0.1_eslint@8.2.0
|
||||
eslint: 8.3.0
|
||||
eslint-plugin-es: 3.0.1_eslint@8.3.0
|
||||
eslint-utils: 2.1.0
|
||||
ignore: 5.1.8
|
||||
minimatch: 3.0.4
|
||||
@ -1533,16 +1543,16 @@ packages:
|
||||
semver: 6.3.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-promise/5.1.0_eslint@8.2.0:
|
||||
/eslint-plugin-promise/5.1.0_eslint@8.3.0:
|
||||
resolution: {integrity: sha512-NGmI6BH5L12pl7ScQHbg7tvtk4wPxxj8yPHH47NvSmMtFneC077PSeY3huFj06ZWZvtbfxSPt3RuOQD5XcR4ng==}
|
||||
engines: {node: ^10.12.0 || >=12.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^7.0.0
|
||||
dependencies:
|
||||
eslint: 8.2.0
|
||||
eslint: 8.3.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-react/7.26.1_eslint@8.2.0:
|
||||
/eslint-plugin-react/7.26.1_eslint@8.3.0:
|
||||
resolution: {integrity: sha512-Lug0+NOFXeOE+ORZ5pbsh6mSKjBKXDXItUD2sQoT+5Yl0eoT82DqnXeTMfUare4QVCn9QwXbfzO/dBLjLXwVjQ==}
|
||||
engines: {node: '>=4'}
|
||||
peerDependencies:
|
||||
@ -1551,7 +1561,7 @@ packages:
|
||||
array-includes: 3.1.4
|
||||
array.prototype.flatmap: 1.2.4
|
||||
doctrine: 2.1.0
|
||||
eslint: 8.2.0
|
||||
eslint: 8.3.0
|
||||
estraverse: 5.2.0
|
||||
jsx-ast-utils: 3.2.0
|
||||
minimatch: 3.0.4
|
||||
@ -1565,7 +1575,7 @@ packages:
|
||||
string.prototype.matchall: 4.0.5
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-unicorn/37.0.1_eslint@8.2.0:
|
||||
/eslint-plugin-unicorn/37.0.1_eslint@8.3.0:
|
||||
resolution: {integrity: sha512-E1jq5u9ojnadisJcPi+hMXTGSiIzkIUMDvWsBudsCGXvKUB2aNSU2TcfyW2/jAS5A4ryBXfzxLykMxX1EdluSQ==}
|
||||
engines: {node: '>=12'}
|
||||
peerDependencies:
|
||||
@ -1574,9 +1584,9 @@ packages:
|
||||
'@babel/helper-validator-identifier': 7.14.9
|
||||
ci-info: 3.2.0
|
||||
clean-regexp: 1.0.0
|
||||
eslint: 8.2.0
|
||||
eslint-template-visitor: 2.3.2_eslint@8.2.0
|
||||
eslint-utils: 3.0.0_eslint@8.2.0
|
||||
eslint: 8.3.0
|
||||
eslint-template-visitor: 2.3.2_eslint@8.3.0
|
||||
eslint-utils: 3.0.0_eslint@8.3.0
|
||||
esquery: 1.4.0
|
||||
indent-string: 4.0.0
|
||||
is-builtin-module: 3.1.0
|
||||
@ -1591,28 +1601,28 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-vue/7.19.1_eslint@8.2.0:
|
||||
/eslint-plugin-vue/7.19.1_eslint@8.3.0:
|
||||
resolution: {integrity: sha512-e2pD7nW2sTY04ThH+66BgToNwC4n6dqfNhKE+ypdJFtZgn3Zn+nP8ZEIFPG0PGqCKQ3qxy8dJk1bzUsuQd3ANA==}
|
||||
engines: {node: '>=8.10'}
|
||||
peerDependencies:
|
||||
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0-0
|
||||
dependencies:
|
||||
eslint: 8.2.0
|
||||
eslint: 8.3.0
|
||||
eslint-utils: 2.1.0
|
||||
natural-compare: 1.4.0
|
||||
semver: 6.3.0
|
||||
vue-eslint-parser: 7.10.0_eslint@8.2.0
|
||||
vue-eslint-parser: 7.10.0_eslint@8.3.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-yml/0.10.1_eslint@8.2.0:
|
||||
/eslint-plugin-yml/0.10.1_eslint@8.3.0:
|
||||
resolution: {integrity: sha512-af0WgO3qaH+RW6jv1s6RzXKlg2NZLisN95lqGUf1KqBT6rEJyGSCpM49QYaSTvzmMaB/gcdbrnAfNoYwUn0Yig==}
|
||||
peerDependencies:
|
||||
eslint: '>=6.0.0'
|
||||
dependencies:
|
||||
debug: 4.3.2
|
||||
eslint: 8.2.0
|
||||
eslint: 8.3.0
|
||||
lodash: 4.17.21
|
||||
natural-compare: 1.4.0
|
||||
yaml-eslint-parser: 0.4.1
|
||||
@ -1628,22 +1638,22 @@ packages:
|
||||
estraverse: 4.3.0
|
||||
dev: true
|
||||
|
||||
/eslint-scope/6.0.0:
|
||||
resolution: {integrity: sha512-uRDL9MWmQCkaFus8RF5K9/L/2fn+80yoW3jkD53l4shjCh26fCtvJGasxjUqP5OT87SYTxCVA3BwTUzuELx9kA==}
|
||||
/eslint-scope/7.1.0:
|
||||
resolution: {integrity: sha512-aWwkhnS0qAXqNOgKOK0dJ2nvzEbhEvpy8OlJ9kZ0FeZnA6zpjv1/Vei+puGFFX7zkPCkHHXb7IDX3A+7yPrRWg==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
esrecurse: 4.3.0
|
||||
estraverse: 5.2.0
|
||||
dev: true
|
||||
|
||||
/eslint-template-visitor/2.3.2_eslint@8.2.0:
|
||||
/eslint-template-visitor/2.3.2_eslint@8.3.0:
|
||||
resolution: {integrity: sha512-3ydhqFpuV7x1M9EK52BPNj6V0Kwu0KKkcIAfpUhwHbR8ocRln/oUHgfxQupY8O1h4Qv/POHDumb/BwwNfxbtnA==}
|
||||
peerDependencies:
|
||||
eslint: '>=7.0.0'
|
||||
dependencies:
|
||||
'@babel/core': 7.15.0
|
||||
'@babel/eslint-parser': 7.15.0_@babel+core@7.15.0+eslint@8.2.0
|
||||
eslint: 8.2.0
|
||||
'@babel/eslint-parser': 7.15.0_@babel+core@7.15.0+eslint@8.3.0
|
||||
eslint: 8.3.0
|
||||
eslint-visitor-keys: 2.1.0
|
||||
esquery: 1.4.0
|
||||
multimap: 1.1.0
|
||||
@ -1658,13 +1668,13 @@ packages:
|
||||
eslint-visitor-keys: 1.3.0
|
||||
dev: true
|
||||
|
||||
/eslint-utils/3.0.0_eslint@8.2.0:
|
||||
/eslint-utils/3.0.0_eslint@8.3.0:
|
||||
resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==}
|
||||
engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0}
|
||||
peerDependencies:
|
||||
eslint: '>=5'
|
||||
dependencies:
|
||||
eslint: 8.2.0
|
||||
eslint: 8.3.0
|
||||
eslint-visitor-keys: 2.1.0
|
||||
dev: true
|
||||
|
||||
@ -1683,8 +1693,13 @@ packages:
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/eslint/8.2.0:
|
||||
resolution: {integrity: sha512-erw7XmM+CLxTOickrimJ1SiF55jiNlVSp2qqm0NuBWPtHYQCegD5ZMaW0c3i5ytPqL+SSLaCxdvQXFPLJn+ABw==}
|
||||
/eslint-visitor-keys/3.1.0:
|
||||
resolution: {integrity: sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/eslint/8.3.0:
|
||||
resolution: {integrity: sha512-aIay56Ph6RxOTC7xyr59Kt3ewX185SaGnAr8eWukoPLeriCrvGjvAubxuvaXOfsxhtwV5g0uBOsyhAom4qJdww==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
@ -1697,10 +1712,10 @@ packages:
|
||||
doctrine: 3.0.0
|
||||
enquirer: 2.3.6
|
||||
escape-string-regexp: 4.0.0
|
||||
eslint-scope: 6.0.0
|
||||
eslint-utils: 3.0.0_eslint@8.2.0
|
||||
eslint-visitor-keys: 3.0.0
|
||||
espree: 9.0.0
|
||||
eslint-scope: 7.1.0
|
||||
eslint-utils: 3.0.0_eslint@8.3.0
|
||||
eslint-visitor-keys: 3.1.0
|
||||
espree: 9.1.0
|
||||
esquery: 1.4.0
|
||||
esutils: 2.0.3
|
||||
fast-deep-equal: 3.1.3
|
||||
@ -1739,13 +1754,13 @@ packages:
|
||||
eslint-visitor-keys: 1.3.0
|
||||
dev: true
|
||||
|
||||
/espree/9.0.0:
|
||||
resolution: {integrity: sha512-r5EQJcYZ2oaGbeR0jR0fFVijGOcwai07/690YRXLINuhmVeRY4UKSAsQPe/0BNuDgwP7Ophoc1PRsr2E3tkbdQ==}
|
||||
/espree/9.1.0:
|
||||
resolution: {integrity: sha512-ZgYLvCS1wxOczBYGcQT9DDWgicXwJ4dbocr9uYN+/eresBAUuBu+O4WzB21ufQ/JqQT8gyp7hJ3z8SHii32mTQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
acorn: 8.5.0
|
||||
acorn-jsx: 5.3.2_acorn@8.5.0
|
||||
eslint-visitor-keys: 3.0.0
|
||||
acorn: 8.6.0
|
||||
acorn-jsx: 5.3.2_acorn@8.6.0
|
||||
eslint-visitor-keys: 3.1.0
|
||||
dev: true
|
||||
|
||||
/esquery/1.4.0:
|
||||
@ -2728,8 +2743,8 @@ packages:
|
||||
engines: {node: '>=4'}
|
||||
dev: true
|
||||
|
||||
/pnpm/6.22.2:
|
||||
resolution: {integrity: sha512-8umiz8XtgauWmPzOrb0CvCCwyb4IkJiavnxMDvNEbDpTb/6FZh3SLVVR2WNb07obGVKY6USpo159o5zd3RHD9g==}
|
||||
/pnpm/6.23.1:
|
||||
resolution: {integrity: sha512-4IFtNC3d/TXc1YGtl+SOpI442S0cJQpZa9FgVdNpiy3x/UGpzQNI7Cz9dbsqWFFDukG7K81gI5LyhIWyOT6J/A==}
|
||||
engines: {node: '>=12.17'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
@ -3148,21 +3163,21 @@ packages:
|
||||
which-boxed-primitive: 1.0.2
|
||||
dev: true
|
||||
|
||||
/unocss/0.11.0:
|
||||
resolution: {integrity: sha512-bHxRwpZpopz+bbdSrJQ/bIEthZq9EitiCpg7NOMa+1EoNVHYBA7BhDb2Jl0unAam8R/TA4vPUCot9vYYBKkcrA==}
|
||||
/unocss/0.12.4:
|
||||
resolution: {integrity: sha512-3eWbGkcuSLM6dEXxXY0/JbpLKbUw+0XQquk74GXNJZfrAR9dv6jIur4jE7BrIwLP6je3FaXBz8a3gnhlWTMG0w==}
|
||||
engines: {node: '>=14'}
|
||||
dependencies:
|
||||
'@unocss/cli': 0.11.0
|
||||
'@unocss/core': 0.11.0
|
||||
'@unocss/preset-attributify': 0.11.0
|
||||
'@unocss/preset-icons': 0.11.0
|
||||
'@unocss/preset-uno': 0.11.0
|
||||
'@unocss/reset': 0.11.0
|
||||
'@unocss/vite': 0.11.0
|
||||
'@unocss/cli': 0.12.4
|
||||
'@unocss/core': 0.12.4
|
||||
'@unocss/preset-attributify': 0.12.4
|
||||
'@unocss/preset-icons': 0.12.4
|
||||
'@unocss/preset-uno': 0.12.4
|
||||
'@unocss/reset': 0.12.4
|
||||
'@unocss/vite': 0.12.4
|
||||
dev: true
|
||||
|
||||
/unplugin-auto-import/0.4.14_@vueuse+core@6.9.1+vite@2.6.14:
|
||||
resolution: {integrity: sha512-ui+M+E30xrdbXGt0+MMEM4fKhDqoBlv+xVKiYllVqUplqg/sFuXe28DBxM2xi2zAbwd/Vw3KUcLdvSmjzpA7+A==}
|
||||
/unplugin-auto-import/0.4.16_@vueuse+core@7.0.1+vite@2.6.14:
|
||||
resolution: {integrity: sha512-OuYzwHnhMOleSUlEXInMV7Y2yM1o4iY1qBQHN8MCQ2dNKdAAjUo4ln0kZy2me21q0GBJSgtmuelHrODZdCRPXQ==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
'@vueuse/core': ^6.0.0
|
||||
@ -3172,8 +3187,8 @@ packages:
|
||||
dependencies:
|
||||
'@antfu/utils': 0.3.0
|
||||
'@rollup/pluginutils': 4.1.1
|
||||
'@vueuse/core': 6.9.1_vue@3.2.22
|
||||
local-pkg: 0.1.0
|
||||
'@vueuse/core': 7.0.1_vue@3.2.22
|
||||
local-pkg: 0.4.0
|
||||
magic-string: 0.25.7
|
||||
resolve: 1.20.0
|
||||
unplugin: 0.2.19_vite@2.6.14
|
||||
@ -3339,14 +3354,14 @@ packages:
|
||||
vue: 3.2.22
|
||||
dev: false
|
||||
|
||||
/vue-eslint-parser/7.10.0_eslint@8.2.0:
|
||||
/vue-eslint-parser/7.10.0_eslint@8.3.0:
|
||||
resolution: {integrity: sha512-7tc/ewS9Vq9Bn741pvpg8op2fWJPH3k32aL+jcIcWGCTzh/zXSdh7pZ5FV3W2aJancP9+ftPAv292zY5T5IPCg==}
|
||||
engines: {node: '>=8.10'}
|
||||
peerDependencies:
|
||||
eslint: '>=5.0.0'
|
||||
dependencies:
|
||||
debug: 4.3.2
|
||||
eslint: 8.2.0
|
||||
eslint: 8.3.0
|
||||
eslint-scope: 5.1.1
|
||||
eslint-visitor-keys: 1.3.0
|
||||
espree: 6.2.1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user