Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 11, 2024
1 parent 9e22f81 commit f8119bb
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"tsup": "8.2.4",
"turbo": "2.1.1",
"typedoc": "0.26.3",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"packageManager": "bun@1.1.17"
}
2 changes: 1 addition & 1 deletion pkg/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"ng-packagr": "18.2.1",
"rxjs": "7.8.1",
"tslib": "2.7.0",
"typescript": "5.5.4",
"typescript": "5.6.2",
"zone.js": "0.14.7"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion pkg/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"@a38/tsconfig": "0.0.1",
"@a38/typedoc": "0.0.1",
"@types/node": "20.16.5",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion pkg/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/node": "20.16.5",
"@types/supertest": "6.0.2",
"supertest": "7.0.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"peerDependencies": {
"@a38/core": "*",
Expand Down

0 comments on commit f8119bb

Please sign in to comment.