Skip to content

Commit

Permalink
mono - chore: upgrading tsup and webpack to latest (#1310)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray authored Feb 15, 2025
1 parent 3728d03 commit f6d38fb
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,15 +19,15 @@
"clean": "rimraf node_modules pnpm-lock.yaml && pnpm recursive run clean"
},
"devDependencies": {
"@types/node": "^22.10.7",
"@types/node": "^22.13.4",
"@vitest/coverage-v8": "^3.0.5",
"c8": "^10.1.3",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"tsup": "^8.3.5",
"tsup": "^8.3.6",
"typescript": "^5.7.3",
"vitest": "^3.0.5",
"webpack": "^5.97.1",
"webpack": "^5.98.0",
"xo": "^0.60.0"
},
"pnpm": {
Expand Down

0 comments on commit f6d38fb

Please sign in to comment.