Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 24, 2023
1 parent f24e5df commit aa5e14f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"lint-staged": "15.1.0",
"prettier": "3.1.0",
"ts-jest": "29.1.1",
"typescript": "5.2.2"
"typescript": "5.3.2"
},
"lint-staged": {
"**/*": [
Expand Down
2 changes: 1 addition & 1 deletion packages/models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
},
"devDependencies": {
"@jest/globals": "29.7.0",
"typescript": "5.2.2"
"typescript": "5.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/samples/mvp-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
},
"devDependencies": {
"@types/koa__cors": "4.0.3",
"typescript": "5.2.2"
"typescript": "5.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/samples/sudt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"devDependencies": {
"ts-node": "10.9.1",
"typedoc": "0.25.3",
"typescript": "4.9.4"
"typescript": "5.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"devDependencies": {
"@jest/globals": "29.7.0",
"ts-node": "10.9.1",
"typescript": "5.2.2"
"typescript": "5.3.2"
}
}

0 comments on commit aa5e14f

Please sign in to comment.