Skip to content

Commit

Permalink
mono - upgrading vitest and typescript to latest (#1163)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray authored Oct 20, 2024
1 parent 5263012 commit 13d9a55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.7.4",
"@vitest/coverage-v8": "^2.1.2",
"@types/node": "^22.7.7",
"@vitest/coverage-v8": "^2.1.3",
"c8": "^10.1.2",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"vitest": "^2.1.2",
"typescript": "^5.6.3",
"vitest": "^2.1.3",
"webpack": "^5.95.0",
"xo": "^0.59.3"
}
Expand Down

0 comments on commit 13d9a55

Please sign in to comment.