Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
Update dependency typescript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 6, 2024
1 parent 70b6f9c commit 8a9911d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions node-ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"tslib": "^2.5.0",
"typescript": "^4.9.5"
"typescript": "^5.0.0"
}
}
16 changes: 8 additions & 8 deletions node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"nodemon": "2.0.16",
"typescript": "4.7.2",
"typescript": "5.4.2",
"prettier": "2.6.2"
}
}

0 comments on commit 8a9911d

Please sign in to comment.