Skip to content

Commit

Permalink
Merge pull request #415 from jaredwray/chore-upgrading-typescript-and…
Browse files Browse the repository at this point in the history
…-tsup-to-latest

chore: upgrading typescript and tsup to latest
  • Loading branch information
jaredwray authored Feb 6, 2025
2 parents 201d940 + 1038b9f commit 5fc0fea
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 @@ -28,12 +28,12 @@
"test:services:stop": "docker compose -f docker-compose.yml down"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@types/node": "^22.13.1",
"@vitest/coverage-v8": "^3.0.5",
"docula": "^0.9.6",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"tsup": "^8.3.6",
"typescript": "^5.7.3",
"vitest": "^3.0.5",
"xo": "^0.60.0"
},
Expand Down

0 comments on commit 5fc0fea

Please sign in to comment.