Skip to content

Commit

Permalink
updating typescript and packing modules to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Nov 28, 2024
1 parent 062d1d5 commit e4f55c1
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 @@ -28,15 +28,15 @@
"test:services:stop": "docker compose -f docker-compose.yml down"
},
"devDependencies": {
"@types/node": "^22.7.4",
"@types/node": "^22.10.0",
"@vitest/coverage-v8": "^2.1.2",
"docula": "^0.9.4",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vitest": "^2.1.2",
"webpack": "^5.95.0",
"webpack": "^5.96.1",
"xo": "^0.59.3"
},
"dependencies": {
Expand Down

0 comments on commit e4f55c1

Please sign in to comment.