Skip to content

Commit caf3cf1

Browse files
fix: support Viteste v4 (closes #18)
1 parent 58b9794 commit caf3cf1

File tree

2 files changed

+1074
-1064
lines changed

2 files changed

+1074
-1064
lines changed

package.json

Lines changed: 11 additions & 11 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.4",
5-
"packageManager": "pnpm@10.17.1",
5+
"packageManager": "pnpm@10.20.0",
66
"description": "Testing environment and utilities for Nitro",
77
"author": "Johann Schopplich <[email protected]>",
88
"license": "MIT",
@@ -49,25 +49,25 @@
4949
},
5050
"peerDependencies": {
5151
"nitropack": "^2",
52-
"vitest": "^2 || ^3"
52+
"vitest": "^2 || ^3 || ^4"
5353
},
5454
"dependencies": {
5555
"dotenv": "^17.2.3",
5656
"listhen": "^1.9.0",
57-
"ofetch": "^1.4.1",
57+
"ofetch": "^1.5.0",
5858
"pathe": "^2.0.3",
5959
"ufo": "^1.6.1"
6060
},
6161
"devDependencies": {
62-
"@antfu/eslint-config": "^5.4.1",
63-
"@types/node": "^24.6.1",
64-
"bumpp": "^10.2.3",
65-
"eslint": "^9.36.0",
66-
"nitropack": "^2.12.6",
67-
"tsdown": "^0.15.6",
62+
"@antfu/eslint-config": "^6.1.0",
63+
"@types/node": "^24.9.2",
64+
"bumpp": "^10.3.1",
65+
"eslint": "^9.38.0",
66+
"nitropack": "^2.12.9",
67+
"tsdown": "^0.15.12",
6868
"typescript": "^5.9.3",
6969
"unbuild": "^3.6.1",
70-
"vite": "^7.1.7",
71-
"vitest": "^3.2.4"
70+
"vite": "^7.1.12",
71+
"vitest": "^4.0.5"
7272
}
7373
}

0 commit comments

Comments
 (0)