Skip to content

Commit

Permalink
Bump TypeScript to 4.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Haprog committed Dec 13, 2021
1 parent 092578e commit 2399b67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flow-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"prettier": "2.2.1",
"sinon": "7.5.0",
"sinon-chai": "3.6.0",
"typescript": "4.0.3",
"typescript": "4.5.3",
"webpack": "4.46.0",
"webpack-cli": "3.3.12",
"workbox-core": "5.1.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ Map<String, String> getDefaultDependencies() {
Map<String, String> getDefaultDevDependencies() {
Map<String, String> defaults = new HashMap<>();

defaults.put("typescript", "4.4.3");
defaults.put("typescript", "4.5.3");

final String WORKBOX_VERSION = "6.4.2";

Expand Down

0 comments on commit 2399b67

Please sign in to comment.