Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhammes committed Jul 7, 2023
1 parent 6a6476d commit 57a9fc4
Show file tree
Hide file tree
Showing 2 changed files with 556 additions and 552 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"type": "module",
"dependencies": {
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
"typescript": "^5.1.6"
},
"devDependencies": {
"@swc/core": "^1.3.55",
"@swc/core": "^1.3.68",
"@swc/jest": "^0.2.26",
"@types/jest": "^29.5.1",
"@types/node": "^18.16.2",
"jest": "^29.5.0"
"@types/jest": "^29.5.2",
"@types/node": "^18.16.19",
"jest": "^29.6.1"
},
"scripts": {
"start": "ts-node --esm src/index.ts",
Expand Down
Loading

0 comments on commit 57a9fc4

Please sign in to comment.