Skip to content

Commit

Permalink
mono - upgrading c8 to 9.1.0 and modules to latest (#1054)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed May 11, 2024
1 parent 38acb4b commit 72a31ed
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 @@ -23,11 +23,11 @@
"clean": "rm -rf node_modules && rm -rf yarn.lock && yarn workspaces run clean"
},
"devDependencies": {
"@types/node": "^20.9.2",
"@types/node": "^20.12.11",
"@vitest/coverage-v8": "^1.6.0",
"c8": "^8.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"c8": "^9.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vitest": "^1.6.0",
"xo": "^0.58.0"
}
Expand Down

0 comments on commit 72a31ed

Please sign in to comment.