chore: update deps

This commit is contained in:
Anthony Fu 2023-01-09 11:01:19 +01:00
parent 2a224ef301
commit ae61022028
9 changed files with 242 additions and 207 deletions

View File

@ -15,8 +15,8 @@
"up": "taze major -I"
},
"dependencies": {
"@unocss/reset": "^0.47.6",
"@vueuse/core": "^9.6.0",
"@unocss/reset": "^0.48.3",
"@vueuse/core": "^9.10.0",
"@vueuse/head": "^1.0.22",
"nprogress": "^0.2.0",
"pinia": "^2.0.28",
@ -26,37 +26,37 @@
"vue-router": "^4.1.6"
},
"devDependencies": {
"@antfu/eslint-config": "^0.33.1",
"@iconify-json/carbon": "^1.1.11",
"@antfu/eslint-config": "^0.34.0",
"@iconify-json/carbon": "^1.1.13",
"@intlify/vite-plugin-vue-i18n": "^7.0.0",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/test-utils": "^2.2.6",
"@vue/test-utils": "^2.2.7",
"critters": "^0.0.16",
"cross-env": "^7.0.3",
"cypress": "^12.0.2",
"eslint": "^8.29.0",
"cypress": "^12.3.0",
"eslint": "^8.31.0",
"eslint-plugin-cypress": "^2.12.1",
"https-localhost": "^4.7.1",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-shiki": "^0.7.2",
"pnpm": "^7.18.2",
"shiki": "^0.11.1",
"taze": "^0.8.4",
"pnpm": "^7.23.0",
"shiki": "^0.12.1",
"taze": "^0.8.5",
"typescript": "^4.9.4",
"unocss": "^0.47.6",
"unocss": "^0.48.3",
"unplugin-auto-import": "^0.12.1",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.0.0",
"vite-plugin-inspect": "^0.7.10",
"vite": "^4.0.4",
"vite-plugin-inspect": "^0.7.12",
"vite-plugin-pages": "^0.28.0",
"vite-plugin-pwa": "^0.14.0",
"vite-plugin-pwa": "^0.14.1",
"vite-plugin-vue-layouts": "^0.7.0",
"vite-plugin-vue-markdown": "^0.22.1",
"vite-plugin-vue-markdown": "^0.22.2",
"vite-ssg": "^0.22.1",
"vite-ssg-sitemap": "^0.4.3",
"vitest": "^0.25.7",
"vue-tsc": "^1.0.13"
"vitest": "^0.26.3",
"vue-tsc": "^1.0.24"
}
}

View File

@ -14,7 +14,7 @@
"devDependencies": {
"@antfu/eslint-config": "*",
"bumpp": "^8.2.1",
"eslint": "^8.29.0",
"eslint": "^8.31.0",
"eslint-plugin-antfu": "workspace:*",
"rimraf": "^3.0.2",
"typescript": "^4.9.4"

View File

@ -17,21 +17,21 @@
},
"dependencies": {
"@antfu/eslint-config-vue": "workspace:*",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsonc": "^2.5.0",
"eslint-plugin-jsonc": "^2.6.0",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^45.0.2",
"eslint-plugin-vue": "^9.8.0",
"eslint-plugin-yml": "^1.3.0",
"eslint-plugin-yml": "^1.4.0",
"jsonc-eslint-parser": "^2.1.0",
"yaml-eslint-parser": "^1.1.0"
},
"devDependencies": {
"eslint": "^8.29.0"
"eslint": "^8.31.0"
}
}

View File

@ -23,17 +23,17 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsonc": "^2.5.0",
"eslint-plugin-jsonc": "^2.6.0",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^45.0.2",
"eslint-plugin-yml": "^1.3.0",
"eslint-plugin-yml": "^1.4.0",
"jsonc-eslint-parser": "^2.1.0",
"yaml-eslint-parser": "^1.1.0"
},
"devDependencies": {
"eslint": "^8.29.0"
"eslint": "^8.31.0"
}
}

View File

@ -16,11 +16,11 @@
"prepublishOnly": "nr build"
},
"dependencies": {
"@typescript-eslint/utils": "^5.46.0"
"@typescript-eslint/utils": "^5.48.0"
},
"devDependencies": {
"@types/node": "^18.11.13",
"@types/node": "^18.11.18",
"unbuild": "^1.0.2",
"vitest": "^0.25.7"
"vitest": "^0.26.3"
}
}

View File

@ -24,7 +24,7 @@
"eslint-plugin-react-hooks": "^4.6.0"
},
"devDependencies": {
"eslint": "^8.29.0",
"eslint": "^8.31.0",
"react": "^18.2.0",
"typescript": "^4.9.4"
}

View File

@ -18,11 +18,11 @@
},
"dependencies": {
"@antfu/eslint-config-basic": "workspace:*",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"eslint-plugin-jest": "^27.1.6"
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"eslint-plugin-jest": "^27.2.1"
},
"devDependencies": {
"eslint": "^8.29.0"
"eslint": "^8.31.0"
}
}

View File

@ -21,6 +21,6 @@
"local-pkg": "^0.4.2"
},
"devDependencies": {
"eslint": "^8.29.0"
"eslint": "^8.31.0"
}
}

View File

@ -6,14 +6,14 @@ importers:
specifiers:
'@antfu/eslint-config': '*'
bumpp: ^8.2.1
eslint: ^8.29.0
eslint: ^8.31.0
eslint-plugin-antfu: workspace:*
rimraf: ^3.0.2
typescript: ^4.9.4
devDependencies:
'@antfu/eslint-config': link:packages/all
bumpp: 8.2.1
eslint: 8.29.0
eslint: 8.31.0
eslint-plugin-antfu: link:packages/eslint-plugin-antfu
rimraf: 3.0.2
typescript: 4.9.4
@ -21,130 +21,130 @@ importers:
packages/all:
specifiers:
'@antfu/eslint-config-vue': workspace:*
'@typescript-eslint/eslint-plugin': ^5.46.0
'@typescript-eslint/parser': ^5.46.0
eslint: ^8.29.0
'@typescript-eslint/eslint-plugin': ^5.48.0
'@typescript-eslint/parser': ^5.48.0
eslint: ^8.31.0
eslint-plugin-eslint-comments: ^3.2.0
eslint-plugin-html: ^7.1.0
eslint-plugin-import: ^2.26.0
eslint-plugin-jsonc: ^2.5.0
eslint-plugin-jsonc: ^2.6.0
eslint-plugin-n: ^15.6.0
eslint-plugin-promise: ^6.1.1
eslint-plugin-unicorn: ^45.0.2
eslint-plugin-vue: ^9.8.0
eslint-plugin-yml: ^1.3.0
eslint-plugin-yml: ^1.4.0
jsonc-eslint-parser: ^2.1.0
yaml-eslint-parser: ^1.1.0
dependencies:
'@antfu/eslint-config-vue': link:../vue
'@typescript-eslint/eslint-plugin': 5.46.0_jx43xxcguvnqqmtmaaygwl7cmu
'@typescript-eslint/parser': 5.46.0_eslint@8.29.0
eslint-plugin-eslint-comments: 3.2.0_eslint@8.29.0
'@typescript-eslint/eslint-plugin': 5.48.0_m2kn7xiag5lymyarkgri27ztxm
'@typescript-eslint/parser': 5.48.0_eslint@8.31.0
eslint-plugin-eslint-comments: 3.2.0_eslint@8.31.0
eslint-plugin-html: 7.1.0
eslint-plugin-import: 2.26.0_jx43xxcguvnqqmtmaaygwl7cmu
eslint-plugin-jsonc: 2.5.0_eslint@8.29.0
eslint-plugin-n: 15.6.0_eslint@8.29.0
eslint-plugin-promise: 6.1.1_eslint@8.29.0
eslint-plugin-unicorn: 45.0.2_eslint@8.29.0
eslint-plugin-vue: 9.8.0_eslint@8.29.0
eslint-plugin-yml: 1.3.0_eslint@8.29.0
eslint-plugin-import: 2.26.0_m2kn7xiag5lymyarkgri27ztxm
eslint-plugin-jsonc: 2.6.0_eslint@8.31.0
eslint-plugin-n: 15.6.0_eslint@8.31.0
eslint-plugin-promise: 6.1.1_eslint@8.31.0
eslint-plugin-unicorn: 45.0.2_eslint@8.31.0
eslint-plugin-vue: 9.8.0_eslint@8.31.0
eslint-plugin-yml: 1.4.0_eslint@8.31.0
jsonc-eslint-parser: 2.1.0
yaml-eslint-parser: 1.1.0
devDependencies:
eslint: 8.29.0
eslint: 8.31.0
packages/basic:
specifiers:
eslint: ^8.29.0
eslint: ^8.31.0
eslint-plugin-antfu: workspace:*
eslint-plugin-eslint-comments: ^3.2.0
eslint-plugin-html: ^7.1.0
eslint-plugin-import: ^2.26.0
eslint-plugin-jsonc: ^2.5.0
eslint-plugin-jsonc: ^2.6.0
eslint-plugin-markdown: ^3.0.0
eslint-plugin-n: ^15.6.0
eslint-plugin-no-only-tests: ^3.1.0
eslint-plugin-promise: ^6.1.1
eslint-plugin-unicorn: ^45.0.2
eslint-plugin-yml: ^1.3.0
eslint-plugin-yml: ^1.4.0
jsonc-eslint-parser: ^2.1.0
yaml-eslint-parser: ^1.1.0
dependencies:
eslint-plugin-antfu: link:../eslint-plugin-antfu
eslint-plugin-eslint-comments: 3.2.0_eslint@8.29.0
eslint-plugin-eslint-comments: 3.2.0_eslint@8.31.0
eslint-plugin-html: 7.1.0
eslint-plugin-import: 2.26.0_eslint@8.29.0
eslint-plugin-jsonc: 2.5.0_eslint@8.29.0
eslint-plugin-markdown: 3.0.0_eslint@8.29.0
eslint-plugin-n: 15.6.0_eslint@8.29.0
eslint-plugin-import: 2.26.0_eslint@8.31.0
eslint-plugin-jsonc: 2.6.0_eslint@8.31.0
eslint-plugin-markdown: 3.0.0_eslint@8.31.0
eslint-plugin-n: 15.6.0_eslint@8.31.0
eslint-plugin-no-only-tests: 3.1.0
eslint-plugin-promise: 6.1.1_eslint@8.29.0
eslint-plugin-unicorn: 45.0.2_eslint@8.29.0
eslint-plugin-yml: 1.3.0_eslint@8.29.0
eslint-plugin-promise: 6.1.1_eslint@8.31.0
eslint-plugin-unicorn: 45.0.2_eslint@8.31.0
eslint-plugin-yml: 1.4.0_eslint@8.31.0
jsonc-eslint-parser: 2.1.0
yaml-eslint-parser: 1.1.0
devDependencies:
eslint: 8.29.0
eslint: 8.31.0
packages/eslint-plugin-antfu:
specifiers:
'@types/node': ^18.11.13
'@typescript-eslint/utils': ^5.46.0
'@types/node': ^18.11.18
'@typescript-eslint/utils': ^5.48.0
unbuild: ^1.0.2
vitest: ^0.25.7
vitest: ^0.26.3
dependencies:
'@typescript-eslint/utils': 5.46.0
'@typescript-eslint/utils': 5.48.0
devDependencies:
'@types/node': 18.11.13
'@types/node': 18.11.18
unbuild: 1.0.2
vitest: 0.25.7
vitest: 0.26.3
packages/react:
specifiers:
'@antfu/eslint-config-ts': workspace:*
eslint: ^8.29.0
eslint: ^8.31.0
eslint-plugin-react: ^7.31.11
eslint-plugin-react-hooks: ^4.6.0
react: ^18.2.0
typescript: ^4.9.4
dependencies:
'@antfu/eslint-config-ts': link:../typescript
eslint-plugin-react: 7.31.11_eslint@8.29.0
eslint-plugin-react-hooks: 4.6.0_eslint@8.29.0
eslint-plugin-react: 7.31.11_eslint@8.31.0
eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0
devDependencies:
eslint: 8.29.0
eslint: 8.31.0
react: 18.2.0
typescript: 4.9.4
packages/typescript:
specifiers:
'@antfu/eslint-config-basic': workspace:*
'@typescript-eslint/eslint-plugin': ^5.46.0
'@typescript-eslint/parser': ^5.46.0
eslint: ^8.29.0
eslint-plugin-jest: ^27.1.6
'@typescript-eslint/eslint-plugin': ^5.48.0
'@typescript-eslint/parser': ^5.48.0
eslint: ^8.31.0
eslint-plugin-jest: ^27.2.1
dependencies:
'@antfu/eslint-config-basic': link:../basic
'@typescript-eslint/eslint-plugin': 5.46.0_jx43xxcguvnqqmtmaaygwl7cmu
'@typescript-eslint/parser': 5.46.0_eslint@8.29.0
eslint-plugin-jest: 27.1.6_az5lmaeuvswqhyu3aute3pgqim
'@typescript-eslint/eslint-plugin': 5.48.0_m2kn7xiag5lymyarkgri27ztxm
'@typescript-eslint/parser': 5.48.0_eslint@8.31.0
eslint-plugin-jest: 27.2.1_zgazubnvp3urkgs5b7mw2pde3m
devDependencies:
eslint: 8.29.0
eslint: 8.31.0
packages/vue:
specifiers:
'@antfu/eslint-config-basic': workspace:*
'@antfu/eslint-config-ts': workspace:*
eslint: ^8.29.0
eslint: ^8.31.0
eslint-plugin-vue: ^9.8.0
local-pkg: ^0.4.2
dependencies:
'@antfu/eslint-config-basic': link:../basic
'@antfu/eslint-config-ts': link:../typescript
eslint-plugin-vue: 9.8.0_eslint@8.29.0
eslint-plugin-vue: 9.8.0_eslint@8.31.0
local-pkg: 0.4.2
devDependencies:
eslint: 8.29.0
eslint: 8.31.0
packages:
@ -377,24 +377,24 @@ packages:
dev: true
optional: true
/@eslint-community/eslint-utils/4.1.2_eslint@8.29.0:
/@eslint-community/eslint-utils/4.1.2_eslint@8.31.0:
resolution: {integrity: sha512-7qELuQWWjVDdVsFQ5+beUl+KPczrEDA7S3zM4QUd/bJl7oXgsmpXaEVqrRTnOBqenOV4rWf2kVZk2Ot085zPWA==}
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.29.0
eslint: 8.31.0
eslint-visitor-keys: 3.3.0
dev: false
/@eslint/eslintrc/1.3.3:
resolution: {integrity: sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==}
/@eslint/eslintrc/1.4.1:
resolution: {integrity: sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
ajv: 6.12.6
debug: 4.3.4
espree: 9.4.0
globals: 13.17.0
globals: 13.19.0
ignore: 5.2.0
import-fresh: 3.3.0
js-yaml: 4.1.0
@ -403,8 +403,8 @@ packages:
transitivePeerDependencies:
- supports-color
/@humanwhocodes/config-array/0.11.7:
resolution: {integrity: sha512-kBbPWzN8oVMLb0hOUYXhmxggL/1cJE6ydvjDIGi9EnAGUyA7cLVKQg+d/Dsm+KZwx2czGHrCmMVLiyg8s5JPKw==}
/@humanwhocodes/config-array/0.11.8:
resolution: {integrity: sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==}
engines: {node: '>=10.10.0'}
dependencies:
'@humanwhocodes/object-schema': 1.2.1
@ -572,11 +572,11 @@ packages:
/@types/chai-subset/1.3.3:
resolution: {integrity: sha512-frBecisrNGz+F4T6bcc+NLeolfiojh5FxW2klu669+8BARtyQv2C/GkNW6FUodVe4BroGMP/wER/YDGc7rEllw==}
dependencies:
'@types/chai': 4.3.3
'@types/chai': 4.3.4
dev: true
/@types/chai/4.3.3:
resolution: {integrity: sha512-hC7OMnszpxhZPduX+m+nrx+uFoLkWOMiR4oa/AZF3MuSETYTZmFfJAHqZEM8MVlvfG7BEUcgvtwoCTxBp6hm3g==}
/@types/chai/4.3.4:
resolution: {integrity: sha512-KnRanxnpfpjUTqTCXslZSEdLfXExwgNxYPdiO2WGUj8+HDjFi8R3k5RVKPeSCzLjCcshCAtVO2QBbVuAV4kTnw==}
dev: true
/@types/estree/1.0.0:
@ -597,8 +597,8 @@ packages:
'@types/unist': 2.0.6
dev: false
/@types/node/18.11.13:
resolution: {integrity: sha512-IASpMGVcWpUsx5xBOrxMj7Bl8lqfuTY7FKAnPmu5cHkfQVWF8GulWS1jbRqA934qZL35xh5xN/+Xe/i26Bod4w==}
/@types/node/18.11.18:
resolution: {integrity: sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==}
dev: true
/@types/normalize-package-data/2.4.0:
@ -617,8 +617,8 @@ packages:
resolution: {integrity: sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==}
dev: false
/@typescript-eslint/eslint-plugin/5.46.0_jx43xxcguvnqqmtmaaygwl7cmu:
resolution: {integrity: sha512-QrZqaIOzJAjv0sfjY4EjbXUi3ZOFpKfzntx22gPGr9pmFcTjcFw/1sS1LJhEubfAGwuLjNrPV0rH+D1/XZFy7Q==}
/@typescript-eslint/eslint-plugin/5.48.0_m2kn7xiag5lymyarkgri27ztxm:
resolution: {integrity: sha512-SVLafp0NXpoJY7ut6VFVUU9I+YeFsDzeQwtK0WZ+xbRN3mtxJ08je+6Oi2N89qDn087COdO0u3blKZNv9VetRQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
'@typescript-eslint/parser': ^5.0.0
@ -628,12 +628,12 @@ packages:
typescript:
optional: true
dependencies:
'@typescript-eslint/parser': 5.46.0_eslint@8.29.0
'@typescript-eslint/scope-manager': 5.46.0
'@typescript-eslint/type-utils': 5.46.0_eslint@8.29.0
'@typescript-eslint/utils': 5.46.0_eslint@8.29.0
'@typescript-eslint/parser': 5.48.0_eslint@8.31.0
'@typescript-eslint/scope-manager': 5.48.0
'@typescript-eslint/type-utils': 5.48.0_eslint@8.31.0
'@typescript-eslint/utils': 5.48.0_eslint@8.31.0
debug: 4.3.4
eslint: 8.29.0
eslint: 8.31.0
ignore: 5.2.0
natural-compare-lite: 1.4.0
regexpp: 3.2.0
@ -643,8 +643,8 @@ packages:
- supports-color
dev: false
/@typescript-eslint/parser/5.46.0_eslint@8.29.0:
resolution: {integrity: sha512-joNO6zMGUZg+C73vwrKXCd8usnsmOYmgW/w5ZW0pG0RGvqeznjtGDk61EqqTpNrFLUYBW2RSBFrxdAZMqA4OZA==}
/@typescript-eslint/parser/5.48.0_eslint@8.31.0:
resolution: {integrity: sha512-1mxNA8qfgxX8kBvRDIHEzrRGrKHQfQlbW6iHyfHYS0Q4X1af+S6mkLNtgCOsGVl8+/LUPrqdHMssAemkrQ01qg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
@ -653,25 +653,25 @@ packages:
typescript:
optional: true
dependencies:
'@typescript-eslint/scope-manager': 5.46.0
'@typescript-eslint/types': 5.46.0
'@typescript-eslint/typescript-estree': 5.46.0
'@typescript-eslint/scope-manager': 5.48.0
'@typescript-eslint/types': 5.48.0
'@typescript-eslint/typescript-estree': 5.48.0
debug: 4.3.4
eslint: 8.29.0
eslint: 8.31.0
transitivePeerDependencies:
- supports-color
dev: false
/@typescript-eslint/scope-manager/5.46.0:
resolution: {integrity: sha512-7wWBq9d/GbPiIM6SqPK9tfynNxVbfpihoY5cSFMer19OYUA3l4powA2uv0AV2eAZV6KoAh6lkzxv4PoxOLh1oA==}
/@typescript-eslint/scope-manager/5.48.0:
resolution: {integrity: sha512-0AA4LviDtVtZqlyUQnZMVHydDATpD9SAX/RC5qh6cBd3xmyWvmXYF+WT1oOmxkeMnWDlUVTwdODeucUnjz3gow==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
'@typescript-eslint/types': 5.46.0
'@typescript-eslint/visitor-keys': 5.46.0
'@typescript-eslint/types': 5.48.0
'@typescript-eslint/visitor-keys': 5.48.0
dev: false
/@typescript-eslint/type-utils/5.46.0_eslint@8.29.0:
resolution: {integrity: sha512-dwv4nimVIAsVS2dTA0MekkWaRnoYNXY26dKz8AN5W3cBFYwYGFQEqm/cG+TOoooKlncJS4RTbFKgcFY/pOiBCg==}
/@typescript-eslint/type-utils/5.48.0_eslint@8.31.0:
resolution: {integrity: sha512-vbtPO5sJyFjtHkGlGK4Sthmta0Bbls4Onv0bEqOGm7hP9h8UpRsHJwsrCiWtCUndTRNQO/qe6Ijz9rnT/DB+7g==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '*'
@ -680,22 +680,22 @@ packages:
typescript:
optional: true
dependencies:
'@typescript-eslint/typescript-estree': 5.46.0
'@typescript-eslint/utils': 5.46.0_eslint@8.29.0
'@typescript-eslint/typescript-estree': 5.48.0
'@typescript-eslint/utils': 5.48.0_eslint@8.31.0
debug: 4.3.4
eslint: 8.29.0
eslint: 8.31.0
tsutils: 3.21.0
transitivePeerDependencies:
- supports-color
dev: false
/@typescript-eslint/types/5.46.0:
resolution: {integrity: sha512-wHWgQHFB+qh6bu0IAPAJCdeCdI0wwzZnnWThlmHNY01XJ9Z97oKqKOzWYpR2I83QmshhQJl6LDM9TqMiMwJBTw==}
/@typescript-eslint/types/5.48.0:
resolution: {integrity: sha512-UTe67B0Ypius0fnEE518NB2N8gGutIlTojeTg4nt0GQvikReVkurqxd2LvYa9q9M5MQ6rtpNyWTBxdscw40Xhw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: false
/@typescript-eslint/typescript-estree/5.46.0:
resolution: {integrity: sha512-kDLNn/tQP+Yp8Ro2dUpyyVV0Ksn2rmpPpB0/3MO874RNmXtypMwSeazjEN/Q6CTp8D7ExXAAekPEcCEB/vtJkw==}
/@typescript-eslint/typescript-estree/5.48.0:
resolution: {integrity: sha512-7pjd94vvIjI1zTz6aq/5wwE/YrfIyEPLtGJmRfyNR9NYIW+rOvzzUv3Cmq2hRKpvt6e9vpvPUQ7puzX7VSmsEw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
typescript: '*'
@ -703,8 +703,8 @@ packages:
typescript:
optional: true
dependencies:
'@typescript-eslint/types': 5.46.0
'@typescript-eslint/visitor-keys': 5.46.0
'@typescript-eslint/types': 5.48.0
'@typescript-eslint/visitor-keys': 5.48.0
debug: 4.3.4
globby: 11.1.0
is-glob: 4.0.3
@ -714,17 +714,17 @@ packages:
- supports-color
dev: false
/@typescript-eslint/utils/5.46.0:
resolution: {integrity: sha512-4O+Ps1CRDw+D+R40JYh5GlKLQERXRKW5yIQoNDpmXPJ+C7kaPF9R7GWl+PxGgXjB3PQCqsaaZUpZ9dG4U6DO7g==}
/@typescript-eslint/utils/5.48.0:
resolution: {integrity: sha512-x2jrMcPaMfsHRRIkL+x96++xdzvrdBCnYRd5QiW5Wgo1OB4kDYPbC1XjWP/TNqlfK93K/lUL92erq5zPLgFScQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
dependencies:
'@types/json-schema': 7.0.9
'@types/semver': 7.3.13
'@typescript-eslint/scope-manager': 5.46.0
'@typescript-eslint/types': 5.46.0
'@typescript-eslint/typescript-estree': 5.46.0
'@typescript-eslint/scope-manager': 5.48.0
'@typescript-eslint/types': 5.48.0
'@typescript-eslint/typescript-estree': 5.48.0
eslint-scope: 5.1.1
eslint-utils: 3.0.0
semver: 7.3.8
@ -733,31 +733,31 @@ packages:
- typescript
dev: false
/@typescript-eslint/utils/5.46.0_eslint@8.29.0:
resolution: {integrity: sha512-4O+Ps1CRDw+D+R40JYh5GlKLQERXRKW5yIQoNDpmXPJ+C7kaPF9R7GWl+PxGgXjB3PQCqsaaZUpZ9dG4U6DO7g==}
/@typescript-eslint/utils/5.48.0_eslint@8.31.0:
resolution: {integrity: sha512-x2jrMcPaMfsHRRIkL+x96++xdzvrdBCnYRd5QiW5Wgo1OB4kDYPbC1XjWP/TNqlfK93K/lUL92erq5zPLgFScQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
dependencies:
'@types/json-schema': 7.0.9
'@types/semver': 7.3.13
'@typescript-eslint/scope-manager': 5.46.0
'@typescript-eslint/types': 5.46.0
'@typescript-eslint/typescript-estree': 5.46.0
eslint: 8.29.0
'@typescript-eslint/scope-manager': 5.48.0
'@typescript-eslint/types': 5.48.0
'@typescript-eslint/typescript-estree': 5.48.0
eslint: 8.31.0
eslint-scope: 5.1.1
eslint-utils: 3.0.0_eslint@8.29.0
eslint-utils: 3.0.0_eslint@8.31.0
semver: 7.3.8
transitivePeerDependencies:
- supports-color
- typescript
dev: false
/@typescript-eslint/visitor-keys/5.46.0:
resolution: {integrity: sha512-E13gBoIXmaNhwjipuvQg1ByqSAu/GbEpP/qzFihugJ+MomtoJtFAJG/+2DRPByf57B863m0/q7Zt16V9ohhANw==}
/@typescript-eslint/visitor-keys/5.48.0:
resolution: {integrity: sha512-5motVPz5EgxQ0bHjut3chzBkJ3Z3sheYVcSwS5BpHZpLqSptSmELNtGixmgj65+rIfhvtQTz5i9OP2vtzdDH7Q==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
'@typescript-eslint/types': 5.46.0
'@typescript-eslint/types': 5.48.0
eslint-visitor-keys: 3.3.0
dev: false
@ -915,6 +915,10 @@ packages:
update-browserslist-db: 1.0.10_browserslist@4.21.4
dev: true
/buffer-from/1.1.2:
resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==}
dev: true
/builtin-modules/3.3.0:
resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==}
engines: {node: '>=6'}
@ -962,13 +966,13 @@ packages:
resolution: {integrity: sha512-zBUoFU0ZcxpvSt9IU66dXVT/3ctO1cy4y9cscs1szkPlcWb6pasYM144GqrUygUbT+k7cmUCW61cvskjcv0enQ==}
dev: true
/chai/4.3.6:
resolution: {integrity: sha512-bbcp3YfHCUzMOvKqsztczerVgBKSsEijCySNlHHbX3VG1nskvqjz5Rfso1gGwD6w6oOV3eI60pKuMOV5MV7p3Q==}
/chai/4.3.7:
resolution: {integrity: sha512-HLnAzZ2iupm25PlN0xFreAlBA5zaBSv3og0DdeGA4Ar6h6rJ3A0rolRUKJhSF2V10GZKDgWF/VmAEsNWjCRB+A==}
engines: {node: '>=4'}
dependencies:
assertion-error: 1.1.0
check-error: 1.0.2
deep-eql: 3.0.1
deep-eql: 4.1.3
get-func-name: 2.0.0
loupe: 2.3.4
pathval: 1.1.1
@ -1104,9 +1108,9 @@ packages:
dependencies:
ms: 2.1.2
/deep-eql/3.0.1:
resolution: {integrity: sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw==}
engines: {node: '>=0.12'}
/deep-eql/4.1.3:
resolution: {integrity: sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw==}
engines: {node: '>=6'}
dependencies:
type-detect: 4.0.8
dev: true
@ -1711,7 +1715,7 @@ packages:
- supports-color
dev: false
/eslint-module-utils/2.7.3_qdsakr2edwismmfv7rlnoscnqi:
/eslint-module-utils/2.7.3_j3yic7rgljchaotpxpgqdbhhna:
resolution: {integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==}
engines: {node: '>=4'}
peerDependencies:
@ -1729,7 +1733,7 @@ packages:
eslint-import-resolver-webpack:
optional: true
dependencies:
'@typescript-eslint/parser': 5.46.0_eslint@8.29.0
'@typescript-eslint/parser': 5.48.0_eslint@8.31.0
debug: 3.2.7
eslint-import-resolver-node: 0.3.6
find-up: 2.1.0
@ -1762,25 +1766,25 @@ packages:
- supports-color
dev: false
/eslint-plugin-es/4.1.0_eslint@8.29.0:
/eslint-plugin-es/4.1.0_eslint@8.31.0:
resolution: {integrity: sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==}
engines: {node: '>=8.10.0'}
peerDependencies:
eslint: '>=4.19.1'
dependencies:
eslint: 8.29.0
eslint: 8.31.0
eslint-utils: 2.1.0
regexpp: 3.2.0
dev: false
/eslint-plugin-eslint-comments/3.2.0_eslint@8.29.0:
/eslint-plugin-eslint-comments/3.2.0_eslint@8.31.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.29.0
eslint: 8.31.0
ignore: 5.1.8
dev: false
@ -1790,7 +1794,7 @@ packages:
htmlparser2: 8.0.1
dev: false
/eslint-plugin-import/2.26.0_eslint@8.29.0:
/eslint-plugin-import/2.26.0_eslint@8.31.0:
resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==}
engines: {node: '>=4'}
peerDependencies:
@ -1804,7 +1808,7 @@ packages:
array.prototype.flat: 1.2.5
debug: 2.6.9
doctrine: 2.1.0
eslint: 8.29.0
eslint: 8.31.0
eslint-import-resolver-node: 0.3.6
eslint-module-utils: 2.7.3_ulu2225r2ychl26a37c6o2rfje
has: 1.0.3
@ -1820,7 +1824,7 @@ packages:
- supports-color
dev: false
/eslint-plugin-import/2.26.0_jx43xxcguvnqqmtmaaygwl7cmu:
/eslint-plugin-import/2.26.0_m2kn7xiag5lymyarkgri27ztxm:
resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==}
engines: {node: '>=4'}
peerDependencies:
@ -1830,14 +1834,14 @@ packages:
'@typescript-eslint/parser':
optional: true
dependencies:
'@typescript-eslint/parser': 5.46.0_eslint@8.29.0
'@typescript-eslint/parser': 5.48.0_eslint@8.31.0
array-includes: 3.1.4
array.prototype.flat: 1.2.5
debug: 2.6.9
doctrine: 2.1.0
eslint: 8.29.0
eslint: 8.31.0
eslint-import-resolver-node: 0.3.6
eslint-module-utils: 2.7.3_qdsakr2edwismmfv7rlnoscnqi
eslint-module-utils: 2.7.3_j3yic7rgljchaotpxpgqdbhhna
has: 1.0.3
is-core-module: 2.8.1
is-glob: 4.0.3
@ -1851,8 +1855,8 @@ packages:
- supports-color
dev: false
/eslint-plugin-jest/27.1.6_az5lmaeuvswqhyu3aute3pgqim:
resolution: {integrity: sha512-XA7RFLSrlQF9IGtAmhddkUkBuICCTuryfOTfCSWcZHiHb69OilIH05oozH2XA6CEOtztnOd0vgXyvxZodkxGjg==}
/eslint-plugin-jest/27.2.1_zgazubnvp3urkgs5b7mw2pde3m:
resolution: {integrity: sha512-l067Uxx7ZT8cO9NJuf+eJHvt6bqJyz2Z29wykyEdz/OtmcELQl2MQGQLX8J94O1cSJWAwUSEvCjwjA7KEK3Hmg==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
peerDependencies:
'@typescript-eslint/eslint-plugin': ^5.0.0
@ -1864,48 +1868,48 @@ packages:
jest:
optional: true
dependencies:
'@typescript-eslint/eslint-plugin': 5.46.0_jx43xxcguvnqqmtmaaygwl7cmu
'@typescript-eslint/utils': 5.46.0_eslint@8.29.0
eslint: 8.29.0
'@typescript-eslint/eslint-plugin': 5.48.0_m2kn7xiag5lymyarkgri27ztxm
'@typescript-eslint/utils': 5.48.0_eslint@8.31.0
eslint: 8.31.0
transitivePeerDependencies:
- supports-color
- typescript
dev: false
/eslint-plugin-jsonc/2.5.0_eslint@8.29.0:
resolution: {integrity: sha512-G257khwkrOQ5MJpSzz4yQh5K12W4xFZRcHmVlhVFWh2GCLDX+JwHnmkQoUoFDbOieSPBMsPFZDTJScwrXiWlIg==}
/eslint-plugin-jsonc/2.6.0_eslint@8.31.0:
resolution: {integrity: sha512-4bA9YTx58QaWalua1Q1b82zt7eZMB7i+ed8q8cKkbKP75ofOA2SXbtFyCSok7RY6jIXeCqQnKjN9If8zCgv6PA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '>=6.0.0'
dependencies:
eslint: 8.29.0
eslint-utils: 3.0.0_eslint@8.29.0
eslint: 8.31.0
eslint-utils: 3.0.0_eslint@8.31.0
jsonc-eslint-parser: 2.1.0
natural-compare: 1.4.0
dev: false
/eslint-plugin-markdown/3.0.0_eslint@8.29.0:
/eslint-plugin-markdown/3.0.0_eslint@8.31.0:
resolution: {integrity: sha512-hRs5RUJGbeHDLfS7ELanT0e29Ocyssf/7kBM+p7KluY5AwngGkDf8Oyu4658/NZSGTTq05FZeWbkxXtbVyHPwg==}
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.29.0
eslint: 8.31.0
mdast-util-from-markdown: 0.8.5
transitivePeerDependencies:
- supports-color
dev: false
/eslint-plugin-n/15.6.0_eslint@8.29.0:
/eslint-plugin-n/15.6.0_eslint@8.31.0:
resolution: {integrity: sha512-Hd/F7wz4Mj44Jp0H6Jtty13NcE69GNTY0rVlgTIj1XBnGGVI6UTdDrpE6vqu3AHo07bygq/N+7OH/lgz1emUJw==}
engines: {node: '>=12.22.0'}
peerDependencies:
eslint: '>=7.0.0'
dependencies:
builtins: 5.0.1
eslint: 8.29.0
eslint-plugin-es: 4.1.0_eslint@8.29.0
eslint-utils: 3.0.0_eslint@8.29.0
eslint: 8.31.0
eslint-plugin-es: 4.1.0_eslint@8.31.0
eslint-utils: 3.0.0_eslint@8.31.0
ignore: 5.2.0
is-core-module: 2.11.0
minimatch: 3.1.2
@ -1918,25 +1922,25 @@ packages:
engines: {node: '>=5.0.0'}
dev: false
/eslint-plugin-promise/6.1.1_eslint@8.29.0:
/eslint-plugin-promise/6.1.1_eslint@8.31.0:
resolution: {integrity: sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
dependencies:
eslint: 8.29.0
eslint: 8.31.0
dev: false
/eslint-plugin-react-hooks/4.6.0_eslint@8.29.0:
/eslint-plugin-react-hooks/4.6.0_eslint@8.31.0:
resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==}
engines: {node: '>=10'}
peerDependencies:
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
dependencies:
eslint: 8.29.0
eslint: 8.31.0
dev: false
/eslint-plugin-react/7.31.11_eslint@8.29.0:
/eslint-plugin-react/7.31.11_eslint@8.31.0:
resolution: {integrity: sha512-TTvq5JsT5v56wPa9OYHzsrOlHzKZKjV+aLgS+55NJP/cuzdiQPC7PfYoUjMoxlffKtvijpk7vA/jmuqRb9nohw==}
engines: {node: '>=4'}
peerDependencies:
@ -1946,7 +1950,7 @@ packages:
array.prototype.flatmap: 1.3.1
array.prototype.tosorted: 1.1.1
doctrine: 2.1.0
eslint: 8.29.0
eslint: 8.31.0
estraverse: 5.3.0
jsx-ast-utils: 2.4.1
minimatch: 3.1.2
@ -1960,17 +1964,17 @@ packages:
string.prototype.matchall: 4.0.8
dev: false
/eslint-plugin-unicorn/45.0.2_eslint@8.29.0:
/eslint-plugin-unicorn/45.0.2_eslint@8.31.0:
resolution: {integrity: sha512-Y0WUDXRyGDMcKLiwgL3zSMpHrXI00xmdyixEGIg90gHnj0PcHY4moNv3Ppje/kDivdAy5vUeUr7z211ImPv2gw==}
engines: {node: '>=14.18'}
peerDependencies:
eslint: '>=8.28.0'
dependencies:
'@babel/helper-validator-identifier': 7.19.1
'@eslint-community/eslint-utils': 4.1.2_eslint@8.29.0
'@eslint-community/eslint-utils': 4.1.2_eslint@8.31.0
ci-info: 3.7.0
clean-regexp: 1.0.0
eslint: 8.29.0
eslint: 8.31.0
esquery: 1.4.0
indent-string: 4.0.0
is-builtin-module: 3.2.0
@ -1985,32 +1989,32 @@ packages:
strip-indent: 3.0.0
dev: false
/eslint-plugin-vue/9.8.0_eslint@8.29.0:
/eslint-plugin-vue/9.8.0_eslint@8.31.0:
resolution: {integrity: sha512-E/AXwcTzunyzM83C2QqDHxepMzvI2y6x+mmeYHbVDQlKFqmKYvRrhaVixEeeG27uI44p9oKDFiyCRw4XxgtfHA==}
engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
dependencies:
eslint: 8.29.0
eslint-utils: 3.0.0_eslint@8.29.0
eslint: 8.31.0
eslint-utils: 3.0.0_eslint@8.31.0
natural-compare: 1.4.0
nth-check: 2.0.1
postcss-selector-parser: 6.0.10
semver: 7.3.8
vue-eslint-parser: 9.0.2_eslint@8.29.0
vue-eslint-parser: 9.0.2_eslint@8.31.0
xml-name-validator: 4.0.0
transitivePeerDependencies:
- supports-color
dev: false
/eslint-plugin-yml/1.3.0_eslint@8.29.0:
resolution: {integrity: sha512-TEkIaxutVPRZMRc0zOVptP/vmrf1td/9woUAiKII4kRLJLWWUCz1CYM98NsAfeOrVejFBFhHCSwOp+C1TqmtRg==}
/eslint-plugin-yml/1.4.0_eslint@8.31.0:
resolution: {integrity: sha512-vzggXNfPKa+arIaNUGoC3DPRZCxNty+xD/v9xOcE5D3Bj9SbgIrEobqVB35I8QxHd2YjL/dOS0xIIFmjAalwbw==}
engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '>=6.0.0'
dependencies:
debug: 4.3.4
eslint: 8.29.0
eslint: 8.31.0
lodash: 4.17.21
natural-compare: 1.4.0
yaml-eslint-parser: 1.1.0
@ -2049,13 +2053,13 @@ packages:
eslint-visitor-keys: 2.1.0
dev: false
/eslint-utils/3.0.0_eslint@8.29.0:
/eslint-utils/3.0.0_eslint@8.31.0:
resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==}
engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0}
peerDependencies:
eslint: '>=5'
dependencies:
eslint: 8.29.0
eslint: 8.31.0
eslint-visitor-keys: 2.1.0
/eslint-visitor-keys/1.3.0:
@ -2076,13 +2080,13 @@ packages:
resolution: {integrity: sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
/eslint/8.29.0:
resolution: {integrity: sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg==}
/eslint/8.31.0:
resolution: {integrity: sha512-0tQQEVdmPZ1UtUKXjX7EMm9BlgJ08G90IhWh0PKDCb3ZLsgAOHI8fYSIzYVZej92zsgq+ft0FGsxhJ3xo2tbuA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
hasBin: true
dependencies:
'@eslint/eslintrc': 1.3.3
'@humanwhocodes/config-array': 0.11.7
'@eslint/eslintrc': 1.4.1
'@humanwhocodes/config-array': 0.11.8
'@humanwhocodes/module-importer': 1.0.1
'@nodelib/fs.walk': 1.2.8
ajv: 6.12.6
@ -2092,7 +2096,7 @@ packages:
doctrine: 3.0.0
escape-string-regexp: 4.0.0
eslint-scope: 7.1.1
eslint-utils: 3.0.0_eslint@8.29.0
eslint-utils: 3.0.0_eslint@8.31.0
eslint-visitor-keys: 3.3.0
espree: 9.4.0
esquery: 1.4.0
@ -2101,7 +2105,7 @@ packages:
file-entry-cache: 6.0.1
find-up: 5.0.0
glob-parent: 6.0.2
globals: 13.17.0
globals: 13.19.0
grapheme-splitter: 1.0.4
ignore: 5.2.0
import-fresh: 3.3.0
@ -2345,8 +2349,8 @@ packages:
engines: {node: '>=4'}
dev: true
/globals/13.17.0:
resolution: {integrity: sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw==}
/globals/13.19.0:
resolution: {integrity: sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ==}
engines: {node: '>=8'}
dependencies:
type-fest: 0.20.2
@ -3150,6 +3154,10 @@ packages:
resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==}
engines: {node: '>=8'}
/pathe/0.2.0:
resolution: {integrity: sha512-sTitTPYnn23esFR3RlqYBWn4c45WGeLcsKzQiUpXJAyfcWkolvlYpV8FLo7JishK946oQwMFUCHXQ9AjGPKExw==}
dev: true
/pathe/1.0.0:
resolution: {integrity: sha512-nPdMG0Pd09HuSsr7QOKUXO2Jr9eqaDiZvDwdyIhNG5SHYujkQHYKDfGQkulBxvbDHz8oHLsTgKN86LSwYzSHAg==}
dev: true
@ -3448,6 +3456,13 @@ packages:
engines: {node: '>=0.10.0'}
dev: true
/source-map-support/0.5.21:
resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==}
dependencies:
buffer-from: 1.1.2
source-map: 0.6.1
dev: true
/source-map/0.6.1:
resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
engines: {node: '>=0.10.0'}
@ -3760,6 +3775,25 @@ packages:
spdx-expression-parse: 3.0.1
dev: false
/vite-node/0.26.3:
resolution: {integrity: sha512-Te2bq0Bfvq6XiO718I+1EinMjpNYKws6SNHKOmVbILAQimKoZKDd+IZLlkaYcBXPpK3HFe2U80k8Zw+m3w/a2w==}
engines: {node: '>=v14.16.0'}
hasBin: true
dependencies:
debug: 4.3.4
mlly: 1.0.0
pathe: 0.2.0
source-map: 0.6.1
source-map-support: 0.5.21
vite: 3.0.4
transitivePeerDependencies:
- less
- sass
- stylus
- supports-color
- terser
dev: true
/vite/3.0.4:
resolution: {integrity: sha512-NU304nqnBeOx2MkQnskBQxVsa0pRAH5FphokTGmyy8M3oxbvw7qAXts2GORxs+h/2vKsD+osMhZ7An6yK6F1dA==}
engines: {node: ^14.18.0 || >=16.0.0}
@ -3787,8 +3821,8 @@ packages:
fsevents: 2.3.2
dev: true
/vitest/0.25.7:
resolution: {integrity: sha512-lJ+Ue+v8kHl2JzjaKHJ9u5Yo/loU7zrWK2/Whn8OKQjtq5G7nkeWfXuq3elZaC8xKdkdIuWiiIicaNBG1F5yzg==}
/vitest/0.26.3:
resolution: {integrity: sha512-FmHxU9aUCxTi23keF3vxb/Qp0lYXaaJ+jRLGOUmMS3qVTOJvgGE+f1VArupA6pEhaG2Ans4X+zV9dqM5WISMbg==}
engines: {node: '>=v14.16.0'}
hasBin: true
peerDependencies:
@ -3809,12 +3843,12 @@ packages:
jsdom:
optional: true
dependencies:
'@types/chai': 4.3.3
'@types/chai': 4.3.4
'@types/chai-subset': 1.3.3
'@types/node': 18.11.13
'@types/node': 18.11.18
acorn: 8.8.1
acorn-walk: 8.2.0
chai: 4.3.6
chai: 4.3.7
debug: 4.3.4
local-pkg: 0.4.2
source-map: 0.6.1
@ -3823,6 +3857,7 @@ packages:
tinypool: 0.3.0
tinyspy: 1.0.2
vite: 3.0.4
vite-node: 0.26.3
transitivePeerDependencies:
- less
- sass
@ -3831,14 +3866,14 @@ packages:
- terser
dev: true
/vue-eslint-parser/9.0.2_eslint@8.29.0:
/vue-eslint-parser/9.0.2_eslint@8.31.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.29.0
eslint: 8.31.0
eslint-scope: 7.1.1
eslint-visitor-keys: 3.3.0
espree: 9.4.0