Skip to content

Commit

Permalink
build: update to the latest patch version
Browse files Browse the repository at this point in the history
There was a change in the generated code for the new control flow in 17.0.4. These changes update us to it.
  • Loading branch information
crisbeto committed Nov 29, 2023
1 parent 02db80d commit 1fa49e4
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 83 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@
},
"version": "17.1.0-next.0",
"dependencies": {
"@angular/animations": "^17.0.0",
"@angular/common": "^17.0.0",
"@angular/compiler": "^17.0.0",
"@angular/core": "^17.0.0",
"@angular/forms": "^17.0.0",
"@angular/platform-browser": "^17.0.0",
"@angular/animations": "^17.0.4",
"@angular/common": "^17.0.4",
"@angular/compiler": "^17.0.4",
"@angular/core": "^17.0.4",
"@angular/forms": "^17.0.4",
"@angular/platform-browser": "^17.0.4",
"@types/google.maps": "^3.52.4",
"@types/youtube": "^0.0.46",
"rxjs": "^6.6.7",
Expand All @@ -71,18 +71,18 @@
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.0",
"@angular-devkit/core": "^17.0.0",
"@angular-devkit/schematics": "^17.0.0",
"@angular-devkit/build-angular": "^17.0.3",
"@angular-devkit/core": "^17.0.3",
"@angular-devkit/schematics": "^17.0.3",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#bac9c1abe1e6ac1801fbbccb53353a1ed7126469",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#d6ab8a45d8040cdae9c3a19d73292efc78fbfd13",
"@angular/cli": "^17.0.0",
"@angular/compiler-cli": "^17.0.0",
"@angular/localize": "^17.0.0",
"@angular/cli": "^17.0.3",
"@angular/compiler-cli": "^17.0.4",
"@angular/localize": "^17.0.4",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#299c333eb0442e59e0d0881e2e5f745900528b2c",
"@angular/platform-browser-dynamic": "^17.0.0",
"@angular/platform-server": "^17.0.0",
"@angular/router": "^17.0.0",
"@angular/platform-browser-dynamic": "^17.0.4",
"@angular/platform-server": "^17.0.4",
"@angular/router": "^17.0.4",
"@babel/core": "^7.16.12",
"@babel/helper-explode-assignable-expression": "^7.18.6",
"@babel/helper-string-parser": "^7.22.5",
Expand Down Expand Up @@ -148,7 +148,7 @@
"@octokit/rest": "18.3.5",
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@schematics/angular": "^17.0.0",
"@schematics/angular": "^17.0.3",
"@types/babel__core": "^7.1.18",
"@types/browser-sync": "^2.26.3",
"@types/fs-extra": "^9.0.13",
Expand Down
Loading

0 comments on commit 1fa49e4

Please sign in to comment.