generated from bazel-contrib/rules-template
-
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): upgrade TypeScript used by example (#638)
* chore(deps): upgrade TypeScript used by example 5.5 doesn't work yet, so going to 5.4 as a stepping stone. This is the minimal changes to other dependencies needed to make it green * chore: pin another e2e that was floating to get main green * Update MODULE.bazel
- Loading branch information
Showing
6 changed files
with
229 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
{ | ||
"private": true, | ||
"dependencies": { | ||
"@angular/compiler-cli": "15.0.1", | ||
"@angular/compiler": "15.0.1", | ||
"@angular/core": "15.0.1", | ||
"@angular/compiler-cli": "^18", | ||
"@angular/compiler": "^18", | ||
"@angular/core": "^18", | ||
"@babel/cli": "~7.23.9", | ||
"@babel/core": "~7.23.9", | ||
"@babel/parser": "~7.23.9", | ||
"@babel/preset-typescript": "^7.23.3", | ||
"@babel/types": "~7.23.9", | ||
"@tsconfig/node16-strictest-esm": "1.0.3", | ||
"@tsconfig/strictest": "2.0.5", | ||
"@types/node": "18.11.9", | ||
"date-fns": "2.29.3", | ||
"rxjs": "7.5.7", | ||
"source-map-support": "^0.5.21", | ||
"typescript": "4.8.4", | ||
"typescript": "5.4.5", | ||
"zone.js": "0.12.0" | ||
} | ||
} |
Oops, something went wrong.