Skip to content

Commit

Permalink
flat-cache - chore: upgrading typescript and tsup to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Jan 27, 2025
1 parent e625ef8 commit 08cd258
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/flat-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@
"clean": "rimraf ./dist ./coverage ./node_modules"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/node": "^22.10.10",
"@vitest/coverage-v8": "^3.0.4",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"tsup": "^8.3.6",
"typescript": "^5.7.3",
"vitest": "^3.0.4",
"xo": "^0.60.0"
},
Expand Down

0 comments on commit 08cd258

Please sign in to comment.