Skip to content

Commit

Permalink
build: update to TypeScript 5.6 final (#29736)
Browse files Browse the repository at this point in the history
Updates the repo to the final version of TypeScript 5.6.
  • Loading branch information
crisbeto authored Sep 16, 2024
1 parent 873eb01 commit 2b972e1
Show file tree
Hide file tree
Showing 13 changed files with 2,923 additions and 2,399 deletions.
2 changes: 1 addition & 1 deletion integration/harness-e2e-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"karma-jasmine-html-reporter": "~1.7.0",
"selenium-webdriver": "3.6.0",
"ts-node": "~10.9.1",
"typescript": "5.6.1-rc",
"typescript": "5.6.2",
"wait-on": "^6.0.0"
},
"resolutions": {
Expand Down
825 changes: 474 additions & 351 deletions integration/harness-e2e-cli/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion integration/ng-add-standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"typescript": "5.6.1-rc"
"typescript": "5.6.2"
},
"resolutions": {
"string-width": "4.2.3",
Expand Down
818 changes: 456 additions & 362 deletions integration/ng-add-standalone/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion integration/ng-add/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"typescript": "5.6.1-rc"
"typescript": "5.6.2"
},
"resolutions": {
"string-width": "4.2.3",
Expand Down
Loading

0 comments on commit 2b972e1

Please sign in to comment.