mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-30 11:16:12 +08:00
fix(deps): update all non-major dependencies (#6251)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
ead3b2ac18
commit
d6c3a0db41
@ -9,8 +9,8 @@
|
||||
"crowdin-credentials": "sucrase-node .vitepress/build/crowdin-credentials.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@docsearch/js": "^3.0.0-alpha.50",
|
||||
"@docsearch/react": "^3.0.0-alpha.50",
|
||||
"@docsearch/js": "^3.0.0",
|
||||
"@docsearch/react": "^3.0.0",
|
||||
"@vueuse/core": "^7.6.2",
|
||||
"axios": "^0.26.0",
|
||||
"clipboard-copy": "^4.0.1",
|
||||
@ -28,10 +28,10 @@
|
||||
"markdown-it": "^12.3.2",
|
||||
"markdown-it-container": "^3.0.0",
|
||||
"unplugin-icons": "^0.13.2",
|
||||
"unplugin-vue-components": "^0.17.18",
|
||||
"unplugin-vue-components": "^0.17.20",
|
||||
"vite": "^2.8.4",
|
||||
"vite-plugin-inspect": "^0.3.14",
|
||||
"vite-plugin-inspect": "^0.3.15",
|
||||
"vite-plugin-windicss": "^1.7.1",
|
||||
"vitepress": "^0.22.2"
|
||||
"vitepress": "^0.22.3"
|
||||
}
|
||||
}
|
||||
|
22
package.json
22
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"packageManager": "pnpm@6.31.0",
|
||||
"packageManager": "pnpm@6.32.1",
|
||||
"workspaces": [
|
||||
"packages/*",
|
||||
"play",
|
||||
@ -71,7 +71,7 @@
|
||||
"dayjs": "^1.10.7",
|
||||
"lodash": "^4.17.21",
|
||||
"lodash-es": "^4.17.21",
|
||||
"lodash-unified": "^1.0.1",
|
||||
"lodash-unified": "^1.0.2",
|
||||
"memoize-one": "^6.0.0",
|
||||
"normalize-wheel-es": "^1.1.1"
|
||||
},
|
||||
@ -81,9 +81,9 @@
|
||||
"@babel/preset-typescript": "^7.16.7",
|
||||
"@commitlint/cli": "^16.2.1",
|
||||
"@commitlint/config-conventional": "^16.2.1",
|
||||
"@pnpm/find-workspace-packages": "^3.1.40",
|
||||
"@pnpm/find-workspace-packages": "^3.1.41",
|
||||
"@pnpm/logger": "^4.0.0",
|
||||
"@pnpm/types": "^7.9.0",
|
||||
"@pnpm/types": "^7.10.0",
|
||||
"@rollup/plugin-commonjs": "^21.0.1",
|
||||
"@rollup/plugin-node-resolve": "^13.1.3",
|
||||
"@rollup/plugin-replace": "^3.1.0",
|
||||
@ -95,11 +95,11 @@
|
||||
"@types/node": "^17.0.18",
|
||||
"@types/rollup-plugin-css-only": "^3.1.0",
|
||||
"@types/sass": "^1.43.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.12.0",
|
||||
"@typescript-eslint/parser": "^5.12.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.12.1",
|
||||
"@typescript-eslint/parser": "^5.12.1",
|
||||
"@vitejs/plugin-vue": "^2.2.2",
|
||||
"@vitejs/plugin-vue-jsx": "^1.3.7",
|
||||
"@vitest/ui": "^0.5.0",
|
||||
"@vitest/ui": "^0.5.3",
|
||||
"@vue/babel-plugin-jsx": "^1.1.1",
|
||||
"@vue/test-utils": "2.0.0-rc.16",
|
||||
"@vue/tsconfig": "^0.1.3",
|
||||
@ -116,10 +116,10 @@
|
||||
"eslint-define-config": "^1.2.5",
|
||||
"eslint-plugin-import": "^2.25.4",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"eslint-plugin-vue": "^8.4.1",
|
||||
"eslint-plugin-vue": "^8.5.0",
|
||||
"expect-type": "^0.13.0",
|
||||
"fast-glob": "^3.2.11",
|
||||
"fs-extra": "^10.0.0",
|
||||
"fs-extra": "^10.0.1",
|
||||
"gulp": "^4.0.2",
|
||||
"husky": "^7.0.4",
|
||||
"jest": "^26.6.3",
|
||||
@ -128,7 +128,7 @@
|
||||
"pretty-quick": "^3.1.3",
|
||||
"resize-observer-polyfill": "^1.5.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"rollup": "^2.67.3",
|
||||
"rollup": "^2.68.0",
|
||||
"rollup-plugin-css-only": "^3.1.0",
|
||||
"rollup-plugin-esbuild": "^4.8.2",
|
||||
"rollup-plugin-filesize": "^9.1.2",
|
||||
@ -139,7 +139,7 @@
|
||||
"type-fest": "^2.12.0",
|
||||
"typescript": "^4.5.5",
|
||||
"unplugin-vue-define-options": "^0.3.1",
|
||||
"vitest": "^0.5.0",
|
||||
"vitest": "^0.5.3",
|
||||
"vue": "^3.2.31",
|
||||
"vue-jest": "^5.0.0-alpha.10",
|
||||
"vue-router": "^4.0.12",
|
||||
|
@ -56,7 +56,7 @@
|
||||
"dayjs": "^1.10.7",
|
||||
"lodash": "^4.17.21",
|
||||
"lodash-es": "^4.17.21",
|
||||
"lodash-unified": "^1.0.1",
|
||||
"lodash-unified": "^1.0.2",
|
||||
"memoize-one": "^6.0.0",
|
||||
"normalize-wheel-es": "^1.1.1"
|
||||
},
|
||||
|
@ -11,9 +11,9 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^2.2.2",
|
||||
"unplugin-vue-components": "^0.17.18",
|
||||
"unplugin-vue-components": "^0.17.20",
|
||||
"vite": "^2.8.4",
|
||||
"vite-plugin-inspect": "^0.3.14",
|
||||
"vite-plugin-inspect": "^0.3.15",
|
||||
"vite-plugin-mkcert": "^1.5.2"
|
||||
}
|
||||
}
|
||||
|
392
pnpm-lock.yaml
392
pnpm-lock.yaml
@ -22,9 +22,9 @@ importers:
|
||||
'@element-plus/theme-chalk': workspace:*
|
||||
'@element-plus/tokens': workspace:*
|
||||
'@element-plus/utils': workspace:*
|
||||
'@pnpm/find-workspace-packages': ^3.1.40
|
||||
'@pnpm/find-workspace-packages': ^3.1.41
|
||||
'@pnpm/logger': ^4.0.0
|
||||
'@pnpm/types': ^7.9.0
|
||||
'@pnpm/types': ^7.10.0
|
||||
'@popperjs/core': ^2.11.2
|
||||
'@rollup/plugin-commonjs': ^21.0.1
|
||||
'@rollup/plugin-node-resolve': ^13.1.3
|
||||
@ -37,11 +37,11 @@ importers:
|
||||
'@types/node': ^17.0.18
|
||||
'@types/rollup-plugin-css-only': ^3.1.0
|
||||
'@types/sass': ^1.43.1
|
||||
'@typescript-eslint/eslint-plugin': ^5.12.0
|
||||
'@typescript-eslint/parser': ^5.12.0
|
||||
'@typescript-eslint/eslint-plugin': ^5.12.1
|
||||
'@typescript-eslint/parser': ^5.12.1
|
||||
'@vitejs/plugin-vue': ^2.2.2
|
||||
'@vitejs/plugin-vue-jsx': ^1.3.7
|
||||
'@vitest/ui': ^0.5.0
|
||||
'@vitest/ui': ^0.5.3
|
||||
'@vue/babel-plugin-jsx': ^1.1.1
|
||||
'@vue/test-utils': 2.0.0-rc.16
|
||||
'@vue/tsconfig': ^0.1.3
|
||||
@ -61,24 +61,24 @@ importers:
|
||||
eslint-define-config: ^1.2.5
|
||||
eslint-plugin-import: ^2.25.4
|
||||
eslint-plugin-prettier: ^4.0.0
|
||||
eslint-plugin-vue: ^8.4.1
|
||||
eslint-plugin-vue: ^8.5.0
|
||||
expect-type: ^0.13.0
|
||||
fast-glob: ^3.2.11
|
||||
fs-extra: ^10.0.0
|
||||
fs-extra: ^10.0.1
|
||||
gulp: ^4.0.2
|
||||
husky: ^7.0.4
|
||||
jest: ^26.6.3
|
||||
lint-staged: ^12.3.4
|
||||
lodash: ^4.17.21
|
||||
lodash-es: ^4.17.21
|
||||
lodash-unified: ^1.0.1
|
||||
lodash-unified: ^1.0.2
|
||||
memoize-one: ^6.0.0
|
||||
normalize-wheel-es: ^1.1.1
|
||||
prettier: ^2.5.1
|
||||
pretty-quick: ^3.1.3
|
||||
resize-observer-polyfill: ^1.5.1
|
||||
rimraf: ^3.0.2
|
||||
rollup: ^2.67.3
|
||||
rollup: ^2.68.0
|
||||
rollup-plugin-css-only: ^3.1.0
|
||||
rollup-plugin-esbuild: ^4.8.2
|
||||
rollup-plugin-filesize: ^9.1.2
|
||||
@ -89,7 +89,7 @@ importers:
|
||||
type-fest: ^2.12.0
|
||||
typescript: ^4.5.5
|
||||
unplugin-vue-define-options: ^0.3.1
|
||||
vitest: ^0.5.0
|
||||
vitest: ^0.5.3
|
||||
vue: ^3.2.31
|
||||
vue-jest: ^5.0.0-alpha.10
|
||||
vue-router: ^4.0.12
|
||||
@ -111,7 +111,7 @@ importers:
|
||||
dayjs: 1.10.7
|
||||
lodash: 4.17.21
|
||||
lodash-es: 4.17.21
|
||||
lodash-unified: 1.0.1_da03a4540fbd16bbaafbb96724306afd
|
||||
lodash-unified: 1.0.2_da03a4540fbd16bbaafbb96724306afd
|
||||
memoize-one: 6.0.0
|
||||
normalize-wheel-es: 1.1.1
|
||||
devDependencies:
|
||||
@ -120,12 +120,12 @@ importers:
|
||||
'@babel/preset-typescript': 7.16.7_@babel+core@7.17.5
|
||||
'@commitlint/cli': 16.2.1
|
||||
'@commitlint/config-conventional': 16.2.1
|
||||
'@pnpm/find-workspace-packages': 3.1.40_@pnpm+logger@4.0.0
|
||||
'@pnpm/find-workspace-packages': 3.1.41_@pnpm+logger@4.0.0
|
||||
'@pnpm/logger': 4.0.0
|
||||
'@pnpm/types': 7.9.0
|
||||
'@rollup/plugin-commonjs': 21.0.1_rollup@2.67.3
|
||||
'@rollup/plugin-node-resolve': 13.1.3_rollup@2.67.3
|
||||
'@rollup/plugin-replace': 3.1.0_rollup@2.67.3
|
||||
'@pnpm/types': 7.10.0
|
||||
'@rollup/plugin-commonjs': 21.0.1_rollup@2.68.0
|
||||
'@rollup/plugin-node-resolve': 13.1.3_rollup@2.68.0
|
||||
'@rollup/plugin-replace': 3.1.0_rollup@2.68.0
|
||||
'@types/fs-extra': 9.0.13
|
||||
'@types/gulp': 4.0.9
|
||||
'@types/jest': 26.0.24
|
||||
@ -134,11 +134,11 @@ importers:
|
||||
'@types/node': 17.0.18
|
||||
'@types/rollup-plugin-css-only': 3.1.0
|
||||
'@types/sass': 1.43.1
|
||||
'@typescript-eslint/eslint-plugin': 5.12.0_c467cf9bb49b295941e83ce479a578b7
|
||||
'@typescript-eslint/parser': 5.12.0_eslint@8.9.0+typescript@4.5.5
|
||||
'@typescript-eslint/eslint-plugin': 5.12.1_aa3af6382115a42a71cc388b7b2c30b3
|
||||
'@typescript-eslint/parser': 5.12.1_eslint@8.9.0+typescript@4.5.5
|
||||
'@vitejs/plugin-vue': 2.2.2_vue@3.2.31
|
||||
'@vitejs/plugin-vue-jsx': 1.3.7
|
||||
'@vitest/ui': 0.5.0
|
||||
'@vitest/ui': 0.5.3
|
||||
'@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.17.5
|
||||
'@vue/test-utils': 2.0.0-rc.16_vue@3.2.31
|
||||
'@vue/tsconfig': 0.1.3_@types+node@17.0.18
|
||||
@ -155,10 +155,10 @@ importers:
|
||||
eslint-define-config: 1.2.5
|
||||
eslint-plugin-import: 2.25.4_eslint@8.9.0
|
||||
eslint-plugin-prettier: 4.0.0_9f62b85ce3ce02949dbd2ccffcebe95f
|
||||
eslint-plugin-vue: 8.4.1_eslint@8.9.0
|
||||
eslint-plugin-vue: 8.5.0_eslint@8.9.0
|
||||
expect-type: 0.13.0
|
||||
fast-glob: 3.2.11
|
||||
fs-extra: 10.0.0
|
||||
fs-extra: 10.0.1
|
||||
gulp: 4.0.2
|
||||
husky: 7.0.4
|
||||
jest: 26.6.3
|
||||
@ -167,9 +167,9 @@ importers:
|
||||
pretty-quick: 3.1.3_prettier@2.5.1
|
||||
resize-observer-polyfill: 1.5.1
|
||||
rimraf: 3.0.2
|
||||
rollup: 2.67.3
|
||||
rollup-plugin-css-only: 3.1.0_rollup@2.67.3
|
||||
rollup-plugin-esbuild: 4.8.2_esbuild@0.14.23+rollup@2.67.3
|
||||
rollup: 2.68.0
|
||||
rollup-plugin-css-only: 3.1.0_rollup@2.68.0
|
||||
rollup-plugin-esbuild: 4.8.2_esbuild@0.14.23+rollup@2.68.0
|
||||
rollup-plugin-filesize: 9.1.2
|
||||
sass: 1.49.8
|
||||
sucrase: 3.20.3
|
||||
@ -177,8 +177,8 @@ importers:
|
||||
ts-morph: 13.0.3
|
||||
type-fest: 2.12.0
|
||||
typescript: 4.5.5
|
||||
unplugin-vue-define-options: 0.3.1_0a8a3af1231dd17d277d6e6f7585e124
|
||||
vitest: 0.5.0_79a946579a0ba94d098c8983b7feec93
|
||||
unplugin-vue-define-options: 0.3.1_03dbca8079b8c17d10b4765096e60ded
|
||||
vitest: 0.5.3_84e41a832fc853196ece9f0b4051a8d4
|
||||
vue: 3.2.31
|
||||
vue-jest: 5.0.0-alpha.10_35d22f02202886a2ece3a960529ae5ea
|
||||
vue-router: 4.0.12_vue@3.2.31
|
||||
@ -187,8 +187,8 @@ importers:
|
||||
docs:
|
||||
specifiers:
|
||||
'@crowdin/cli': ^3.7.8
|
||||
'@docsearch/js': ^3.0.0-alpha.50
|
||||
'@docsearch/react': ^3.0.0-alpha.50
|
||||
'@docsearch/js': ^3.0.0
|
||||
'@docsearch/react': ^3.0.0
|
||||
'@iconify-json/ri': ^1.1.0
|
||||
'@types/markdown-it': ^12.2.3
|
||||
'@vueuse/core': ^7.6.2
|
||||
@ -203,14 +203,14 @@ importers:
|
||||
nprogress: ^0.2.0
|
||||
prism-theme-vars: ^0.2.2
|
||||
unplugin-icons: ^0.13.2
|
||||
unplugin-vue-components: ^0.17.18
|
||||
unplugin-vue-components: ^0.17.20
|
||||
vite: ^2.8.4
|
||||
vite-plugin-inspect: ^0.3.14
|
||||
vite-plugin-inspect: ^0.3.15
|
||||
vite-plugin-windicss: ^1.7.1
|
||||
vitepress: ^0.22.2
|
||||
vitepress: ^0.22.3
|
||||
dependencies:
|
||||
'@docsearch/js': 3.0.0-alpha.50
|
||||
'@docsearch/react': 3.0.0-alpha.50
|
||||
'@docsearch/js': 3.0.0
|
||||
'@docsearch/react': 3.0.0
|
||||
'@vueuse/core': 7.6.2_vue@3.2.31
|
||||
axios: 0.26.0
|
||||
clipboard-copy: 4.0.1
|
||||
@ -226,12 +226,12 @@ importers:
|
||||
escape-html: 1.0.3
|
||||
markdown-it: 12.3.2
|
||||
markdown-it-container: 3.0.0
|
||||
unplugin-icons: 0.13.2_91012ec972abef5ca7c426120f8386b8
|
||||
unplugin-vue-components: 0.17.18_c4c2306b969ff2288c5a80d927c08ac0
|
||||
unplugin-icons: 0.13.2_46be378ff2c0068a8a0abe3654ad57ee
|
||||
unplugin-vue-components: 0.17.20_8bd48d7d1410260319f6d1eb349a3067
|
||||
vite: 2.8.4_sass@1.49.8
|
||||
vite-plugin-inspect: 0.3.14_vite@2.8.4
|
||||
vite-plugin-inspect: 0.3.15_vite@2.8.4
|
||||
vite-plugin-windicss: 1.7.1_vite@2.8.4
|
||||
vitepress: 0.22.2_sass@1.49.8
|
||||
vitepress: 0.22.3_sass@1.49.8
|
||||
|
||||
packages/components:
|
||||
specifiers: {}
|
||||
@ -256,7 +256,7 @@ importers:
|
||||
dayjs: ^1.10.7
|
||||
lodash: ^4.17.21
|
||||
lodash-es: ^4.17.21
|
||||
lodash-unified: ^1.0.1
|
||||
lodash-unified: ^1.0.2
|
||||
memoize-one: ^6.0.0
|
||||
normalize-wheel-es: ^1.1.1
|
||||
vue-router: ^4.0.12
|
||||
@ -269,7 +269,7 @@ importers:
|
||||
dayjs: 1.10.7
|
||||
lodash: 4.17.21
|
||||
lodash-es: 4.17.21
|
||||
lodash-unified: 1.0.1_da03a4540fbd16bbaafbb96724306afd
|
||||
lodash-unified: 1.0.2_da03a4540fbd16bbaafbb96724306afd
|
||||
memoize-one: 6.0.0
|
||||
normalize-wheel-es: 1.1.1
|
||||
devDependencies:
|
||||
@ -318,17 +318,17 @@ importers:
|
||||
specifiers:
|
||||
'@element-plus/icons-vue': ^0.2.7
|
||||
'@vitejs/plugin-vue': ^2.2.2
|
||||
unplugin-vue-components: ^0.17.18
|
||||
unplugin-vue-components: ^0.17.20
|
||||
vite: ^2.8.4
|
||||
vite-plugin-inspect: ^0.3.14
|
||||
vite-plugin-inspect: ^0.3.15
|
||||
vite-plugin-mkcert: ^1.5.2
|
||||
dependencies:
|
||||
'@element-plus/icons-vue': 0.2.7_vue@3.2.31
|
||||
devDependencies:
|
||||
'@vitejs/plugin-vue': 2.2.2_vite@2.8.4+vue@3.2.31
|
||||
unplugin-vue-components: 0.17.18_c4c2306b969ff2288c5a80d927c08ac0
|
||||
unplugin-vue-components: 0.17.20_8bd48d7d1410260319f6d1eb349a3067
|
||||
vite: 2.8.4_sass@1.49.8
|
||||
vite-plugin-inspect: 0.3.14_vite@2.8.4
|
||||
vite-plugin-inspect: 0.3.15_vite@2.8.4
|
||||
vite-plugin-mkcert: 1.5.2
|
||||
|
||||
packages:
|
||||
@ -1774,7 +1774,7 @@ packages:
|
||||
dependencies:
|
||||
'@commitlint/top-level': 16.2.1
|
||||
'@commitlint/types': 16.2.1
|
||||
fs-extra: 10.0.0
|
||||
fs-extra: 10.0.1
|
||||
git-raw-commits: 2.0.11
|
||||
dev: true
|
||||
|
||||
@ -1878,13 +1878,17 @@ packages:
|
||||
lodash.once: 4.1.1
|
||||
dev: true
|
||||
|
||||
/@docsearch/css/3.0.0:
|
||||
resolution: {integrity: sha512-1kkV7tkAsiuEd0shunYRByKJe3xQDG2q7wYg24SOw1nV9/2lwEd4WrUYRJC/ukGTl2/kHeFxsaUvtiOy0y6fFA==}
|
||||
|
||||
/@docsearch/css/3.0.0-alpha.50:
|
||||
resolution: {integrity: sha512-QeWFCQOtS9D+Fi20liKsPXF2j/xWKh52e+P2Z1UATIdPMqmH6zoB2lcUz+cgv6PPVgWUtECeR6VSSUm71LT94w==}
|
||||
dev: true
|
||||
|
||||
/@docsearch/js/3.0.0-alpha.50:
|
||||
resolution: {integrity: sha512-1ap9Wz5oR/Z8yybaCZhsptXU43es3H52eEQUZtmzb8dUWyCW+3iXaKVB/qeMJOQWtggZ/WvZV3YknVIbCMR2dQ==}
|
||||
/@docsearch/js/3.0.0:
|
||||
resolution: {integrity: sha512-j3tUJWlgW3slYqzGB8fm7y05kh2qqrIK1dZOXHeMUm/5gdKE85fiz/ltfCPMDFb/MXF+bLZChJXSMzqY0Ck30Q==}
|
||||
dependencies:
|
||||
'@docsearch/react': 3.0.0-alpha.50
|
||||
'@docsearch/react': 3.0.0
|
||||
preact: 10.6.6
|
||||
transitivePeerDependencies:
|
||||
- '@algolia/client-search'
|
||||
@ -1892,8 +1896,8 @@ packages:
|
||||
- react
|
||||
- react-dom
|
||||
|
||||
/@docsearch/react/3.0.0-alpha.50:
|
||||
resolution: {integrity: sha512-oDGV1zZCRYv7MWsh6CyQVthYTRc3b4q+6kKwNYb1/g/Wf/4nJHutpxolFLHdEUDhrJ4Xi8wxwQG+lEwAVBTHPg==}
|
||||
/@docsearch/react/3.0.0:
|
||||
resolution: {integrity: sha512-yhMacqS6TVQYoBh/o603zszIb5Bl8MIXuOc6Vy617I74pirisDzzcNh0NEaYQt50fVVR3khUbeEhUEWEWipESg==}
|
||||
peerDependencies:
|
||||
'@types/react': '>= 16.8.0 < 18.0.0'
|
||||
react: '>= 16.8.0 < 18.0.0'
|
||||
@ -1901,7 +1905,7 @@ packages:
|
||||
dependencies:
|
||||
'@algolia/autocomplete-core': 1.5.2
|
||||
'@algolia/autocomplete-preset-algolia': 1.5.2_algoliasearch@4.12.1
|
||||
'@docsearch/css': 3.0.0-alpha.50
|
||||
'@docsearch/css': 3.0.0
|
||||
algoliasearch: 4.12.1
|
||||
transitivePeerDependencies:
|
||||
- '@algolia/client-search'
|
||||
@ -2392,43 +2396,43 @@ packages:
|
||||
'@octokit/openapi-types': 11.2.0
|
||||
dev: true
|
||||
|
||||
/@pnpm/cli-meta/2.0.1:
|
||||
resolution: {integrity: sha512-EBIq/9WWjF8dp4OQyjsSXkTgHW2DHWTWm/uhyoYQXZlB3ZxPDxSLdteLo1KjKR0wVMeTR6hothfQnJH3FSYXoA==}
|
||||
/@pnpm/cli-meta/2.0.2:
|
||||
resolution: {integrity: sha512-63JW9nziY4MOScDH/po1oes+5Uf0YFqLVpeaf1dHpzhC4yfu8xeMF1PqGqDkCeXJDVOLvv6DZ9a7hjObBU1WTQ==}
|
||||
engines: {node: '>=12.17'}
|
||||
dependencies:
|
||||
'@pnpm/types': 7.9.0
|
||||
'@pnpm/types': 7.10.0
|
||||
load-json-file: 6.2.0
|
||||
dev: true
|
||||
|
||||
/@pnpm/cli-utils/0.6.48_@pnpm+logger@4.0.0:
|
||||
resolution: {integrity: sha512-hZIudDWb8oI/oq4qZVzzlQFcIX2aq/kFq3NImJ4dOGzH9y530fbrpUj/3EXP1HK+2g4eHZSOtCD8ytnWaz14+w==}
|
||||
/@pnpm/cli-utils/0.6.49_@pnpm+logger@4.0.0:
|
||||
resolution: {integrity: sha512-qcrfZ8vE+jIBq53sVyDTM2xUE/ACNCgIYHbxKsW8VNg2q7jj6+CUdNujr9eIl0CbEIw16FxsRRxhL6u1o4oHAQ==}
|
||||
engines: {node: '>=12.17'}
|
||||
peerDependencies:
|
||||
'@pnpm/logger': ^4.0.0
|
||||
dependencies:
|
||||
'@pnpm/cli-meta': 2.0.1
|
||||
'@pnpm/config': 13.13.0_@pnpm+logger@4.0.0
|
||||
'@pnpm/default-reporter': 8.5.11_@pnpm+logger@4.0.0
|
||||
'@pnpm/cli-meta': 2.0.2
|
||||
'@pnpm/config': 13.13.1_@pnpm+logger@4.0.0
|
||||
'@pnpm/default-reporter': 8.5.12_@pnpm+logger@4.0.0
|
||||
'@pnpm/error': 2.0.0
|
||||
'@pnpm/logger': 4.0.0
|
||||
'@pnpm/manifest-utils': 2.1.7_@pnpm+logger@4.0.0
|
||||
'@pnpm/package-is-installable': 5.0.11_@pnpm+logger@4.0.0
|
||||
'@pnpm/read-project-manifest': 2.0.11
|
||||
'@pnpm/types': 7.9.0
|
||||
'@pnpm/manifest-utils': 2.1.8_@pnpm+logger@4.0.0
|
||||
'@pnpm/package-is-installable': 5.0.12_@pnpm+logger@4.0.0
|
||||
'@pnpm/read-project-manifest': 2.0.12
|
||||
'@pnpm/types': 7.10.0
|
||||
chalk: 4.1.2
|
||||
load-json-file: 6.2.0
|
||||
dev: true
|
||||
|
||||
/@pnpm/config/13.13.0_@pnpm+logger@4.0.0:
|
||||
resolution: {integrity: sha512-0i1ggg9n6yuar1LTe0WiOKBemaxZNJkeCrCcuWy7ypGbTX0Se+UGv5dfeYC6mVbmZ2dqw48HizbW3ReEGDJ4Tw==}
|
||||
/@pnpm/config/13.13.1_@pnpm+logger@4.0.0:
|
||||
resolution: {integrity: sha512-jYq6AW9gHQr8I9eD8pbRO4Lp+v7qQKqlPIfT3jeV7vwFAdsiBwcEkoOZ1eXSKcY6LvWQo8XeeNCC+hpIpj0keg==}
|
||||
engines: {node: '>=12.17'}
|
||||
dependencies:
|
||||
'@pnpm/constants': 5.0.0
|
||||
'@pnpm/error': 2.0.0
|
||||
'@pnpm/global-bin-dir': 3.0.0
|
||||
'@pnpm/pnpmfile': 1.2.4_@pnpm+logger@4.0.0
|
||||
'@pnpm/read-project-manifest': 2.0.11
|
||||
'@pnpm/types': 7.9.0
|
||||
'@pnpm/pnpmfile': 1.2.5_@pnpm+logger@4.0.0
|
||||
'@pnpm/read-project-manifest': 2.0.12
|
||||
'@pnpm/types': 7.10.0
|
||||
'@zkochan/npm-conf': 2.0.2
|
||||
camelcase: 6.3.0
|
||||
can-write-to-dir: 1.1.1
|
||||
@ -2446,28 +2450,28 @@ packages:
|
||||
engines: {node: '>=12.17'}
|
||||
dev: true
|
||||
|
||||
/@pnpm/core-loggers/6.1.3_@pnpm+logger@4.0.0:
|
||||
resolution: {integrity: sha512-X3mEhYz+8DKy4Xxbr24tGK9jPD+1AIhigGiJ9Fd0q+ywHXQ6ECSFyGGikKEAlBQIKVJxG788Mi0Zo13TU91fEQ==}
|
||||
/@pnpm/core-loggers/6.1.4_@pnpm+logger@4.0.0:
|
||||
resolution: {integrity: sha512-vF4Qc8E8e4uCGbVc7USCgqxrRe4eZsz8XEuCTUy6asZFVnNnRY/N1vJaVG3hti/UYKI/1si1dJYibppXhgTimA==}
|
||||
engines: {node: '>=12.17'}
|
||||
peerDependencies:
|
||||
'@pnpm/logger': ^4.0.0
|
||||
dependencies:
|
||||
'@pnpm/logger': 4.0.0
|
||||
'@pnpm/types': 7.9.0
|
||||
'@pnpm/types': 7.10.0
|
||||
dev: true
|
||||
|
||||
/@pnpm/default-reporter/8.5.11_@pnpm+logger@4.0.0:
|
||||
resolution: {integrity: sha512-BkNdi5LI/Ja9qJhZg3z+XFV39hjbBzGh3O6VRIjEchlaoXSKy+WLxYcaEUujVjxMYlAGdCcjVC3hVv6QAbzYug==}
|
||||
/@pnpm/default-reporter/8.5.12_@pnpm+logger@4.0.0:
|
||||
resolution: {integrity: sha512-diTQ1TLQJ9Lg/VJHsf+3hil3uLy+vPLYOH6FlU71qtN4CPkakLJ3VxiiVVlhtde99AYyN8QKcrOLZb+vHjXbRA==}
|
||||
engines: {node: '>=12.17'}
|
||||
peerDependencies:
|
||||
'@pnpm/logger': ^4.0.0
|
||||
dependencies:
|
||||
'@pnpm/config': 13.13.0_@pnpm+logger@4.0.0
|
||||
'@pnpm/core-loggers': 6.1.3_@pnpm+logger@4.0.0
|
||||
'@pnpm/config': 13.13.1_@pnpm+logger@4.0.0
|
||||
'@pnpm/core-loggers': 6.1.4_@pnpm+logger@4.0.0
|
||||
'@pnpm/error': 2.0.0
|
||||
'@pnpm/logger': 4.0.0
|
||||
'@pnpm/render-peer-issues': 1.1.1
|
||||
'@pnpm/types': 7.9.0
|
||||
'@pnpm/render-peer-issues': 1.1.2
|
||||
'@pnpm/types': 7.10.0
|
||||
ansi-diff: 1.1.1
|
||||
boxen: 5.1.2
|
||||
chalk: 4.1.2
|
||||
@ -2488,14 +2492,14 @@ packages:
|
||||
engines: {node: '>=12.17'}
|
||||
dev: true
|
||||
|
||||
/@pnpm/find-workspace-packages/3.1.40_@pnpm+logger@4.0.0:
|
||||
resolution: {integrity: sha512-SkswAjr1eI633ddx5fQJ0Led7i6xLwk3qDxQ2FClmH9xE/UMyoShlEed43OvLtm0k/WelybPULGf8s9OU/VaNg==}
|
||||
/@pnpm/find-workspace-packages/3.1.41_@pnpm+logger@4.0.0:
|
||||
resolution: {integrity: sha512-Ik2fTT95ATzawFYdjeu508ZBzGpK/hjF2KqK5cr6R+RT4/9CC4jk6ZozeIg9q4OpcR5tkoCecDXLs0wgHmGNWQ==}
|
||||
engines: {node: '>=12.17'}
|
||||
dependencies:
|
||||
'@pnpm/cli-utils': 0.6.48_@pnpm+logger@4.0.0
|
||||
'@pnpm/cli-utils': 0.6.49_@pnpm+logger@4.0.0
|
||||
'@pnpm/constants': 5.0.0
|
||||
'@pnpm/types': 7.9.0
|
||||
find-packages: 8.0.11
|
||||
'@pnpm/types': 7.10.0
|
||||
find-packages: 8.0.12
|
||||
read-yaml-file: 2.1.0
|
||||
transitivePeerDependencies:
|
||||
- '@pnpm/logger'
|
||||
@ -2517,11 +2521,11 @@ packages:
|
||||
graceful-fs: 4.2.9
|
||||
dev: true
|
||||
|
||||
/@pnpm/lockfile-types/3.1.5:
|
||||
resolution: {integrity: sha512-/OAKTwvpuav0pVwyQ7PvhO48I9bt2p7v2KYiIw+jNTH85mrirfuElRCQvCAFqLyPbGaYv1wo2fWvJkS8IUOi4w==}
|
||||
/@pnpm/lockfile-types/3.2.0:
|
||||
resolution: {integrity: sha512-2OXP7rpb+jcKlZVa/Mw2NvFqoUuXSmMFWVurtYbwlMdUHxEyhJvPEAEKdV/QnmU//osvHg26G6JVyujQQAmcJQ==}
|
||||
engines: {node: '>=12.17'}
|
||||
dependencies:
|
||||
'@pnpm/types': 7.9.0
|
||||
'@pnpm/types': 7.10.0
|
||||
dev: true
|
||||
|
||||
/@pnpm/logger/4.0.0:
|
||||
@ -2532,55 +2536,55 @@ packages:
|
||||
ndjson: 2.0.0
|
||||
dev: true
|
||||
|
||||
/@pnpm/manifest-utils/2.1.7_@pnpm+logger@4.0.0:
|
||||
resolution: {integrity: sha512-BZB96F1iNeO66D1UTi0+nrOlG9Yw80RofgHCMYs1wsJT8Hks2uIPn3UAKq3JJjUeNee065BN5q8eLVOPoTfgug==}
|
||||
/@pnpm/manifest-utils/2.1.8_@pnpm+logger@4.0.0:
|
||||
resolution: {integrity: sha512-MVgHKLAf2Yz/3Te+oUoB8mMVE46dtvmvvf+DdUwUkSs/GwbegD4qlCiBZDNz2/ilYGww+hSWo/jzGxqXiVxoMQ==}
|
||||
engines: {node: '>=12.17'}
|
||||
dependencies:
|
||||
'@pnpm/core-loggers': 6.1.3_@pnpm+logger@4.0.0
|
||||
'@pnpm/core-loggers': 6.1.4_@pnpm+logger@4.0.0
|
||||
'@pnpm/error': 2.0.0
|
||||
'@pnpm/types': 7.9.0
|
||||
'@pnpm/types': 7.10.0
|
||||
transitivePeerDependencies:
|
||||
- '@pnpm/logger'
|
||||
dev: true
|
||||
|
||||
/@pnpm/package-is-installable/5.0.11_@pnpm+logger@4.0.0:
|
||||
resolution: {integrity: sha512-vb5j1WbhuuZbm1hHhbCDGvMqLVVZ8/aSbIrofTl+bXFGAdWjKjBSNL3eXfp8ZANiME/iQLoeJ/kJ9uiHAMv0Iw==}
|
||||
/@pnpm/package-is-installable/5.0.12_@pnpm+logger@4.0.0:
|
||||
resolution: {integrity: sha512-w7SLMG7wmlWTUT2fJMuAA4kdmGH5osUSMsHYObAPpqnbvjD7spVKQ9tBopsoqQCVgYWw43EvFWqzX7yi0YaNTA==}
|
||||
engines: {node: '>=12.17'}
|
||||
peerDependencies:
|
||||
'@pnpm/logger': ^4.0.0
|
||||
dependencies:
|
||||
'@pnpm/core-loggers': 6.1.3_@pnpm+logger@4.0.0
|
||||
'@pnpm/core-loggers': 6.1.4_@pnpm+logger@4.0.0
|
||||
'@pnpm/error': 2.0.0
|
||||
'@pnpm/logger': 4.0.0
|
||||
'@pnpm/types': 7.9.0
|
||||
'@pnpm/types': 7.10.0
|
||||
execa: /safe-execa/0.1.1
|
||||
mem: 8.1.1
|
||||
semver: 7.3.5
|
||||
dev: true
|
||||
|
||||
/@pnpm/pnpmfile/1.2.4_@pnpm+logger@4.0.0:
|
||||
resolution: {integrity: sha512-x6o91SGiCsiJYa4MysX0SC68MacZzmuDGSAQpTFRANfunDP2/xcSlyFQzenZaK4qpJNGF3tXb8ofedhcuRQy7w==}
|
||||
/@pnpm/pnpmfile/1.2.5_@pnpm+logger@4.0.0:
|
||||
resolution: {integrity: sha512-QIfjZ9a6N+noJ4szMOq/7tonpf/BBJQsaOTWCwTIftiIk2Y2r+6okvoCHsXe1Mt/ogrN35jzRj4sojdWywXkHw==}
|
||||
engines: {node: '>=12.17'}
|
||||
peerDependencies:
|
||||
'@pnpm/logger': ^4.0.0
|
||||
dependencies:
|
||||
'@pnpm/core-loggers': 6.1.3_@pnpm+logger@4.0.0
|
||||
'@pnpm/core-loggers': 6.1.4_@pnpm+logger@4.0.0
|
||||
'@pnpm/error': 2.0.0
|
||||
'@pnpm/lockfile-types': 3.1.5
|
||||
'@pnpm/lockfile-types': 3.2.0
|
||||
'@pnpm/logger': 4.0.0
|
||||
'@pnpm/types': 7.9.0
|
||||
'@pnpm/types': 7.10.0
|
||||
chalk: 4.1.2
|
||||
path-absolute: 1.0.1
|
||||
dev: true
|
||||
|
||||
/@pnpm/read-project-manifest/2.0.11:
|
||||
resolution: {integrity: sha512-S99jUoKVsorRIZr1n8o/HMr2qeC9H0g11AmQrojnO0WOv4lTgHvGz88vm69Ik08b4UqUCeZgKAdvj8HcZXrF7w==}
|
||||
/@pnpm/read-project-manifest/2.0.12:
|
||||
resolution: {integrity: sha512-hZxgwaiVLSTiTv6igNgD2DhjxSaSoRoqTOUXD20F/JAY2shbFo3E7SQrysJB/5gwMmGbNP7zYCaFRBzANGi7WA==}
|
||||
engines: {node: '>=12.17'}
|
||||
dependencies:
|
||||
'@pnpm/error': 2.0.0
|
||||
'@pnpm/graceful-fs': 1.0.0
|
||||
'@pnpm/types': 7.9.0
|
||||
'@pnpm/write-project-manifest': 2.0.10
|
||||
'@pnpm/types': 7.10.0
|
||||
'@pnpm/write-project-manifest': 2.0.11
|
||||
detect-indent: 6.1.0
|
||||
fast-deep-equal: 3.1.3
|
||||
is-windows: 1.0.2
|
||||
@ -2591,26 +2595,26 @@ packages:
|
||||
strip-bom: 4.0.0
|
||||
dev: true
|
||||
|
||||
/@pnpm/render-peer-issues/1.1.1:
|
||||
resolution: {integrity: sha512-yet0bHob6S6nNbCAVijLYfm1x3RNKgIatt4cqVGIRN5MCv6BRPpVqMkkFRbnWzxP7PxMq2P3WKxwBZDhDIVn1A==}
|
||||
/@pnpm/render-peer-issues/1.1.2:
|
||||
resolution: {integrity: sha512-uwrppEWg132Wce4wWdII4AOtPevLpjTodoR+iCWgwjd0CpDBWFbuH9qdEeTPf6ou/O8jabd2cc9GzZKmiBQwYg==}
|
||||
engines: {node: '>=12.17'}
|
||||
dependencies:
|
||||
'@pnpm/types': 7.9.0
|
||||
'@pnpm/types': 7.10.0
|
||||
archy: 1.0.0
|
||||
chalk: 4.1.2
|
||||
cli-columns: 4.0.0
|
||||
dev: true
|
||||
|
||||
/@pnpm/types/7.9.0:
|
||||
resolution: {integrity: sha512-WJol7zZKMktP8bvoFEh/ANCrYsIDcfpGFgRZmAMeULuskFVND4NLXXIkBqNhtmv+ipt6mVUnsZTGHrVaXrlsNA==}
|
||||
/@pnpm/types/7.10.0:
|
||||
resolution: {integrity: sha512-7NKyfwepNccR6f9htiXAw0tt6rCajvtiX5HsTOi3odSFJ04iri43yjh70Ekw25hAynQwRR0rkJ7l6BBNFrJ/2g==}
|
||||
engines: {node: '>=12.17'}
|
||||
dev: true
|
||||
|
||||
/@pnpm/write-project-manifest/2.0.10:
|
||||
resolution: {integrity: sha512-39fH8i9BY84OuJhovKnC05DZiOEa3gnwhLpt/Gk2RhcD2CDj76NWjKqauyHeAYihpjDWJB92xuLR3gk9qTyzEQ==}
|
||||
/@pnpm/write-project-manifest/2.0.11:
|
||||
resolution: {integrity: sha512-lE7brQ28dOFKEELfbSU7gHplkCT91+WhlpbHVs/ELviKt4dNq1fIzAdOZb/1/YbQIKZ3TceNzHt82IkyaPvn6Q==}
|
||||
engines: {node: '>=12.17'}
|
||||
dependencies:
|
||||
'@pnpm/types': 7.9.0
|
||||
'@pnpm/types': 7.10.0
|
||||
json5: 2.2.0
|
||||
write-file-atomic: 3.0.3
|
||||
write-yaml-file: 4.2.0
|
||||
@ -2624,48 +2628,48 @@ packages:
|
||||
resolution: {integrity: sha512-92FRmppjjqz29VMJ2dn+xdyXZBrMlE42AV6Kq6BwjWV7CNUW1hs2FtxSNLQE+gJhaZ6AAmYuO9y8dshhcBl7vA==}
|
||||
dev: false
|
||||
|
||||
/@rollup/plugin-commonjs/21.0.1_rollup@2.67.3:
|
||||
/@rollup/plugin-commonjs/21.0.1_rollup@2.68.0:
|
||||
resolution: {integrity: sha512-EA+g22lbNJ8p5kuZJUYyhhDK7WgJckW5g4pNN7n4mAFUM96VuwUnNT3xr2Db2iCZPI1pJPbGyfT5mS9T1dHfMg==}
|
||||
engines: {node: '>= 8.0.0'}
|
||||
peerDependencies:
|
||||
rollup: ^2.38.3
|
||||
dependencies:
|
||||
'@rollup/pluginutils': 3.1.0_rollup@2.67.3
|
||||
'@rollup/pluginutils': 3.1.0_rollup@2.68.0
|
||||
commondir: 1.0.1
|
||||
estree-walker: 2.0.2
|
||||
glob: 7.2.0
|
||||
is-reference: 1.2.1
|
||||
magic-string: 0.25.7
|
||||
resolve: 1.22.0
|
||||
rollup: 2.67.3
|
||||
rollup: 2.68.0
|
||||
dev: true
|
||||
|
||||
/@rollup/plugin-node-resolve/13.1.3_rollup@2.67.3:
|
||||
/@rollup/plugin-node-resolve/13.1.3_rollup@2.68.0:
|
||||
resolution: {integrity: sha512-BdxNk+LtmElRo5d06MGY4zoepyrXX1tkzX2hrnPEZ53k78GuOMWLqmJDGIIOPwVRIFZrLQOo+Yr6KtCuLIA0AQ==}
|
||||
engines: {node: '>= 10.0.0'}
|
||||
peerDependencies:
|
||||
rollup: ^2.42.0
|
||||
dependencies:
|
||||
'@rollup/pluginutils': 3.1.0_rollup@2.67.3
|
||||
'@rollup/pluginutils': 3.1.0_rollup@2.68.0
|
||||
'@types/resolve': 1.17.1
|
||||
builtin-modules: 3.2.0
|
||||
deepmerge: 4.2.2
|
||||
is-module: 1.0.0
|
||||
resolve: 1.22.0
|
||||
rollup: 2.67.3
|
||||
rollup: 2.68.0
|
||||
dev: true
|
||||
|
||||
/@rollup/plugin-replace/3.1.0_rollup@2.67.3:
|
||||
/@rollup/plugin-replace/3.1.0_rollup@2.68.0:
|
||||
resolution: {integrity: sha512-pA3XRUrSKybVYqmH5TqWNZpGxF+VV+1GrYchKgCNIj2vsSOX7CVm2RCtx8p2nrC7xvkziYyK+lSi74T93MU3YA==}
|
||||
peerDependencies:
|
||||
rollup: ^1.20.0 || ^2.0.0
|
||||
dependencies:
|
||||
'@rollup/pluginutils': 3.1.0_rollup@2.67.3
|
||||
'@rollup/pluginutils': 3.1.0_rollup@2.68.0
|
||||
magic-string: 0.25.7
|
||||
rollup: 2.67.3
|
||||
rollup: 2.68.0
|
||||
dev: true
|
||||
|
||||
/@rollup/pluginutils/3.1.0_rollup@2.67.3:
|
||||
/@rollup/pluginutils/3.1.0_rollup@2.68.0:
|
||||
resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==}
|
||||
engines: {node: '>= 8.0.0'}
|
||||
peerDependencies:
|
||||
@ -2674,7 +2678,7 @@ packages:
|
||||
'@types/estree': 0.0.39
|
||||
estree-walker: 1.0.1
|
||||
picomatch: 2.3.1
|
||||
rollup: 2.67.3
|
||||
rollup: 2.68.0
|
||||
dev: true
|
||||
|
||||
/@rollup/pluginutils/4.1.2:
|
||||
@ -3024,8 +3028,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@typescript-eslint/eslint-plugin/5.12.0_c467cf9bb49b295941e83ce479a578b7:
|
||||
resolution: {integrity: sha512-fwCMkDimwHVeIOKeBHiZhRUfJXU8n6xW1FL9diDxAyGAFvKcH4csy0v7twivOQdQdA0KC8TDr7GGRd3L4Lv0rQ==}
|
||||
/@typescript-eslint/eslint-plugin/5.12.1_aa3af6382115a42a71cc388b7b2c30b3:
|
||||
resolution: {integrity: sha512-M499lqa8rnNK7mUv74lSFFttuUsubIRdAbHcVaP93oFcKkEmHmLqy2n7jM9C8DVmFMYK61ExrZU6dLYhQZmUpw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/parser': ^5.0.0
|
||||
@ -3035,10 +3039,10 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 5.12.0_eslint@8.9.0+typescript@4.5.5
|
||||
'@typescript-eslint/scope-manager': 5.12.0
|
||||
'@typescript-eslint/type-utils': 5.12.0_eslint@8.9.0+typescript@4.5.5
|
||||
'@typescript-eslint/utils': 5.12.0_eslint@8.9.0+typescript@4.5.5
|
||||
'@typescript-eslint/parser': 5.12.1_eslint@8.9.0+typescript@4.5.5
|
||||
'@typescript-eslint/scope-manager': 5.12.1
|
||||
'@typescript-eslint/type-utils': 5.12.1_eslint@8.9.0+typescript@4.5.5
|
||||
'@typescript-eslint/utils': 5.12.1_eslint@8.9.0+typescript@4.5.5
|
||||
debug: 4.3.3
|
||||
eslint: 8.9.0
|
||||
functional-red-black-tree: 1.0.1
|
||||
@ -3051,8 +3055,8 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser/5.12.0_eslint@8.9.0+typescript@4.5.5:
|
||||
resolution: {integrity: sha512-MfSwg9JMBojMUoGjUmX+D2stoQj1CBYTCP0qnnVtu9A+YQXVKNtLjasYh+jozOcrb/wau8TCfWOkQTiOAruBog==}
|
||||
/@typescript-eslint/parser/5.12.1_eslint@8.9.0+typescript@4.5.5:
|
||||
resolution: {integrity: sha512-6LuVUbe7oSdHxUWoX/m40Ni8gsZMKCi31rlawBHt7VtW15iHzjbpj2WLiToG2758KjtCCiLRKZqfrOdl3cNKuw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
@ -3061,9 +3065,9 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 5.12.0
|
||||
'@typescript-eslint/types': 5.12.0
|
||||
'@typescript-eslint/typescript-estree': 5.12.0_typescript@4.5.5
|
||||
'@typescript-eslint/scope-manager': 5.12.1
|
||||
'@typescript-eslint/types': 5.12.1
|
||||
'@typescript-eslint/typescript-estree': 5.12.1_typescript@4.5.5
|
||||
debug: 4.3.3
|
||||
eslint: 8.9.0
|
||||
typescript: 4.5.5
|
||||
@ -3071,16 +3075,16 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/scope-manager/5.12.0:
|
||||
resolution: {integrity: sha512-GAMobtIJI8FGf1sLlUWNUm2IOkIjvn7laFWyRx7CLrv6nLBI7su+B7lbStqVlK5NdLvHRFiJo2HhiDF7Ki01WQ==}
|
||||
/@typescript-eslint/scope-manager/5.12.1:
|
||||
resolution: {integrity: sha512-J0Wrh5xS6XNkd4TkOosxdpObzlYfXjAFIm9QxYLCPOcHVv1FyyFCPom66uIh8uBr0sZCrtS+n19tzufhwab8ZQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.12.0
|
||||
'@typescript-eslint/visitor-keys': 5.12.0
|
||||
'@typescript-eslint/types': 5.12.1
|
||||
'@typescript-eslint/visitor-keys': 5.12.1
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/type-utils/5.12.0_eslint@8.9.0+typescript@4.5.5:
|
||||
resolution: {integrity: sha512-9j9rli3zEBV+ae7rlbBOotJcI6zfc6SHFMdKI9M3Nc0sy458LJ79Os+TPWeBBL96J9/e36rdJOfCuyRSgFAA0Q==}
|
||||
/@typescript-eslint/type-utils/5.12.1_eslint@8.9.0+typescript@4.5.5:
|
||||
resolution: {integrity: sha512-Gh8feEhsNLeCz6aYqynh61Vsdy+tiNNkQtc+bN3IvQvRqHkXGUhYkUi+ePKzP0Mb42se7FDb+y2SypTbpbR/Sg==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: '*'
|
||||
@ -3089,7 +3093,7 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/utils': 5.12.0_eslint@8.9.0+typescript@4.5.5
|
||||
'@typescript-eslint/utils': 5.12.1_eslint@8.9.0+typescript@4.5.5
|
||||
debug: 4.3.3
|
||||
eslint: 8.9.0
|
||||
tsutils: 3.21.0_typescript@4.5.5
|
||||
@ -3098,13 +3102,13 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/types/5.12.0:
|
||||
resolution: {integrity: sha512-JowqbwPf93nvf8fZn5XrPGFBdIK8+yx5UEGs2QFAYFI8IWYfrzz+6zqlurGr2ctShMaJxqwsqmra3WXWjH1nRQ==}
|
||||
/@typescript-eslint/types/5.12.1:
|
||||
resolution: {integrity: sha512-hfcbq4qVOHV1YRdhkDldhV9NpmmAu2vp6wuFODL71Y0Ixak+FLeEU4rnPxgmZMnGreGEghlEucs9UZn5KOfHJA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree/5.12.0_typescript@4.5.5:
|
||||
resolution: {integrity: sha512-Dd9gVeOqt38QHR0BEA8oRaT65WYqPYbIc5tRFQPkfLquVEFPD1HAtbZT98TLBkEcCkvwDYOAvuSvAD9DnQhMfQ==}
|
||||
/@typescript-eslint/typescript-estree/5.12.1_typescript@4.5.5:
|
||||
resolution: {integrity: sha512-ahOdkIY9Mgbza7L9sIi205Pe1inCkZWAHE1TV1bpxlU4RZNPtXaDZfiiFWcL9jdxvW1hDYZJXrFm+vlMkXRbBw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
@ -3112,8 +3116,8 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.12.0
|
||||
'@typescript-eslint/visitor-keys': 5.12.0
|
||||
'@typescript-eslint/types': 5.12.1
|
||||
'@typescript-eslint/visitor-keys': 5.12.1
|
||||
debug: 4.3.3
|
||||
globby: 11.1.0
|
||||
is-glob: 4.0.3
|
||||
@ -3124,16 +3128,16 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils/5.12.0_eslint@8.9.0+typescript@4.5.5:
|
||||
resolution: {integrity: sha512-k4J2WovnMPGI4PzKgDtQdNrCnmBHpMUFy21qjX2CoPdoBcSBIMvVBr9P2YDP8jOqZOeK3ThOL6VO/sy6jtnvzw==}
|
||||
/@typescript-eslint/utils/5.12.1_eslint@8.9.0+typescript@4.5.5:
|
||||
resolution: {integrity: sha512-Qq9FIuU0EVEsi8fS6pG+uurbhNTtoYr4fq8tKjBupsK5Bgbk2I32UGm0Sh+WOyjOPgo/5URbxxSNV6HYsxV4MQ==}
|
||||
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
|
||||
'@typescript-eslint/scope-manager': 5.12.0
|
||||
'@typescript-eslint/types': 5.12.0
|
||||
'@typescript-eslint/typescript-estree': 5.12.0_typescript@4.5.5
|
||||
'@typescript-eslint/scope-manager': 5.12.1
|
||||
'@typescript-eslint/types': 5.12.1
|
||||
'@typescript-eslint/typescript-estree': 5.12.1_typescript@4.5.5
|
||||
eslint: 8.9.0
|
||||
eslint-scope: 5.1.1
|
||||
eslint-utils: 3.0.0_eslint@8.9.0
|
||||
@ -3142,11 +3146,11 @@ packages:
|
||||
- typescript
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/visitor-keys/5.12.0:
|
||||
resolution: {integrity: sha512-cFwTlgnMV6TgezQynx2c/4/tx9Tufbuo9LPzmWqyRC3QC4qTGkAG1C6pBr0/4I10PAI/FlYunI3vJjIcu+ZHMg==}
|
||||
/@typescript-eslint/visitor-keys/5.12.1:
|
||||
resolution: {integrity: sha512-l1KSLfupuwrXx6wc0AuOmC7Ko5g14ZOQ86wJJqRbdLbXLK02pK/DPiDDqCc7BqqiiA04/eAA6ayL0bgOrAkH7A==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.12.0
|
||||
'@typescript-eslint/types': 5.12.1
|
||||
eslint-visitor-keys: 3.3.0
|
||||
dev: true
|
||||
|
||||
@ -3185,8 +3189,8 @@ packages:
|
||||
vue: 3.2.31
|
||||
dev: true
|
||||
|
||||
/@vitest/ui/0.5.0:
|
||||
resolution: {integrity: sha512-aaBf+4ODR+SlfY0/EvTIl3wPWSu4sVI+JmGhZNF/aE6IlseF0IqA6Ukc/41DPGoh8TIeOxFaMdfsOQaFrdvfnA==}
|
||||
/@vitest/ui/0.5.3:
|
||||
resolution: {integrity: sha512-8iicYgYLEPj31XpHkU8/X0w6kSLcf+b4EjJj02iF4VF3aWmomxG5DWnCxrx6B7ipb90XWgoaAwkU8Gy5YSdkOQ==}
|
||||
dependencies:
|
||||
sirv: 2.0.2
|
||||
dev: true
|
||||
@ -5390,7 +5394,7 @@ packages:
|
||||
dayjs: 1.10.7
|
||||
lodash: 4.17.21
|
||||
lodash-es: 4.17.21
|
||||
lodash-unified: 1.0.1_da03a4540fbd16bbaafbb96724306afd
|
||||
lodash-unified: 1.0.2_da03a4540fbd16bbaafbb96724306afd
|
||||
memoize-one: 6.0.0
|
||||
normalize-wheel-es: 1.1.1
|
||||
vue: 3.2.31
|
||||
@ -5842,8 +5846,8 @@ packages:
|
||||
prettier-linter-helpers: 1.0.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-vue/8.4.1_eslint@8.9.0:
|
||||
resolution: {integrity: sha512-nmWOhNmDx9TZ+yP9ZhezTkZUupSHsYA2TocRm+efPSXMOyFrVczVlaIuQcLBjCtI8CbkBiUQ3VcyQsjlIhDrhA==}
|
||||
/eslint-plugin-vue/8.5.0_eslint@8.9.0:
|
||||
resolution: {integrity: sha512-i1uHCTAKOoEj12RDvdtONWrGzjFm/djkzqfhmQ0d6M/W8KM81mhswd/z+iTZ0jCpdUedW3YRgcVfQ37/J4zoYQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
|
||||
@ -6281,12 +6285,12 @@ packages:
|
||||
merge: 2.1.1
|
||||
dev: true
|
||||
|
||||
/find-packages/8.0.11:
|
||||
resolution: {integrity: sha512-hWq1DwxfoOxui12Q6wrDX9tVntU6/cjx+Hc6m/w3XsUf47Qmkrt6fkh1Q+xykc81jPXBrWHWHupPNTCzLcfK8g==}
|
||||
/find-packages/8.0.12:
|
||||
resolution: {integrity: sha512-iDlQP1wx2YbIzfQ/JEUL27yGsNTfxDfVkynsMiaLXc3alc7CN2Y4ojb66C39hev8OeHo9bNrVTp9/u0aFUmxDA==}
|
||||
engines: {node: '>=12.17'}
|
||||
dependencies:
|
||||
'@pnpm/read-project-manifest': 2.0.11
|
||||
'@pnpm/types': 7.9.0
|
||||
'@pnpm/read-project-manifest': 2.0.12
|
||||
'@pnpm/types': 7.10.0
|
||||
fast-glob: 3.2.11
|
||||
p-filter: 2.1.0
|
||||
dev: true
|
||||
@ -6446,8 +6450,8 @@ packages:
|
||||
map-cache: 0.2.2
|
||||
dev: true
|
||||
|
||||
/fs-extra/10.0.0:
|
||||
resolution: {integrity: sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==}
|
||||
/fs-extra/10.0.1:
|
||||
resolution: {integrity: sha512-NbdoVMZso2Lsrn/QwLXOy6rm0ufY2zEOKCDzJR/0kBsb0E6qed0P3iYK+Ath3BfvXEeu4JhEtXLgILx5psUfag==}
|
||||
engines: {node: '>=12'}
|
||||
dependencies:
|
||||
graceful-fs: 4.2.9
|
||||
@ -8532,8 +8536,8 @@ packages:
|
||||
resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==}
|
||||
dev: false
|
||||
|
||||
/lodash-unified/1.0.1_da03a4540fbd16bbaafbb96724306afd:
|
||||
resolution: {integrity: sha512-Py+twfpWn+2dFQWCuGcp21WiQRwZwnm1cyE3piSt/VtBVKVyxlR58WgOVRzXtmdmDRGJKH8F8GPaA29WK/yK8g==}
|
||||
/lodash-unified/1.0.2_da03a4540fbd16bbaafbb96724306afd:
|
||||
resolution: {integrity: sha512-OGbEy+1P+UT26CYi4opY4gebD8cWRDxAT6MAObIVQMiqYdxZr1g3QHWCToVsm31x2NkLS4K3+MC2qInaRMa39g==}
|
||||
peerDependencies:
|
||||
'@types/lodash-es': '*'
|
||||
lodash: '*'
|
||||
@ -10414,17 +10418,17 @@ packages:
|
||||
glob: 7.2.0
|
||||
dev: true
|
||||
|
||||
/rollup-plugin-css-only/3.1.0_rollup@2.67.3:
|
||||
/rollup-plugin-css-only/3.1.0_rollup@2.68.0:
|
||||
resolution: {integrity: sha512-TYMOE5uoD76vpj+RTkQLzC9cQtbnJNktHPB507FzRWBVaofg7KhIqq1kGbcVOadARSozWF883Ho9KpSPKH8gqA==}
|
||||
engines: {node: '>=10.12.0'}
|
||||
peerDependencies:
|
||||
rollup: 1 || 2
|
||||
dependencies:
|
||||
'@rollup/pluginutils': 4.1.2
|
||||
rollup: 2.67.3
|
||||
rollup: 2.68.0
|
||||
dev: true
|
||||
|
||||
/rollup-plugin-esbuild/4.8.2_esbuild@0.14.23+rollup@2.67.3:
|
||||
/rollup-plugin-esbuild/4.8.2_esbuild@0.14.23+rollup@2.68.0:
|
||||
resolution: {integrity: sha512-wsaYNOjzTb6dN1qCIZsMZ7Q0LWiPJklYs2TDI8vJA2LUbvtPUY+17TC8C0vSat3jPMInfR9XWKdA7ttuwkjsGQ==}
|
||||
engines: {node: '>=12'}
|
||||
peerDependencies:
|
||||
@ -10437,7 +10441,7 @@ packages:
|
||||
esbuild: 0.14.23
|
||||
joycon: 3.1.1
|
||||
jsonc-parser: 3.0.0
|
||||
rollup: 2.67.3
|
||||
rollup: 2.68.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
@ -10475,6 +10479,14 @@ packages:
|
||||
fsevents: 2.3.2
|
||||
dev: true
|
||||
|
||||
/rollup/2.68.0:
|
||||
resolution: {integrity: sha512-XrMKOYK7oQcTio4wyTz466mucnd8LzkiZLozZ4Rz0zQD+HeX4nUK4B8GrTX/2EvN2/vBF/i2WnaXboPxo0JylA==}
|
||||
engines: {node: '>=10.0.0'}
|
||||
hasBin: true
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.2
|
||||
dev: true
|
||||
|
||||
/rsvp/4.8.5:
|
||||
resolution: {integrity: sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA==}
|
||||
engines: {node: 6.* || >= 7.*}
|
||||
@ -11691,7 +11703,7 @@ packages:
|
||||
engines: {node: '>= 10.0.0'}
|
||||
dev: true
|
||||
|
||||
/unplugin-icons/0.13.2_91012ec972abef5ca7c426120f8386b8:
|
||||
/unplugin-icons/0.13.2_46be378ff2c0068a8a0abe3654ad57ee:
|
||||
resolution: {integrity: sha512-Dwfn5DkKrp/BpZV0R/2wgU39j+kjkeuIQ54PmJ9LhXNpNAS+Huf6Fl/PUmUrlWOvMAz0uPo3y/5lQKZUBjBkBQ==}
|
||||
peerDependencies:
|
||||
'@svgr/core': '>=5.5.0'
|
||||
@ -11714,7 +11726,7 @@ packages:
|
||||
debug: 4.3.3
|
||||
kolorist: 1.5.1
|
||||
local-pkg: 0.4.1
|
||||
unplugin: 0.3.2_91012ec972abef5ca7c426120f8386b8
|
||||
unplugin: 0.3.2_46be378ff2c0068a8a0abe3654ad57ee
|
||||
transitivePeerDependencies:
|
||||
- esbuild
|
||||
- rollup
|
||||
@ -11723,8 +11735,8 @@ packages:
|
||||
- webpack
|
||||
dev: true
|
||||
|
||||
/unplugin-vue-components/0.17.18_c4c2306b969ff2288c5a80d927c08ac0:
|
||||
resolution: {integrity: sha512-4wvJnSShTXCnZpO1G6h0DlHjBXap0JqzFyU84guMT6EH0shUZZ3TAta4pDa8nNeWAtcJVTF9uQswePq1elhpKQ==}
|
||||
/unplugin-vue-components/0.17.20_8bd48d7d1410260319f6d1eb349a3067:
|
||||
resolution: {integrity: sha512-YSofs2RFzLUZWnMyEZ25PnK1WR6etiS2Wl2TdU5T6nvyvn9HqUD54V5JAdKmybgLym6M+YoOE+Mzxtj/bTWDpQ==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
'@babel/parser': ^7.15.8
|
||||
@ -11745,7 +11757,7 @@ packages:
|
||||
magic-string: 0.25.7
|
||||
minimatch: 3.1.2
|
||||
resolve: 1.22.0
|
||||
unplugin: 0.3.2_91012ec972abef5ca7c426120f8386b8
|
||||
unplugin: 0.3.2_46be378ff2c0068a8a0abe3654ad57ee
|
||||
vue: 3.2.31
|
||||
transitivePeerDependencies:
|
||||
- esbuild
|
||||
@ -11755,13 +11767,13 @@ packages:
|
||||
- webpack
|
||||
dev: true
|
||||
|
||||
/unplugin-vue-define-options/0.3.1_0a8a3af1231dd17d277d6e6f7585e124:
|
||||
/unplugin-vue-define-options/0.3.1_03dbca8079b8c17d10b4765096e60ded:
|
||||
resolution: {integrity: sha512-/i4nLLm0m13yWagFljUlqPvJt4ZQD86MdkBhQnhfH2E7OpIe8+7MJlYRqytru7p/h24RFcRZ8FC+vM+4OoiPYQ==}
|
||||
peerDependencies:
|
||||
vue: ^3.2.25
|
||||
dependencies:
|
||||
'@rollup/pluginutils': 4.1.2
|
||||
unplugin: 0.3.2_esbuild@0.14.23+rollup@2.67.3
|
||||
unplugin: 0.3.2_esbuild@0.14.23+rollup@2.68.0
|
||||
vue: 3.2.31
|
||||
transitivePeerDependencies:
|
||||
- esbuild
|
||||
@ -11770,7 +11782,7 @@ packages:
|
||||
- webpack
|
||||
dev: true
|
||||
|
||||
/unplugin/0.3.2_91012ec972abef5ca7c426120f8386b8:
|
||||
/unplugin/0.3.2_46be378ff2c0068a8a0abe3654ad57ee:
|
||||
resolution: {integrity: sha512-5d0DMYNKZU+S9eZUiBfw6Co32eRg8myUgBPoWSqG/wDFCUE/WznfSsJnZWi1P9l69x4uLJqt2qVq1xW/AsXFrw==}
|
||||
peerDependencies:
|
||||
esbuild: '>=0.13'
|
||||
@ -11788,12 +11800,12 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
esbuild: 0.14.23
|
||||
rollup: 2.67.3
|
||||
rollup: 2.68.0
|
||||
vite: 2.8.4_sass@1.49.8
|
||||
webpack-virtual-modules: 0.4.3
|
||||
dev: true
|
||||
|
||||
/unplugin/0.3.2_esbuild@0.14.23+rollup@2.67.3:
|
||||
/unplugin/0.3.2_esbuild@0.14.23+rollup@2.68.0:
|
||||
resolution: {integrity: sha512-5d0DMYNKZU+S9eZUiBfw6Co32eRg8myUgBPoWSqG/wDFCUE/WznfSsJnZWi1P9l69x4uLJqt2qVq1xW/AsXFrw==}
|
||||
peerDependencies:
|
||||
esbuild: '>=0.13'
|
||||
@ -11811,7 +11823,7 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
esbuild: 0.14.23
|
||||
rollup: 2.67.3
|
||||
rollup: 2.68.0
|
||||
webpack-virtual-modules: 0.4.3
|
||||
dev: true
|
||||
|
||||
@ -11990,8 +12002,8 @@ packages:
|
||||
replace-ext: 1.0.1
|
||||
dev: true
|
||||
|
||||
/vite-plugin-inspect/0.3.14_vite@2.8.4:
|
||||
resolution: {integrity: sha512-oRjltmm1nUgkHmlGLgfSAuPiXA/FqC7daURJ+faY498r3mwnXrtcfe6Bg5khANQ0iss9Cn1uV6+W9c85noVq0g==}
|
||||
/vite-plugin-inspect/0.3.15_vite@2.8.4:
|
||||
resolution: {integrity: sha512-WlAnh0L14jtQA3q6+6cbhU3+ZcOE5iOeNuyQqUAK/T3IKsv1PwDwpHUSWjpP25uBO0WTbw2zsY0R3Hpbtfw+AA==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
vite: ^2.0.0
|
||||
@ -12057,13 +12069,13 @@ packages:
|
||||
fsevents: 2.3.2
|
||||
dev: true
|
||||
|
||||
/vitepress/0.22.2_sass@1.49.8:
|
||||
resolution: {integrity: sha512-L6ykQzBXKzLTSU3zZbILeF1TONO6juV/RrL0DsA9OayomVQjEOoFY7cVdKOpIBb3T5Jy/GAAVxcvWtU/XJ5k4g==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
/vitepress/0.22.3_sass@1.49.8:
|
||||
resolution: {integrity: sha512-Yfvu/rent2vp/TXIDZMutS6ft2TJPn4xngS48PYFWDEbuFI2ccUAXM481lF1qVVnCKxfh4g8e/KPvevSJdg1Bw==}
|
||||
engines: {node: '>=14.0.0'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
'@docsearch/css': 3.0.0-alpha.50
|
||||
'@docsearch/js': 3.0.0-alpha.50
|
||||
'@docsearch/js': 3.0.0
|
||||
'@vitejs/plugin-vue': 2.2.2_vite@2.8.4+vue@3.2.31
|
||||
prismjs: 1.27.0
|
||||
vite: 2.8.4_sass@1.49.8
|
||||
@ -12078,8 +12090,8 @@ packages:
|
||||
- stylus
|
||||
dev: true
|
||||
|
||||
/vitest/0.5.0_79a946579a0ba94d098c8983b7feec93:
|
||||
resolution: {integrity: sha512-vgEej0Tl0VHztDKFQlC8wItPoszUMjac9rgHyw2uIZv9DK+4NMckxfnvhBHOvsnZXxWHOvk2sXmy80e95c820A==}
|
||||
/vitest/0.5.3_84e41a832fc853196ece9f0b4051a8d4:
|
||||
resolution: {integrity: sha512-tAV96lEUvycgiqsQKoQRjzXwDg+ae/R2jBLtt6MnFywOXbC9wYl+nRT9qT+d/+Mlw2B4dvVa9zuekY3emdcXJA==}
|
||||
engines: {node: '>=14.14.0'}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
@ -12099,7 +12111,7 @@ packages:
|
||||
dependencies:
|
||||
'@types/chai': 4.3.0
|
||||
'@types/chai-subset': 1.3.3
|
||||
'@vitest/ui': 0.5.0
|
||||
'@vitest/ui': 0.5.3
|
||||
c8: 7.11.0
|
||||
chai: 4.3.6
|
||||
local-pkg: 0.4.1
|
||||
@ -12420,7 +12432,7 @@ packages:
|
||||
/wide-align/1.1.5:
|
||||
resolution: {integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==}
|
||||
dependencies:
|
||||
string-width: 1.0.2
|
||||
string-width: 4.2.3
|
||||
dev: true
|
||||
|
||||
/widest-line/3.1.0:
|
||||
|
Loading…
Reference in New Issue
Block a user