Skip to content

Commit

Permalink
mono - upgrading webpack and @types/node to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Sep 7, 2024
1 parent 1623e71 commit 2c1b564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"clean": "rm -rf node_modules && rm -rf yarn.lock && yarn workspaces run clean"
},
"devDependencies": {
"@types/node": "^22.4.1",
"@types/node": "^22.5.4",
"@vitest/coverage-v8": "^2.0.5",
"c8": "^10.1.2",
"ts-node": "^10.9.2",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vitest": "^2.0.5",
"webpack": "^5.93.0",
"webpack": "^5.94.0",
"xo": "^0.59.3"
}
}

0 comments on commit 2c1b564

Please sign in to comment.