Skip to content

Commit e2a1216

Browse files
authored
build: update to TypeScript 4.8 (#25505)
Updates the repo to TypeScript 4.8 and resolves some of the breaking changes. I've only kept the schematics code backwards-compatible since the rest of the changes are to our own tooling.
1 parent f7385ff commit e2a1216

File tree

29 files changed

+13755
-8910
lines changed

29 files changed

+13755
-8910
lines changed

integration/harness-e2e-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"karma-jasmine-html-reporter": "~1.7.0",
4545
"selenium-webdriver": "3.6.0",
4646
"ts-node": "~10.7.0",
47-
"typescript": "file:../../node_modules/typescript",
47+
"typescript": "~4.7.2",
4848
"wait-on": "^6.0.0"
4949
}
5050
}

0 commit comments

Comments
 (0)