Skip to content

Commit

Permalink
build: update @angular/ng-dev to support rulesJsInteropMode
Browse files Browse the repository at this point in the history
The current version does not support `rulesJsInteropMode` which causes the build to fail.
  • Loading branch information
alan-agius4 committed Jan 8, 2025
1 parent 0b7962d commit 48988ea
Show file tree
Hide file tree
Showing 4 changed files with 183 additions and 143 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Input hashes for repository rule npm_translate_lock(name = "npm2", pnpm_lock = "@//:pnpm-lock.yaml").
# This file should be checked into version control along with the pnpm-lock.yaml file.
.npmrc=-2023857461
package.json=-897909042
pnpm-lock.yaml=1784423746
package.json=-1251203040
pnpm-lock.yaml=2007346593
pnpm-workspace.yaml=1711114604
yarn.lock=1048347990
yarn.lock=-279910630
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@angular/forms": "19.0.0",
"@angular/localize": "19.0.0",
"@angular/material": "19.0.0-rc.3",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#579163373d32ec04ef9dab6c21e34bfc6d40b127",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#34c97ca953ce02abc95287e350351802ba74b492",
"@angular/platform-browser": "19.0.0",
"@angular/platform-browser-dynamic": "19.0.0",
"@angular/platform-server": "19.0.0",
Expand Down
Loading

0 comments on commit 48988ea

Please sign in to comment.