Skip to content

Commit

Permalink
build: update dependency typescript to v5.4.5 (#55042)
Browse files Browse the repository at this point in the history
See associated pull request for more information.

PR Close #55042
  • Loading branch information
angular-robot authored and AndrewKushnir committed May 3, 2024
1 parent 436111f commit bd4dbdd
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion adev/src/content/tutorials/playground/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"@angular-devkit/build-angular": "^17.3.0-rc",
"@angular/cli": "^17.3.0-rc",
"@angular/compiler-cli": "^17.3.0-rc",
"typescript": "~5.2.0"
"typescript": "~5.4.0"
}
}
2 changes: 1 addition & 1 deletion aio/tools/examples/shared/boilerplate/cli-ajs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"karma-jasmine-html-reporter": "~2.1.0",
"protractor": "~7.0.0",
"ts-node": "~10.9.0",
"typescript": "~4.9.3"
"typescript": "~5.4.0"
}
}
2 changes: 1 addition & 1 deletion aio/tools/examples/shared/boilerplate/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"karma-jasmine-html-reporter": "~2.1.0",
"protractor": "~7.0.0",
"ts-node": "~10.9.0",
"typescript": "~4.9.3"
"typescript": "~5.4.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"karma-jasmine-html-reporter": "~2.1.0",
"protractor": "~7.0.0",
"ts-node": "~10.9.0",
"typescript": "~4.9.3"
"typescript": "~5.4.0"
}
}
2 changes: 1 addition & 1 deletion aio/tools/examples/shared/boilerplate/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"karma-jasmine-html-reporter": "~2.1.0",
"protractor": "~7.0.0",
"ts-node": "~10.9.0",
"typescript": "~4.9.3"
"typescript": "~5.4.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"karma-jasmine-html-reporter": "~2.1.0",
"protractor": "~7.0.0",
"ts-node": "~10.9.0",
"typescript": "~4.9.3"
"typescript": "~5.4.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
"protractor": "~7.0.0",
"rollup": "^2.70.1",
"rollup-plugin-terser": "^7.0.2",
"typescript": "~4.9.3"
"typescript": "~5.4.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"karma-jasmine-html-reporter": "~2.1.0",
"protractor": "~7.0.0",
"ts-node": "~10.9.0",
"typescript": "~4.9.3"
"typescript": "~5.4.0"
}
}
2 changes: 1 addition & 1 deletion aio/tools/examples/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@
"rollup-plugin-terser": "^7.0.2",
"source-map-explorer": "^2.0.0",
"ts-node": "~10.9.0",
"typescript": "~4.9.3"
"typescript": "~5.4.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"tslib": "^2.3.0",
"tslint": "6.1.3",
"tsx": "^4.7.2",
"typescript": "5.4.2",
"typescript": "5.4.5",
"webtreemap": "^2.0.1",
"ws": "^8.15.0",
"xhr2": "0.2.1",
Expand Down

0 comments on commit bd4dbdd

Please sign in to comment.