Skip to content

Commit

Permalink
mono - upgrading vitest to 2.1.5 (#1217)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray authored Nov 16, 2024
1 parent f8664a0 commit ab49913
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"clean": "rimraf node_modules pnpm-lock.yaml && pnpm recursive run clean"
},
"devDependencies": {
"@types/node": "^22.8.6",
"@vitest/coverage-v8": "^2.1.4",
"@types/node": "^22.9.0",
"@vitest/coverage-v8": "^2.1.5",
"c8": "^10.1.2",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vitest": "^2.1.4",
"vitest": "^2.1.5",
"webpack": "^5.96.1",
"xo": "^0.59.3"
}
Expand Down

0 comments on commit ab49913

Please sign in to comment.