mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
fix(deps): update all non-major dependencies (#7600)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Hiroshi Ogawa <hi.ogawa.zz@gmail.com>
This commit is contained in:
parent
3230fe7438
commit
7fc5a29083
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -63,7 +63,7 @@ jobs:
|
||||
|
||||
- name: Get changed files
|
||||
id: changed-files
|
||||
uses: tj-actions/changed-files@dcc7a0cba800f454d79fff4b993e8c3555bcc0a8 # v45.0.7
|
||||
uses: tj-actions/changed-files@a284dc1814e3fd07f2e34267fc8f81227ed29fb8 # v45.0.9
|
||||
with:
|
||||
files: |
|
||||
docs/**
|
||||
|
||||
@ -20,8 +20,8 @@
|
||||
"devDependencies": {
|
||||
"@iconify-json/carbon": "catalog:",
|
||||
"@iconify-json/logos": "catalog:",
|
||||
"@shikijs/transformers": "^3.0.0",
|
||||
"@shikijs/vitepress-twoslash": "^3.0.0",
|
||||
"@shikijs/transformers": "^3.2.1",
|
||||
"@shikijs/vitepress-twoslash": "^3.2.1",
|
||||
"@unocss/reset": "catalog:",
|
||||
"@vite-pwa/assets-generator": "^0.2.6",
|
||||
"@vite-pwa/vitepress": "^0.5.3",
|
||||
@ -31,9 +31,9 @@
|
||||
"unocss": "catalog:",
|
||||
"unplugin-vue-components": "catalog:",
|
||||
"vite": "^5.2.8",
|
||||
"vite-plugin-pwa": "^0.21.1",
|
||||
"vitepress": "2.0.0-alpha.3",
|
||||
"vitepress-plugin-group-icons": "^1.3.6",
|
||||
"vite-plugin-pwa": "^0.21.2",
|
||||
"vitepress": "2.0.0-alpha.4",
|
||||
"vitepress-plugin-group-icons": "^1.3.8",
|
||||
"vitepress-plugin-tabs": "^0.6.0",
|
||||
"workbox-window": "^7.3.0"
|
||||
}
|
||||
|
||||
@ -12,9 +12,9 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitest/ui": "latest",
|
||||
"fastify": "^4.26.2",
|
||||
"fastify": "^4.29.0",
|
||||
"supertest": "^6.3.4",
|
||||
"tsx": "^4.7.2",
|
||||
"tsx": "^4.19.3",
|
||||
"vite": "latest",
|
||||
"vitest": "latest"
|
||||
},
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
"test:run": "vitest run"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.7.3",
|
||||
"typescript": "^5.8.2",
|
||||
"vitest": "latest"
|
||||
}
|
||||
}
|
||||
|
||||
@ -14,12 +14,12 @@
|
||||
"test:ui": "vitest --ui"
|
||||
},
|
||||
"dependencies": {
|
||||
"lit": "^3.0.1"
|
||||
"lit": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitest/browser": "latest",
|
||||
"jsdom": "latest",
|
||||
"playwright": "^1.50.1",
|
||||
"playwright": "^1.51.1",
|
||||
"vite": "latest",
|
||||
"vitest": "latest"
|
||||
},
|
||||
|
||||
@ -12,12 +12,12 @@
|
||||
"test": "vitest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sveltejs/adapter-auto": "^2.1.0",
|
||||
"@sveltejs/adapter-auto": "^2.1.1",
|
||||
"@sveltejs/kit": "^1.20.2",
|
||||
"svelte": "^3.59.1",
|
||||
"svelte-check": "^3.4.3",
|
||||
"tslib": "^2.5.3",
|
||||
"typescript": "^5.7.3",
|
||||
"svelte-check": "^3.8.6",
|
||||
"tslib": "^2.8.1",
|
||||
"typescript": "^5.8.2",
|
||||
"vite": "latest",
|
||||
"vitest": "latest"
|
||||
}
|
||||
|
||||
@ -10,9 +10,9 @@
|
||||
"test:run": "vitest run"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.11.5",
|
||||
"@types/node": "^20.17.27",
|
||||
"@vitest/ui": "latest",
|
||||
"typescript": "^5.7.3",
|
||||
"typescript": "^5.8.2",
|
||||
"vite": "latest",
|
||||
"vitest": "latest"
|
||||
},
|
||||
|
||||
@ -9,17 +9,17 @@
|
||||
"test:run": "vitest run"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/jest-dom": "^6.4.2",
|
||||
"@testing-library/react": "^13.2.0",
|
||||
"@testing-library/user-event": "^14.5.2",
|
||||
"@testing-library/jest-dom": "^6.6.3",
|
||||
"@testing-library/react": "^13.4.0",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
"@types/react": "^19.0.12",
|
||||
"@vitejs/plugin-react": "^4.2.1",
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
"@vitest/ui": "latest",
|
||||
"fastify": "^4.26.2",
|
||||
"jsdom": "^24.0.0",
|
||||
"fastify": "^4.29.0",
|
||||
"jsdom": "^24.1.3",
|
||||
"react": "^19.0.0",
|
||||
"supertest": "^6.3.4",
|
||||
"tsx": "^4.7.2",
|
||||
"tsx": "^4.19.3",
|
||||
"vite": "latest",
|
||||
"vitest": "latest"
|
||||
},
|
||||
|
||||
30
package.json
30
package.json
@ -3,7 +3,7 @@
|
||||
"type": "module",
|
||||
"version": "3.1.0-beta.2",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.4.1",
|
||||
"packageManager": "pnpm@10.6.5",
|
||||
"description": "Next generation testing framework powered by Vite",
|
||||
"engines": {
|
||||
"node": "^18.0.0 || >=20.0.0"
|
||||
@ -38,35 +38,35 @@
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^4.10.2",
|
||||
"@antfu/ni": "^23.3.1",
|
||||
"@playwright/test": "^1.50.1",
|
||||
"@rollup/plugin-commonjs": "^28.0.2",
|
||||
"@playwright/test": "^1.51.1",
|
||||
"@rollup/plugin-commonjs": "^28.0.3",
|
||||
"@rollup/plugin-json": "^6.1.0",
|
||||
"@rollup/plugin-node-resolve": "^16.0.0",
|
||||
"@types/node": "^22.13.5",
|
||||
"@rollup/plugin-node-resolve": "^16.0.1",
|
||||
"@types/node": "^22.13.13",
|
||||
"@types/ws": "catalog:",
|
||||
"@vitest/browser": "workspace:*",
|
||||
"@vitest/coverage-istanbul": "workspace:*",
|
||||
"@vitest/coverage-v8": "workspace:*",
|
||||
"@vitest/ui": "workspace:*",
|
||||
"bumpp": "^10.0.3",
|
||||
"changelogithub": "^13.12.1",
|
||||
"esbuild": "^0.25.0",
|
||||
"bumpp": "^10.1.0",
|
||||
"changelogithub": "^13.13.0",
|
||||
"esbuild": "^0.25.1",
|
||||
"eslint": "^9.22.0",
|
||||
"magic-string": "^0.30.17",
|
||||
"oxc-transform": "^0.56.0",
|
||||
"oxc-transform": "^0.61.2",
|
||||
"pathe": "^2.0.3",
|
||||
"rimraf": "^6.0.1",
|
||||
"rollup": "^4.34.8",
|
||||
"rollup-plugin-dts": "^6.1.1",
|
||||
"rollup": "^4.37.0",
|
||||
"rollup-plugin-dts": "^6.2.1",
|
||||
"rollup-plugin-license": "^3.6.0",
|
||||
"tinyglobby": "^0.2.12",
|
||||
"tsx": "^4.19.3",
|
||||
"typescript": "^5.7.3",
|
||||
"unplugin-isolated-decl": "^0.12.0",
|
||||
"unplugin-oxc": "^0.2.8",
|
||||
"typescript": "^5.8.2",
|
||||
"unplugin-isolated-decl": "^0.13.5",
|
||||
"unplugin-oxc": "^0.3.2",
|
||||
"vite": "^6.2.0",
|
||||
"vitest": "workspace:*",
|
||||
"zx": "^8.3.2"
|
||||
"zx": "^8.4.1"
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
|
||||
@ -105,17 +105,17 @@
|
||||
"@vitest/ui": "workspace:*",
|
||||
"@vitest/ws-client": "workspace:*",
|
||||
"@wdio/protocols": "^9.7.0",
|
||||
"@wdio/types": "^9.9.0",
|
||||
"@wdio/types": "^9.10.1",
|
||||
"birpc": "catalog:",
|
||||
"flatted": "catalog:",
|
||||
"ivya": "^1.1.1",
|
||||
"ivya": "^1.5.1",
|
||||
"mime": "^4.0.6",
|
||||
"pathe": "catalog:",
|
||||
"periscopic": "^4.0.2",
|
||||
"playwright": "^1.50.1",
|
||||
"playwright-core": "^1.50.1",
|
||||
"playwright": "^1.51.1",
|
||||
"playwright-core": "^1.51.1",
|
||||
"safaridriver": "^1.0.0",
|
||||
"vitest": "workspace:*",
|
||||
"webdriverio": "^9.10.0"
|
||||
"webdriverio": "^9.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -37,7 +37,7 @@ export function createCompilerHints(options?: CompilerHintsOptions): ModuleMocke
|
||||
// @ts-expect-error injected by the plugin
|
||||
? globalThis[globalThisAccessor]
|
||||
: new Proxy(
|
||||
{},
|
||||
{} as any,
|
||||
{
|
||||
get(_, name) {
|
||||
throw new Error(
|
||||
|
||||
1
packages/ui/client/auto-imports.d.ts
vendored
1
packages/ui/client/auto-imports.d.ts
vendored
@ -31,6 +31,7 @@ declare global {
|
||||
const createInjectionState: typeof import('@vueuse/core')['createInjectionState']
|
||||
const createModuleLabelItem: typeof import('./composables/module-graph')['createModuleLabelItem']
|
||||
const createReactiveFn: typeof import('@vueuse/core')['createReactiveFn']
|
||||
const createRef: typeof import('@vueuse/core')['createRef']
|
||||
const createReusableTemplate: typeof import('@vueuse/core')['createReusableTemplate']
|
||||
const createSharedComposable: typeof import('@vueuse/core')['createSharedComposable']
|
||||
const createTemplatePromise: typeof import('@vueuse/core')['createTemplatePromise']
|
||||
|
||||
@ -74,10 +74,10 @@
|
||||
"birpc": "catalog:",
|
||||
"codemirror": "^5.65.18",
|
||||
"codemirror-theme-vars": "^0.1.2",
|
||||
"d3-graph-controller": "^3.0.13",
|
||||
"d3-graph-controller": "^3.1.0",
|
||||
"floating-vue": "^5.2.2",
|
||||
"rollup": "^4.34.8",
|
||||
"splitpanes": "^3.1.8",
|
||||
"rollup": "^4.37.0",
|
||||
"splitpanes": "^3.2.0",
|
||||
"unocss": "catalog:",
|
||||
"unplugin-auto-import": "^0.19.0",
|
||||
"unplugin-vue-components": "catalog:",
|
||||
|
||||
@ -681,6 +681,35 @@ Repository: terkelg/prompts
|
||||
|
||||
---------------------------------------
|
||||
|
||||
## quansync
|
||||
License: MIT
|
||||
By: Anthony Fu, 三咲智子 Kevin Deng
|
||||
Repository: git+https://github.com/quansync-dev/quansync.git
|
||||
|
||||
> MIT License
|
||||
>
|
||||
> Copyright (c) 2025-PRESENT Anthony Fu <https://github.com/antfu> and Kevin Deng <https://github.com/sxzz>
|
||||
>
|
||||
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
> of this software and associated documentation files (the "Software"), to deal
|
||||
> in the Software without restriction, including without limitation the rights
|
||||
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
> copies of the Software, and to permit persons to whom the Software is
|
||||
> furnished to do so, subject to the following conditions:
|
||||
>
|
||||
> The above copyright notice and this permission notice shall be included in all
|
||||
> copies or substantial portions of the Software.
|
||||
>
|
||||
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
> SOFTWARE.
|
||||
|
||||
---------------------------------------
|
||||
|
||||
## resolve-pkg-maps
|
||||
License: MIT
|
||||
By: Hiroki Osame
|
||||
|
||||
@ -163,7 +163,7 @@
|
||||
"@vitest/utils": "workspace:*",
|
||||
"chai": "catalog:",
|
||||
"debug": "catalog:",
|
||||
"expect-type": "^1.1.0",
|
||||
"expect-type": "^1.2.0",
|
||||
"magic-string": "catalog:",
|
||||
"pathe": "catalog:",
|
||||
"std-env": "catalog:",
|
||||
@ -186,7 +186,7 @@
|
||||
"@types/istanbul-reports": "catalog:",
|
||||
"@types/jsdom": "^21.1.7",
|
||||
"@types/micromatch": "^4.0.9",
|
||||
"@types/node": "^22.13.5",
|
||||
"@types/node": "^22.13.13",
|
||||
"@types/prompts": "^2.4.9",
|
||||
"@types/sinonjs__fake-timers": "^8.1.5",
|
||||
"acorn-walk": "catalog:",
|
||||
@ -196,9 +196,9 @@
|
||||
"find-up": "^6.3.0",
|
||||
"flatted": "catalog:",
|
||||
"get-tsconfig": "^4.10.0",
|
||||
"happy-dom": "^17.1.4",
|
||||
"happy-dom": "^17.4.4",
|
||||
"jsdom": "^26.0.0",
|
||||
"local-pkg": "^1.0.0",
|
||||
"local-pkg": "^1.1.1",
|
||||
"micromatch": "^4.0.8",
|
||||
"pretty-format": "^29.7.0",
|
||||
"prompts": "^2.4.2",
|
||||
|
||||
@ -723,7 +723,7 @@ function _mocker(): VitestMocker {
|
||||
// @ts-expect-error injected by vite-nide
|
||||
? __vitest_mocker__
|
||||
: new Proxy(
|
||||
{},
|
||||
{} as any,
|
||||
{
|
||||
get(_, name) {
|
||||
throw new Error(
|
||||
|
||||
4407
pnpm-lock.yaml
generated
4407
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -6,11 +6,11 @@ packages:
|
||||
- test/config/fixtures/conditions-pkg
|
||||
catalog:
|
||||
'@ampproject/remapping': ^2.3.0
|
||||
'@iconify-json/carbon': ^1.2.7
|
||||
'@iconify-json/carbon': ^1.2.8
|
||||
'@iconify-json/logos': ^1.2.4
|
||||
'@jridgewell/trace-mapping': ^0.3.25
|
||||
'@types/debug': ^4.1.12
|
||||
'@types/estree': ^1.0.6
|
||||
'@types/estree': ^1.0.7
|
||||
'@types/istanbul-lib-coverage': ^2.0.6
|
||||
'@types/istanbul-lib-report': ^3.0.3
|
||||
'@types/istanbul-lib-source-maps': ^4.0.4
|
||||
@ -18,8 +18,8 @@ catalog:
|
||||
'@types/test-exclude': ^6.0.2
|
||||
'@types/ws': ^8.18.0
|
||||
'@unocss/reset': ^0.65.4
|
||||
'@vitejs/plugin-vue': ^5.2.1
|
||||
'@vueuse/core': ^12.7.0
|
||||
'@vitejs/plugin-vue': ^5.2.3
|
||||
'@vueuse/core': ^12.8.2
|
||||
acorn-walk: ^8.3.4
|
||||
birpc: 0.2.19
|
||||
cac: ^6.7.14
|
||||
@ -35,7 +35,7 @@ catalog:
|
||||
msw: ^2.7.3
|
||||
pathe: ^2.0.3
|
||||
sirv: ^3.0.1
|
||||
std-env: ^3.8.0
|
||||
std-env: ^3.8.1
|
||||
test-exclude: ^7.0.1
|
||||
tinyglobby: ^0.2.12
|
||||
tinyrainbow: ^2.0.0
|
||||
|
||||
@ -23,18 +23,18 @@
|
||||
"test:browser:playwright:html": "PROVIDER=playwright vitest --reporter=html"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/react": "^13.2.0",
|
||||
"@testing-library/react": "^13.4.0",
|
||||
"@types/react": "^19.0.12",
|
||||
"@vitejs/plugin-basic-ssl": "^1.0.2",
|
||||
"@vitejs/plugin-basic-ssl": "^1.2.0",
|
||||
"@vitest/browser": "workspace:*",
|
||||
"@vitest/bundled-lib": "link:./bundled-lib",
|
||||
"@vitest/cjs-lib": "link:./cjs-lib",
|
||||
"@vitest/injected-lib": "link:./injected-lib",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"url": "^0.11.3",
|
||||
"url": "^0.11.4",
|
||||
"vitest": "workspace:*",
|
||||
"vitest-browser-react": "^0.0.1",
|
||||
"vitest-browser-react": "^0.1.1",
|
||||
"ws": "catalog:"
|
||||
}
|
||||
}
|
||||
|
||||
@ -8,12 +8,12 @@
|
||||
"devDependencies": {
|
||||
"@types/debug": "catalog:",
|
||||
"@types/ws": "catalog:",
|
||||
"@vitejs/plugin-basic-ssl": "^1.0.2",
|
||||
"@vitejs/plugin-basic-ssl": "^1.2.0",
|
||||
"@vitest/runner": "workspace:^",
|
||||
"@vitest/test-dep-error": "file:./deps/error",
|
||||
"@vitest/utils": "workspace:*",
|
||||
"debug": "^4.3.4",
|
||||
"unplugin-swc": "^1.4.4",
|
||||
"debug": "^4.4.0",
|
||||
"unplugin-swc": "^1.5.1",
|
||||
"vite": "latest",
|
||||
"vitest": "workspace:*",
|
||||
"ws": "catalog:"
|
||||
|
||||
@ -22,21 +22,21 @@
|
||||
"@vitest/test-dep2": "file:./deps/dep2",
|
||||
"@vitest/utils": "workspace:*",
|
||||
"@vitest/web-worker": "workspace:^",
|
||||
"@vueuse/integrations": "^10.9.0",
|
||||
"@vueuse/integrations": "^10.11.1",
|
||||
"axios": "^0.28.0",
|
||||
"debug": "^4.3.4",
|
||||
"immutable": "5.0.0-beta.5",
|
||||
"memfs": "^4.8.2",
|
||||
"debug": "^4.4.0",
|
||||
"immutable": "5.0.3",
|
||||
"memfs": "^4.17.0",
|
||||
"react": "^19.0.0",
|
||||
"react-18": "npm:react@18.3.1",
|
||||
"sweetalert2": "^11.6.16",
|
||||
"sweetalert2": "^11.17.2",
|
||||
"tinyrainbow": "catalog:",
|
||||
"tinyspy": "^1.0.2",
|
||||
"url": "^0.11.0",
|
||||
"tinyspy": "^1.1.1",
|
||||
"url": "^0.11.4",
|
||||
"vite-node": "workspace:*",
|
||||
"vitest": "workspace:*",
|
||||
"vitest-environment-custom": "file:./vitest-environment-custom",
|
||||
"vue": "catalog:",
|
||||
"zustand": "^4.1.1"
|
||||
"zustand": "^4.5.6"
|
||||
}
|
||||
}
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
"vitest": "vitest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ampproject/remapping": "^2.2.1",
|
||||
"@ampproject/remapping": "^2.3.0",
|
||||
"@types/istanbul-lib-coverage": "catalog:",
|
||||
"@types/istanbul-lib-report": "catalog:",
|
||||
"@vitejs/plugin-vue": "latest",
|
||||
@ -17,11 +17,11 @@
|
||||
"@vitest/web-worker": "workspace:*",
|
||||
"@vue/test-utils": "latest",
|
||||
"happy-dom": "latest",
|
||||
"istanbul-lib-coverage": "^3.2.0",
|
||||
"istanbul-lib-coverage": "^3.2.2",
|
||||
"istanbul-lib-report": "catalog:",
|
||||
"magic-string": "^0.30.12",
|
||||
"magicast": "^0.3.3",
|
||||
"unplugin-swc": "^1.4.4",
|
||||
"magic-string": "^0.30.17",
|
||||
"magicast": "^0.3.5",
|
||||
"unplugin-swc": "^1.5.1",
|
||||
"vite": "latest",
|
||||
"vitest": "workspace:*",
|
||||
"vue": "catalog:"
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
"devDependencies": {
|
||||
"@vitest/browser": "workspace:*",
|
||||
"@vitest/mocker": "workspace:*",
|
||||
"playwright": "^1.50.1",
|
||||
"playwright": "^1.51.1",
|
||||
"vitest": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -7,9 +7,9 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitest/runner": "workspace:*",
|
||||
"flatted": "^3.2.9",
|
||||
"flatted": "^3.3.3",
|
||||
"pkg-reporter": "./reportPkg/",
|
||||
"vitest": "workspace:*",
|
||||
"vitest-sonar-reporter": "0.4.1"
|
||||
"vitest-sonar-reporter": "0.5.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
"vitest": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.7.3",
|
||||
"vue-tsc": "^1.8.20"
|
||||
"typescript": "^5.8.2",
|
||||
"vue-tsc": "^1.8.27"
|
||||
}
|
||||
}
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
"test-fixtures": "vitest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/dom": "^9.3.3",
|
||||
"@testing-library/dom": "^9.3.4",
|
||||
"happy-dom": "latest",
|
||||
"vitest": "workspace:*"
|
||||
}
|
||||
|
||||
@ -10,8 +10,8 @@
|
||||
"debug": "node --inspect-brk ../../packages/vite-node/dist/cli.cjs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/inquirer": "^9.0.3",
|
||||
"inquirer": "^9.2.7",
|
||||
"@types/inquirer": "^9.0.7",
|
||||
"inquirer": "^9.3.7",
|
||||
"vite-node": "workspace:*",
|
||||
"vitest": "workspace:*"
|
||||
}
|
||||
|
||||
@ -8,9 +8,9 @@
|
||||
"test:coverage": "vitest run --root coverage-report-tests"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ampproject/remapping": "^2.2.1",
|
||||
"@ampproject/remapping": "^2.3.0",
|
||||
"@types/istanbul-lib-coverage": "catalog:",
|
||||
"istanbul-lib-coverage": "^3.2.0",
|
||||
"istanbul-lib-coverage": "^3.2.2",
|
||||
"jsdom": "latest",
|
||||
"vitest": "workspace:*"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user