Skip to content

Commit 3ca460e

Browse files
committed
build: update to the latest patch version (#28201)
There was a change in the generated code for the new control flow in 17.0.4. These changes update us to it. (cherry picked from commit 187a7b8)
1 parent ee6894f commit 3ca460e

File tree

2 files changed

+187
-83
lines changed

2 files changed

+187
-83
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@
5757
},
5858
"version": "17.0.1",
5959
"dependencies": {
60-
"@angular/animations": "^17.0.0",
61-
"@angular/common": "^17.0.0",
62-
"@angular/compiler": "^17.0.0",
63-
"@angular/core": "^17.0.0",
64-
"@angular/forms": "^17.0.0",
65-
"@angular/platform-browser": "^17.0.0",
60+
"@angular/animations": "^17.0.4",
61+
"@angular/common": "^17.0.4",
62+
"@angular/compiler": "^17.0.4",
63+
"@angular/core": "^17.0.4",
64+
"@angular/forms": "^17.0.4",
65+
"@angular/platform-browser": "^17.0.4",
6666
"@types/google.maps": "^3.52.4",
6767
"@types/youtube": "^0.0.46",
6868
"rxjs": "^6.6.7",
@@ -71,18 +71,18 @@
7171
"zone.js": "~0.13.0"
7272
},
7373
"devDependencies": {
74-
"@angular-devkit/build-angular": "^17.0.0",
75-
"@angular-devkit/core": "^17.0.0",
76-
"@angular-devkit/schematics": "^17.0.0",
74+
"@angular-devkit/build-angular": "^17.0.3",
75+
"@angular-devkit/core": "^17.0.3",
76+
"@angular-devkit/schematics": "^17.0.3",
7777
"@angular/bazel": "https://github.com/angular/bazel-builds.git#bac9c1abe1e6ac1801fbbccb53353a1ed7126469",
7878
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#d6ab8a45d8040cdae9c3a19d73292efc78fbfd13",
79-
"@angular/cli": "^17.0.0",
80-
"@angular/compiler-cli": "^17.0.0",
81-
"@angular/localize": "^17.0.0",
79+
"@angular/cli": "^17.0.3",
80+
"@angular/compiler-cli": "^17.0.4",
81+
"@angular/localize": "^17.0.4",
8282
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#299c333eb0442e59e0d0881e2e5f745900528b2c",
83-
"@angular/platform-browser-dynamic": "^17.0.0",
84-
"@angular/platform-server": "^17.0.0",
85-
"@angular/router": "^17.0.0",
83+
"@angular/platform-browser-dynamic": "^17.0.4",
84+
"@angular/platform-server": "^17.0.4",
85+
"@angular/router": "^17.0.4",
8686
"@babel/core": "^7.16.12",
8787
"@babel/helper-explode-assignable-expression": "^7.18.6",
8888
"@babel/helper-string-parser": "^7.22.5",
@@ -148,7 +148,7 @@
148148
"@octokit/rest": "18.3.5",
149149
"@rollup/plugin-commonjs": "^21.0.0",
150150
"@rollup/plugin-node-resolve": "^13.1.3",
151-
"@schematics/angular": "^17.0.0",
151+
"@schematics/angular": "^17.0.3",
152152
"@types/babel__core": "^7.1.18",
153153
"@types/browser-sync": "^2.26.3",
154154
"@types/fs-extra": "^9.0.13",

0 commit comments

Comments
 (0)