Skip to content

Commit

Permalink
build: update to TypeScript 4.8
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
crisbeto committed Aug 20, 2022
1 parent f9113b9 commit 987462f
Show file tree
Hide file tree
Showing 29 changed files with 13,755 additions and 8,910 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.7.0",
"typescript": "file:../../node_modules/typescript",
"typescript": "~4.7.2",
"wait-on": "^6.0.0"
}
}
Loading

0 comments on commit 987462f

Please sign in to comment.