Skip to content

Commit

Permalink
deps: Update vitest (#931)
Browse files Browse the repository at this point in the history
  • Loading branch information
miyaji255 authored Jan 14, 2025
1 parent 3d1cdd7 commit 1e0f0a0
Show file tree
Hide file tree
Showing 4 changed files with 247 additions and 191 deletions.
2 changes: 1 addition & 1 deletion packages/esbuild-transpiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"esbuild-wasm": "^0.19.5",
"hono": "^3.11.7",
"tsup": "^8.0.1",
"vitest": "^0.34.6"
"vitest": "^2.1.8"
},
"engines": {
"node": ">=18.14.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/swagger-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"devDependencies": {
"hono": "^3.11.7",
"tsup": "^7.2.0",
"vitest": "^0.34.5"
"vitest": "^2.1.8"
}
}
2 changes: 1 addition & 1 deletion packages/swagger-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"publint": "^0.2.2",
"tsup": "^7.2.0",
"vite": "^4.4.9",
"vitest": "^0.34.5"
"vitest": "^2.1.8"
}
}
Loading

0 comments on commit 1e0f0a0

Please sign in to comment.