chore: update deps
This commit is contained in:
parent
725e47ac04
commit
9ecd57b0f3
@ -1,8 +1,10 @@
|
||||
import antfu, { combine } from '@antfu/eslint-config'
|
||||
import antfu from '@antfu/eslint-config'
|
||||
import plugin from '@unocss/eslint-plugin'
|
||||
|
||||
export default combine(
|
||||
antfu,
|
||||
export default antfu(
|
||||
{
|
||||
ignores: [],
|
||||
},
|
||||
{
|
||||
plugins: {
|
||||
'@unocss': plugin,
|
||||
|
||||
@ -15,10 +15,10 @@
|
||||
"dependencies": {
|
||||
"@vueuse/core": "^10.4.1",
|
||||
"vue": "^3.3.4",
|
||||
"vue-router": "^4.2.4"
|
||||
"vue-router": "^4.2.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^1.0.0-beta.1",
|
||||
"@antfu/eslint-config": "^1.0.0-beta.6",
|
||||
"@iconify-json/carbon": "^1.1.21",
|
||||
"@types/node": "^20.6.3",
|
||||
"@unocss/eslint-config": "^0.56.1",
|
||||
@ -27,7 +27,7 @@
|
||||
"@vitejs/plugin-vue": "^4.3.4",
|
||||
"@vue-macros/volar": "^0.14.3",
|
||||
"@vue/test-utils": "^2.4.1",
|
||||
"eslint": "^8.49.0",
|
||||
"eslint": "^8.50.0",
|
||||
"eslint-define-config": "^1.23.0",
|
||||
"jsdom": "^22.1.0",
|
||||
"lint-staged": "^14.0.1",
|
||||
|
||||
204
pnpm-lock.yaml
generated
204
pnpm-lock.yaml
generated
@ -12,13 +12,13 @@ dependencies:
|
||||
specifier: ^3.3.4
|
||||
version: 3.3.4
|
||||
vue-router:
|
||||
specifier: ^4.2.4
|
||||
version: 4.2.4(vue@3.3.4)
|
||||
specifier: ^4.2.5
|
||||
version: 4.2.5(vue@3.3.4)
|
||||
|
||||
devDependencies:
|
||||
'@antfu/eslint-config':
|
||||
specifier: ^1.0.0-beta.1
|
||||
version: 1.0.0-beta.1(eslint@8.49.0)(typescript@5.2.2)
|
||||
specifier: ^1.0.0-beta.6
|
||||
version: 1.0.0-beta.6(eslint@8.50.0)(typescript@5.2.2)
|
||||
'@iconify-json/carbon':
|
||||
specifier: ^1.1.21
|
||||
version: 1.1.21
|
||||
@ -27,10 +27,10 @@ devDependencies:
|
||||
version: 20.6.3
|
||||
'@unocss/eslint-config':
|
||||
specifier: ^0.56.1
|
||||
version: 0.56.1(eslint@8.49.0)(typescript@5.2.2)
|
||||
version: 0.56.1(eslint@8.50.0)(typescript@5.2.2)
|
||||
'@unocss/eslint-plugin':
|
||||
specifier: ^0.56.1
|
||||
version: 0.56.1(eslint@8.49.0)(typescript@5.2.2)
|
||||
version: 0.56.1(eslint@8.50.0)(typescript@5.2.2)
|
||||
'@unocss/reset':
|
||||
specifier: ^0.56.1
|
||||
version: 0.56.1
|
||||
@ -44,8 +44,8 @@ devDependencies:
|
||||
specifier: ^2.4.1
|
||||
version: 2.4.1(vue@3.3.4)
|
||||
eslint:
|
||||
specifier: ^8.49.0
|
||||
version: 8.49.0
|
||||
specifier: ^8.50.0
|
||||
version: 8.50.0
|
||||
eslint-define-config:
|
||||
specifier: ^1.23.0
|
||||
version: 1.23.0
|
||||
@ -107,35 +107,34 @@ packages:
|
||||
'@jridgewell/trace-mapping': 0.3.17
|
||||
dev: true
|
||||
|
||||
/@antfu/eslint-config@1.0.0-beta.1(eslint@8.49.0)(typescript@5.2.2):
|
||||
resolution: {integrity: sha512-9b5wG2/c4VEpUevxLLNkYVrjZJNRWBwe8r5Uzwub19/XKHO1Pbuf5pNtyUxr0pziBMMhbtERTz36C4L/lTwnhA==}
|
||||
/@antfu/eslint-config@1.0.0-beta.6(eslint@8.50.0)(typescript@5.2.2):
|
||||
resolution: {integrity: sha512-niRdTOSKrLgND+DyK+I5Mejy5xzjjDCCqGQV/KhefLDxZ5AGfEnClw00R5BvBHg7cBhcVoKbTqeFrjIgHaSX7g==}
|
||||
peerDependencies:
|
||||
eslint: '>=8.0.0'
|
||||
dependencies:
|
||||
'@eslint-stylistic/metadata': 0.0.4
|
||||
'@eslint/js': 8.49.0
|
||||
'@stylistic/eslint-plugin-js': 0.0.4
|
||||
'@stylistic/eslint-plugin-ts': 0.0.4(eslint@8.49.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/eslint-plugin': 6.7.2(@typescript-eslint/parser@6.7.2)(eslint@8.49.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/parser': 6.7.2(eslint@8.49.0)(typescript@5.2.2)
|
||||
eslint: 8.49.0
|
||||
'@stylistic/eslint-plugin-ts': 0.0.4(eslint@8.50.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/eslint-plugin': 6.7.2(@typescript-eslint/parser@6.7.2)(eslint@8.50.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/parser': 6.7.2(eslint@8.50.0)(typescript@5.2.2)
|
||||
eslint: 8.50.0
|
||||
eslint-define-config: 1.23.0
|
||||
eslint-plugin-antfu: 1.0.0-beta.1(eslint@8.49.0)(typescript@5.2.2)
|
||||
eslint-plugin-eslint-comments: 3.2.0(eslint@8.49.0)
|
||||
eslint-plugin-i: 2.28.1(@typescript-eslint/parser@6.7.2)(eslint@8.49.0)
|
||||
eslint-plugin-jsdoc: 46.8.2(eslint@8.49.0)
|
||||
eslint-plugin-jsonc: 2.9.0(eslint@8.49.0)
|
||||
eslint-plugin-markdown: 3.0.1(eslint@8.49.0)
|
||||
eslint-plugin-n: 16.1.0(eslint@8.49.0)
|
||||
eslint-plugin-antfu: 1.0.0-beta.6(eslint@8.50.0)(typescript@5.2.2)
|
||||
eslint-plugin-eslint-comments: 3.2.0(eslint@8.50.0)
|
||||
eslint-plugin-i: 2.28.1(@typescript-eslint/parser@6.7.2)(eslint@8.50.0)
|
||||
eslint-plugin-jsdoc: 46.8.2(eslint@8.50.0)
|
||||
eslint-plugin-jsonc: 2.9.0(eslint@8.50.0)
|
||||
eslint-plugin-markdown: 3.0.1(eslint@8.50.0)
|
||||
eslint-plugin-n: 16.1.0(eslint@8.50.0)
|
||||
eslint-plugin-no-only-tests: 3.1.0
|
||||
eslint-plugin-unicorn: 48.0.1(eslint@8.49.0)
|
||||
eslint-plugin-unused-imports: 3.0.0(@typescript-eslint/eslint-plugin@6.7.2)(eslint@8.49.0)
|
||||
eslint-plugin-vue: 9.17.0(eslint@8.49.0)
|
||||
eslint-plugin-yml: 1.9.0(eslint@8.49.0)
|
||||
eslint-plugin-unicorn: 48.0.1(eslint@8.50.0)
|
||||
eslint-plugin-unused-imports: 3.0.0(@typescript-eslint/eslint-plugin@6.7.2)(eslint@8.50.0)
|
||||
eslint-plugin-vue: 9.17.0(eslint@8.50.0)
|
||||
eslint-plugin-yml: 1.9.0(eslint@8.50.0)
|
||||
globals: 13.22.0
|
||||
jsonc-eslint-parser: 2.3.0
|
||||
local-pkg: 0.4.3
|
||||
vue-eslint-parser: 9.3.1(eslint@8.49.0)
|
||||
vue-eslint-parser: 9.3.1(eslint@8.50.0)
|
||||
yaml-eslint-parser: 1.2.2
|
||||
transitivePeerDependencies:
|
||||
- eslint-import-resolver-typescript
|
||||
@ -406,13 +405,13 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@eslint-community/eslint-utils@4.4.0(eslint@8.49.0):
|
||||
/@eslint-community/eslint-utils@4.4.0(eslint@8.50.0):
|
||||
resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
|
||||
dependencies:
|
||||
eslint: 8.49.0
|
||||
eslint: 8.50.0
|
||||
eslint-visitor-keys: 3.4.3
|
||||
dev: true
|
||||
|
||||
@ -432,7 +431,7 @@ packages:
|
||||
ajv: 6.12.6
|
||||
debug: 4.3.4
|
||||
espree: 9.6.1
|
||||
globals: 13.19.0
|
||||
globals: 13.22.0
|
||||
ignore: 5.2.4
|
||||
import-fresh: 3.3.0
|
||||
js-yaml: 4.1.0
|
||||
@ -442,8 +441,8 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@eslint/js@8.49.0:
|
||||
resolution: {integrity: sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==}
|
||||
/@eslint/js@8.50.0:
|
||||
resolution: {integrity: sha512-NCC3zz2+nvYd+Ckfh87rA47zfu2QsQpvc6k1yzTk+b9KzRj0wkGa8LSoGOXN6Zv4lRf/EIoZ80biDh9HOI+RNQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
@ -733,7 +732,7 @@ packages:
|
||||
graphemer: 1.4.0
|
||||
dev: true
|
||||
|
||||
/@stylistic/eslint-plugin-ts@0.0.4(eslint@8.49.0)(typescript@5.2.2):
|
||||
/@stylistic/eslint-plugin-ts@0.0.4(eslint@8.50.0)(typescript@5.2.2):
|
||||
resolution: {integrity: sha512-sWL4Km5j8S+TLyzya/3adxMWGkCm3lVasJIVQqhxVfwnlGkpMI0GgYVIu/ubdKPS+dSvqjUHpsXgqWfMRF2+cQ==}
|
||||
peerDependencies:
|
||||
eslint: '*'
|
||||
@ -741,9 +740,9 @@ packages:
|
||||
dependencies:
|
||||
'@stylistic/eslint-plugin-js': 0.0.4
|
||||
'@typescript-eslint/scope-manager': 6.7.2
|
||||
'@typescript-eslint/type-utils': 6.7.2(eslint@8.49.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/utils': 6.7.2(eslint@8.49.0)(typescript@5.2.2)
|
||||
eslint: 8.49.0
|
||||
'@typescript-eslint/type-utils': 6.7.2(eslint@8.50.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/utils': 6.7.2(eslint@8.50.0)(typescript@5.2.2)
|
||||
eslint: 8.50.0
|
||||
graphemer: 1.4.0
|
||||
typescript: 5.2.2
|
||||
transitivePeerDependencies:
|
||||
@ -821,7 +820,7 @@ packages:
|
||||
/@types/web-bluetooth@0.0.17:
|
||||
resolution: {integrity: sha512-4p9vcSmxAayx72yn70joFoL44c9MO/0+iVEBIQXe3v2h2SiAsEIo/G5v6ObFWvNKRFjbrVadNf9LqEEZeQPzdA==}
|
||||
|
||||
/@typescript-eslint/eslint-plugin@6.7.2(@typescript-eslint/parser@6.7.2)(eslint@8.49.0)(typescript@5.2.2):
|
||||
/@typescript-eslint/eslint-plugin@6.7.2(@typescript-eslint/parser@6.7.2)(eslint@8.50.0)(typescript@5.2.2):
|
||||
resolution: {integrity: sha512-ooaHxlmSgZTM6CHYAFRlifqh1OAr3PAQEwi7lhYhaegbnXrnh7CDcHmc3+ihhbQC7H0i4JF0psI5ehzkF6Yl6Q==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
@ -833,13 +832,13 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.8.1
|
||||
'@typescript-eslint/parser': 6.7.2(eslint@8.49.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/parser': 6.7.2(eslint@8.50.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/scope-manager': 6.7.2
|
||||
'@typescript-eslint/type-utils': 6.7.2(eslint@8.49.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/utils': 6.7.2(eslint@8.49.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/type-utils': 6.7.2(eslint@8.50.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/utils': 6.7.2(eslint@8.50.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/visitor-keys': 6.7.2
|
||||
debug: 4.3.4
|
||||
eslint: 8.49.0
|
||||
eslint: 8.50.0
|
||||
graphemer: 1.4.0
|
||||
ignore: 5.2.4
|
||||
natural-compare: 1.4.0
|
||||
@ -850,7 +849,7 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser@6.7.2(eslint@8.49.0)(typescript@5.2.2):
|
||||
/@typescript-eslint/parser@6.7.2(eslint@8.50.0)(typescript@5.2.2):
|
||||
resolution: {integrity: sha512-KA3E4ox0ws+SPyxQf9iSI25R6b4Ne78ORhNHeVKrPQnoYsb9UhieoiRoJgrzgEeKGOXhcY1i8YtOeCHHTDa6Fw==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
@ -865,7 +864,7 @@ packages:
|
||||
'@typescript-eslint/typescript-estree': 6.7.2(typescript@5.2.2)
|
||||
'@typescript-eslint/visitor-keys': 6.7.2
|
||||
debug: 4.3.4
|
||||
eslint: 8.49.0
|
||||
eslint: 8.50.0
|
||||
typescript: 5.2.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@ -879,7 +878,7 @@ packages:
|
||||
'@typescript-eslint/visitor-keys': 6.7.2
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/type-utils@6.7.2(eslint@8.49.0)(typescript@5.2.2):
|
||||
/@typescript-eslint/type-utils@6.7.2(eslint@8.50.0)(typescript@5.2.2):
|
||||
resolution: {integrity: sha512-36F4fOYIROYRl0qj95dYKx6kybddLtsbmPIYNK0OBeXv2j9L5nZ17j9jmfy+bIDHKQgn2EZX+cofsqi8NPATBQ==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
@ -890,9 +889,9 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 6.7.2(typescript@5.2.2)
|
||||
'@typescript-eslint/utils': 6.7.2(eslint@8.49.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/utils': 6.7.2(eslint@8.50.0)(typescript@5.2.2)
|
||||
debug: 4.3.4
|
||||
eslint: 8.49.0
|
||||
eslint: 8.50.0
|
||||
ts-api-utils: 1.0.3(typescript@5.2.2)
|
||||
typescript: 5.2.2
|
||||
transitivePeerDependencies:
|
||||
@ -925,19 +924,19 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils@6.7.2(eslint@8.49.0)(typescript@5.2.2):
|
||||
/@typescript-eslint/utils@6.7.2(eslint@8.50.0)(typescript@5.2.2):
|
||||
resolution: {integrity: sha512-ZCcBJug/TS6fXRTsoTkgnsvyWSiXwMNiPzBUani7hDidBdj1779qwM1FIAmpH4lvlOZNF3EScsxxuGifjpLSWQ==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^7.0.0 || ^8.0.0
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.49.0)
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.50.0)
|
||||
'@types/json-schema': 7.0.12
|
||||
'@types/semver': 7.5.1
|
||||
'@typescript-eslint/scope-manager': 6.7.2
|
||||
'@typescript-eslint/types': 6.7.2
|
||||
'@typescript-eslint/typescript-estree': 6.7.2(typescript@5.2.2)
|
||||
eslint: 8.49.0
|
||||
eslint: 8.50.0
|
||||
semver: 7.5.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@ -1002,22 +1001,22 @@ packages:
|
||||
resolution: {integrity: sha512-2qmb/+hQ2CXmIgSqaeL6Pw2reO2MxsZlLMFuu71J8T3+UKrkI9NAwkZ4sdb38EoOisVIr2lvE48uc44XBfaOdg==}
|
||||
dev: true
|
||||
|
||||
/@unocss/eslint-config@0.56.1(eslint@8.49.0)(typescript@5.2.2):
|
||||
/@unocss/eslint-config@0.56.1(eslint@8.50.0)(typescript@5.2.2):
|
||||
resolution: {integrity: sha512-ph1w2FO+wCHq0jz0iQyxUbjwLSVjSz6wQ2yd0fCsm6mHNlewWHmu6gD3Grs9j5XDyFJEwz4HZZRHspJanqSJyA==}
|
||||
engines: {node: '>=14'}
|
||||
dependencies:
|
||||
'@unocss/eslint-plugin': 0.56.1(eslint@8.49.0)(typescript@5.2.2)
|
||||
'@unocss/eslint-plugin': 0.56.1(eslint@8.50.0)(typescript@5.2.2)
|
||||
transitivePeerDependencies:
|
||||
- eslint
|
||||
- supports-color
|
||||
- typescript
|
||||
dev: true
|
||||
|
||||
/@unocss/eslint-plugin@0.56.1(eslint@8.49.0)(typescript@5.2.2):
|
||||
/@unocss/eslint-plugin@0.56.1(eslint@8.50.0)(typescript@5.2.2):
|
||||
resolution: {integrity: sha512-WLTybFXK9FJUMmEdUBa4Yj6uZx4qTCThGVej5Rn3XA+5f58zNmcSbipUG5oz16Z/QqYKP8iKhtg5zAQJMi0erg==}
|
||||
engines: {node: '>=14'}
|
||||
dependencies:
|
||||
'@typescript-eslint/utils': 6.7.2(eslint@8.49.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/utils': 6.7.2(eslint@8.50.0)(typescript@5.2.2)
|
||||
'@unocss/config': 0.56.1
|
||||
'@unocss/core': 0.56.1
|
||||
magic-string: 0.30.3
|
||||
@ -2560,7 +2559,7 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/eslint-module-utils@2.8.0(@typescript-eslint/parser@6.7.2)(eslint-import-resolver-node@0.3.7)(eslint@8.49.0):
|
||||
/eslint-module-utils@2.8.0(@typescript-eslint/parser@6.7.2)(eslint-import-resolver-node@0.3.7)(eslint@8.50.0):
|
||||
resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==}
|
||||
engines: {node: '>=4'}
|
||||
peerDependencies:
|
||||
@ -2581,47 +2580,47 @@ packages:
|
||||
eslint-import-resolver-webpack:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 6.7.2(eslint@8.49.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/parser': 6.7.2(eslint@8.50.0)(typescript@5.2.2)
|
||||
debug: 3.2.7
|
||||
eslint: 8.49.0
|
||||
eslint: 8.50.0
|
||||
eslint-import-resolver-node: 0.3.7
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-antfu@1.0.0-beta.1(eslint@8.49.0)(typescript@5.2.2):
|
||||
resolution: {integrity: sha512-JmHhrMvSKcRvfgxJqjkj/H2KMukOqZwCEcM1GmHv1B0DaI4pmm+0mCNVbL7UEetn6/xRmph+fb+XVEVmyz8zYQ==}
|
||||
/eslint-plugin-antfu@1.0.0-beta.6(eslint@8.50.0)(typescript@5.2.2):
|
||||
resolution: {integrity: sha512-AbHAYYVv8BhjH4FkoSZWV+FxYwZUspqr0Zo5y4K0Jm8BhwXo6+UaQrpW3exxraJmsVTXty+Hlkcd4ysQV6DICw==}
|
||||
dependencies:
|
||||
'@typescript-eslint/utils': 6.7.2(eslint@8.49.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/utils': 6.7.2(eslint@8.50.0)(typescript@5.2.2)
|
||||
transitivePeerDependencies:
|
||||
- eslint
|
||||
- supports-color
|
||||
- typescript
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-es-x@7.2.0(eslint@8.49.0):
|
||||
/eslint-plugin-es-x@7.2.0(eslint@8.50.0):
|
||||
resolution: {integrity: sha512-9dvv5CcvNjSJPqnS5uZkqb3xmbeqRLnvXKK7iI5+oK/yTusyc46zbBZKENGsOfojm/mKfszyZb+wNqNPAPeGXA==}
|
||||
engines: {node: ^14.18.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: '>=8'
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.49.0)
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.50.0)
|
||||
'@eslint-community/regexpp': 4.8.1
|
||||
eslint: 8.49.0
|
||||
eslint: 8.50.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-eslint-comments@3.2.0(eslint@8.49.0):
|
||||
/eslint-plugin-eslint-comments@3.2.0(eslint@8.50.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.49.0
|
||||
eslint: 8.50.0
|
||||
ignore: 5.2.4
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-i@2.28.1(@typescript-eslint/parser@6.7.2)(eslint@8.49.0):
|
||||
/eslint-plugin-i@2.28.1(@typescript-eslint/parser@6.7.2)(eslint@8.50.0):
|
||||
resolution: {integrity: sha512-a4oVt0j3ixNhGhvV4XF6NS7OWRFK2rrJ0Q5C4S2dSRb8FxZi31J0uUd5WJLL58wnVJ/OiQ1BxiXnFA4dWQO1Cg==}
|
||||
engines: {node: '>=12'}
|
||||
peerDependencies:
|
||||
@ -2629,9 +2628,9 @@ packages:
|
||||
dependencies:
|
||||
debug: 3.2.7
|
||||
doctrine: 2.1.0
|
||||
eslint: 8.49.0
|
||||
eslint: 8.50.0
|
||||
eslint-import-resolver-node: 0.3.7
|
||||
eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.7.2)(eslint-import-resolver-node@0.3.7)(eslint@8.49.0)
|
||||
eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.7.2)(eslint-import-resolver-node@0.3.7)(eslint@8.50.0)
|
||||
get-tsconfig: 4.7.0
|
||||
is-glob: 4.0.3
|
||||
minimatch: 3.1.2
|
||||
@ -2644,7 +2643,7 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-jsdoc@46.8.2(eslint@8.49.0):
|
||||
/eslint-plugin-jsdoc@46.8.2(eslint@8.50.0):
|
||||
resolution: {integrity: sha512-5TSnD018f3tUJNne4s4gDWQflbsgOycIKEUBoCLn6XtBMgNHxQFmV8vVxUtiPxAQq8lrX85OaSG/2gnctxw9uQ==}
|
||||
engines: {node: '>=16'}
|
||||
peerDependencies:
|
||||
@ -2655,7 +2654,7 @@ packages:
|
||||
comment-parser: 1.4.0
|
||||
debug: 4.3.4
|
||||
escape-string-regexp: 4.0.0
|
||||
eslint: 8.49.0
|
||||
eslint: 8.50.0
|
||||
esquery: 1.5.0
|
||||
is-builtin-module: 3.2.1
|
||||
semver: 7.5.4
|
||||
@ -2664,40 +2663,40 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-jsonc@2.9.0(eslint@8.49.0):
|
||||
/eslint-plugin-jsonc@2.9.0(eslint@8.50.0):
|
||||
resolution: {integrity: sha512-RK+LeONVukbLwT2+t7/OY54NJRccTXh/QbnXzPuTLpFMVZhPuq1C9E07+qWenGx7rrQl0kAalAWl7EmB+RjpGA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: '>=6.0.0'
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.49.0)
|
||||
eslint: 8.49.0
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.50.0)
|
||||
eslint: 8.50.0
|
||||
jsonc-eslint-parser: 2.3.0
|
||||
natural-compare: 1.4.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-markdown@3.0.1(eslint@8.49.0):
|
||||
/eslint-plugin-markdown@3.0.1(eslint@8.50.0):
|
||||
resolution: {integrity: sha512-8rqoc148DWdGdmYF6WSQFT3uQ6PO7zXYgeBpHAOAakX/zpq+NvFYbDA/H7PYzHajwtmaOzAwfxyl++x0g1/N9A==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
dependencies:
|
||||
eslint: 8.49.0
|
||||
eslint: 8.50.0
|
||||
mdast-util-from-markdown: 0.8.5
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-n@16.1.0(eslint@8.49.0):
|
||||
/eslint-plugin-n@16.1.0(eslint@8.50.0):
|
||||
resolution: {integrity: sha512-3wv/TooBst0N4ND+pnvffHuz9gNPmk/NkLwAxOt2JykTl/hcuECe6yhTtLJcZjIxtZwN+GX92ACp/QTLpHA3Hg==}
|
||||
engines: {node: '>=16.0.0'}
|
||||
peerDependencies:
|
||||
eslint: '>=7.0.0'
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.49.0)
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.50.0)
|
||||
builtins: 5.0.1
|
||||
eslint: 8.49.0
|
||||
eslint-plugin-es-x: 7.2.0(eslint@8.49.0)
|
||||
eslint: 8.50.0
|
||||
eslint-plugin-es-x: 7.2.0(eslint@8.50.0)
|
||||
get-tsconfig: 4.7.0
|
||||
ignore: 5.2.4
|
||||
is-core-module: 2.13.0
|
||||
@ -2711,17 +2710,17 @@ packages:
|
||||
engines: {node: '>=5.0.0'}
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-unicorn@48.0.1(eslint@8.49.0):
|
||||
/eslint-plugin-unicorn@48.0.1(eslint@8.50.0):
|
||||
resolution: {integrity: sha512-FW+4r20myG/DqFcCSzoumaddKBicIPeFnTrifon2mWIzlfyvzwyqZjqVP7m4Cqr/ZYisS2aiLghkUWaPg6vtCw==}
|
||||
engines: {node: '>=16'}
|
||||
peerDependencies:
|
||||
eslint: '>=8.44.0'
|
||||
dependencies:
|
||||
'@babel/helper-validator-identifier': 7.22.15
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.49.0)
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.50.0)
|
||||
ci-info: 3.8.0
|
||||
clean-regexp: 1.0.0
|
||||
eslint: 8.49.0
|
||||
eslint: 8.50.0
|
||||
esquery: 1.5.0
|
||||
indent-string: 4.0.0
|
||||
is-builtin-module: 3.2.1
|
||||
@ -2735,7 +2734,7 @@ packages:
|
||||
strip-indent: 3.0.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-unused-imports@3.0.0(@typescript-eslint/eslint-plugin@6.7.2)(eslint@8.49.0):
|
||||
/eslint-plugin-unused-imports@3.0.0(@typescript-eslint/eslint-plugin@6.7.2)(eslint@8.50.0):
|
||||
resolution: {integrity: sha512-sduiswLJfZHeeBJ+MQaG+xYzSWdRXoSw61DpU13mzWumCkR0ufD0HmO4kdNokjrkluMHpj/7PJeN35pgbhW3kw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
@ -2745,37 +2744,37 @@ packages:
|
||||
'@typescript-eslint/eslint-plugin':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 6.7.2(@typescript-eslint/parser@6.7.2)(eslint@8.49.0)(typescript@5.2.2)
|
||||
eslint: 8.49.0
|
||||
'@typescript-eslint/eslint-plugin': 6.7.2(@typescript-eslint/parser@6.7.2)(eslint@8.50.0)(typescript@5.2.2)
|
||||
eslint: 8.50.0
|
||||
eslint-rule-composer: 0.3.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-vue@9.17.0(eslint@8.49.0):
|
||||
/eslint-plugin-vue@9.17.0(eslint@8.50.0):
|
||||
resolution: {integrity: sha512-r7Bp79pxQk9I5XDP0k2dpUC7Ots3OSWgvGZNu3BxmKK6Zg7NgVtcOB6OCna5Kb9oQwJPl5hq183WD0SY5tZtIQ==}
|
||||
engines: {node: ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.49.0)
|
||||
eslint: 8.49.0
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.50.0)
|
||||
eslint: 8.50.0
|
||||
natural-compare: 1.4.0
|
||||
nth-check: 2.1.1
|
||||
postcss-selector-parser: 6.0.13
|
||||
semver: 7.5.4
|
||||
vue-eslint-parser: 9.3.1(eslint@8.49.0)
|
||||
vue-eslint-parser: 9.3.1(eslint@8.50.0)
|
||||
xml-name-validator: 4.0.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-yml@1.9.0(eslint@8.49.0):
|
||||
/eslint-plugin-yml@1.9.0(eslint@8.50.0):
|
||||
resolution: {integrity: sha512-ayuC57WyVQ5+QZ02y62GiB//5+zsiyzUGxUX/mrhLni+jfsKA4KoITjkbR65iUdjjhWpyTJHPcAIFLKQIOwgsw==}
|
||||
engines: {node: ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: '>=6.0.0'
|
||||
dependencies:
|
||||
debug: 4.3.4
|
||||
eslint: 8.49.0
|
||||
eslint: 8.50.0
|
||||
lodash: 4.17.21
|
||||
natural-compare: 1.4.0
|
||||
yaml-eslint-parser: 1.2.2
|
||||
@ -2801,15 +2800,15 @@ packages:
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/eslint@8.49.0:
|
||||
resolution: {integrity: sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ==}
|
||||
/eslint@8.50.0:
|
||||
resolution: {integrity: sha512-FOnOGSuFuFLv/Sa+FDVRZl4GGVAAFFi8LecRsI5a1tMO5HIE8nCm4ivAlzt4dT3ol/PaaGC0rJEEXQmHJBGoOg==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.49.0)
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.50.0)
|
||||
'@eslint-community/regexpp': 4.8.1
|
||||
'@eslint/eslintrc': 2.1.2
|
||||
'@eslint/js': 8.49.0
|
||||
'@eslint/js': 8.50.0
|
||||
'@humanwhocodes/config-array': 0.11.11
|
||||
'@humanwhocodes/module-importer': 1.0.1
|
||||
'@nodelib/fs.walk': 1.2.8
|
||||
@ -2828,7 +2827,7 @@ packages:
|
||||
file-entry-cache: 6.0.1
|
||||
find-up: 5.0.0
|
||||
glob-parent: 6.0.2
|
||||
globals: 13.19.0
|
||||
globals: 13.22.0
|
||||
graphemer: 1.4.0
|
||||
ignore: 5.2.4
|
||||
imurmurhash: 0.1.4
|
||||
@ -3156,13 +3155,6 @@ packages:
|
||||
once: 1.4.0
|
||||
dev: true
|
||||
|
||||
/globals@13.19.0:
|
||||
resolution: {integrity: sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ==}
|
||||
engines: {node: '>=8'}
|
||||
dependencies:
|
||||
type-fest: 0.20.2
|
||||
dev: true
|
||||
|
||||
/globals@13.22.0:
|
||||
resolution: {integrity: sha512-H1Ddc/PbZHTDVJSnj8kWptIRSD6AM3pK+mKytuIVF4uoBV7rshFlhhvA58ceJ5wp3Er58w6zj7bykMpYXt3ETw==}
|
||||
engines: {node: '>=8'}
|
||||
@ -5729,14 +5721,14 @@ packages:
|
||||
dependencies:
|
||||
vue: 3.3.4
|
||||
|
||||
/vue-eslint-parser@9.3.1(eslint@8.49.0):
|
||||
/vue-eslint-parser@9.3.1(eslint@8.50.0):
|
||||
resolution: {integrity: sha512-Clr85iD2XFZ3lJ52/ppmUDG/spxQu6+MAeHXjjyI4I1NUYZ9xmenQp4N0oaHJhrA8OOxltCVxMRfANGa70vU0g==}
|
||||
engines: {node: ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: '>=6.0.0'
|
||||
dependencies:
|
||||
debug: 4.3.4
|
||||
eslint: 8.49.0
|
||||
eslint: 8.50.0
|
||||
eslint-scope: 7.2.2
|
||||
eslint-visitor-keys: 3.4.3
|
||||
espree: 9.6.1
|
||||
@ -5747,8 +5739,8 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vue-router@4.2.4(vue@3.3.4):
|
||||
resolution: {integrity: sha512-9PISkmaCO02OzPVOMq2w82ilty6+xJmQrarYZDkjZBfl4RvYAlt4PKnEX21oW4KTtWfa9OuO/b3qk1Od3AEdCQ==}
|
||||
/vue-router@4.2.5(vue@3.3.4):
|
||||
resolution: {integrity: sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw==}
|
||||
peerDependencies:
|
||||
vue: ^3.2.0
|
||||
dependencies:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user