Skip to content

Commit

Permalink
[CHORE] Update dependency typescript to v5.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 1, 2024
1 parent 3b591aa commit 908caff
Show file tree
Hide file tree
Showing 6 changed files with 120 additions and 120 deletions.
2 changes: 1 addition & 1 deletion pandora-client-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"ts-node": "10.9.2",
"tslib": "2.6.2",
"type-fest": "4.20.0",
"typescript": "5.4.5",
"typescript": "5.5.3",
"url-loader": "4.1.1",
"webpack": "5.92.0",
"webpack-cli": "5.1.4",
Expand Down
2 changes: 1 addition & 1 deletion pandora-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"nanoid": "3.3.7",
"rimraf": "5.0.5",
"tslib": "2.6.2",
"typescript": "5.4.5",
"typescript": "5.5.3",
"zod": "3.23.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion pandora-server-directory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@
"tsc-watch": "6.2.0",
"tslib": "2.6.2",
"type-fest": "4.20.0",
"typescript": "5.4.5"
"typescript": "5.5.3"
}
}
2 changes: 1 addition & 1 deletion pandora-server-shard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"ts-mockito": "2.6.1",
"tsc-watch": "6.2.0",
"tslib": "2.6.2",
"typescript": "5.4.5"
"typescript": "5.5.3"
}
}
2 changes: 1 addition & 1 deletion pandora-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"rimraf": "5.0.5",
"superstatic": "9.0.3",
"tslib": "2.6.2",
"typescript": "5.4.5",
"typescript": "5.5.3",
"v8-to-istanbul": "9.3.0"
}
}
Loading

0 comments on commit 908caff

Please sign in to comment.