Skip to content

Commit

Permalink
fix(deps): 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 58158b9 commit 86db3ea
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
16 changes: 8 additions & 8 deletions app/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 app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"testcontainers": "10.6.0",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "4.9.5"
"typescript": "5.4.2"
},
"dependencies": {
"async-lock": "1.4.1",
Expand Down
16 changes: 8 additions & 8 deletions stub/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 stub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/rimraf": "^3.0.2",
"axios": "^1.0.0",
"rimraf": "^5.0.0",
"typescript": "^4.5.4",
"typescript": "^5.0.0",
"winston": "^3.4.0"
}
}

0 comments on commit 86db3ea

Please sign in to comment.