Skip to content

Commit

Permalink
Update dependency typescript to v4.9.5
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 2, 2024
1 parent 0ec2369 commit c07e035
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-dom": "17.0.2",
"react-router-dom": "5.3.4",
"socket.io-client": "4.5.1",
"typescript": "4.7.4",
"typescript": "4.9.5",
"use-deep-compare-effect": "1.8.1"
},
"devDependencies": {
Expand Down
22 changes: 11 additions & 11 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"cypress": "7.7.0",
"husky": "7.0.4",
"prettier": "2.0.5",
"typescript": "4.7.4"
"typescript": "4.9.5"
},
"scripts": {
"format": "prettier --write \"{client,server}/**/*.{ts,tsx,html,scss,js,md,json}\"",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
"ts-jest": "27.1.5",
"ts-mockito": "2.6.1",
"ts-node": "10.8.2",
"typescript": "4.7.4"
"typescript": "4.9.5"
}
}

0 comments on commit c07e035

Please sign in to comment.