Skip to content

Commit 6f93765

Browse files
authored
feat: allow Vitest v3 (#13)
* Bump dependencies to latest version * Allow vitest v3 as peer dependency * Update lockfile * Bump PNPM min version to 9.15.4
1 parent b33a5ef commit 6f93765

File tree

2 files changed

+2141
-2829
lines changed

2 files changed

+2141
-2829
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nitro-test-utils",
33
"type": "module",
44
"version": "0.9.0",
5-
"packageManager": "pnpm@9.11.0",
5+
"packageManager": "pnpm@9.15.4",
66
"description": "Testing environment and utilities for Nitro",
77
"author": "Johann Schopplich <[email protected]>",
88
"license": "MIT",
@@ -49,24 +49,24 @@
4949
},
5050
"peerDependencies": {
5151
"nitropack": "^2",
52-
"vitest": "^2"
52+
"vitest": "^2 || ^3"
5353
},
5454
"dependencies": {
55-
"dotenv": "^16.4.5",
56-
"listhen": "^1.8.0",
57-
"ofetch": "^1.4.0",
58-
"pathe": "^1.1.2",
55+
"dotenv": "^16.4.7",
56+
"listhen": "^1.9.0",
57+
"ofetch": "^1.4.1",
58+
"pathe": "^2.0.2",
5959
"ufo": "^1.5.4"
6060
},
6161
"devDependencies": {
62-
"@antfu/eslint-config": "^3.7.3",
63-
"@types/node": "^20.16.10",
64-
"bumpp": "^9.6.1",
65-
"eslint": "^9.11.1",
66-
"nitropack": "^2.9.7",
67-
"typescript": "^5.5.4",
68-
"unbuild": "^3.0.0-rc.8",
69-
"vite": "^5.4.8",
70-
"vitest": "^2.1.1"
62+
"@antfu/eslint-config": "^4.1.0",
63+
"@types/node": "^22.12.0",
64+
"bumpp": "^10.0.1",
65+
"eslint": "^9.19.0",
66+
"nitropack": "^2.10.4",
67+
"typescript": "^5.7.3",
68+
"unbuild": "^3.3.1",
69+
"vite": "^6.0.11",
70+
"vitest": "^3.0.4"
7171
}
7272
}

0 commit comments

Comments
 (0)