Skip to content

Commit

Permalink
mono - upgrading typescript types and webpack to latest (#1264)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray authored Dec 21, 2024
1 parent 857bce6 commit 8465a40
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,15 +19,15 @@
"clean": "rimraf node_modules pnpm-lock.yaml && pnpm recursive run clean"
},
"devDependencies": {
"@types/node": "^22.9.0",
"@types/node": "^22.10.2",
"@vitest/coverage-v8": "^2.1.5",
"c8": "^10.1.2",
"c8": "^10.1.3",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vitest": "^2.1.5",
"webpack": "^5.96.1",
"webpack": "^5.97.1",
"xo": "^0.60.0"
}
}

0 comments on commit 8465a40

Please sign in to comment.