Skip to content

Commit 4d6aa2e

Browse files
committed
build: update to Angular 18.2 next (#29521)
Updates the repo to the latest version of Angular to make it easier to test some of the new features. (cherry picked from commit 570ed08)
1 parent 70048ef commit 4d6aa2e

File tree

2 files changed

+940
-423
lines changed

2 files changed

+940
-423
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@
5656
},
5757
"version": "18.1.2",
5858
"dependencies": {
59-
"@angular/animations": "^18.1.0",
60-
"@angular/common": "^18.1.0",
61-
"@angular/compiler": "^18.1.0",
62-
"@angular/core": "^18.1.0",
63-
"@angular/forms": "^18.1.0",
64-
"@angular/platform-browser": "^18.1.0",
59+
"@angular/animations": "^18.2.0-next.2",
60+
"@angular/common": "^18.2.0-next.2",
61+
"@angular/compiler": "^18.2.0-next.2",
62+
"@angular/core": "^18.2.0-next.2",
63+
"@angular/forms": "^18.2.0-next.2",
64+
"@angular/platform-browser": "^18.2.0-next.2",
6565
"@types/google.maps": "^3.54.10",
6666
"@types/youtube": "^0.0.50",
6767
"rxjs": "^6.6.7",
@@ -70,19 +70,19 @@
7070
"zone.js": "~0.14.0"
7171
},
7272
"devDependencies": {
73-
"@angular-devkit/build-angular": "^18.1.0",
74-
"@angular-devkit/core": "^18.1.0",
75-
"@angular-devkit/schematics": "^18.1.0",
73+
"@angular-devkit/build-angular": "^18.2.0-next.2",
74+
"@angular-devkit/core": "^18.2.0-next.2",
75+
"@angular-devkit/schematics": "^18.2.0-next.2",
7676
"@angular/bazel": "https://github.com/angular/bazel-builds.git#bac9c1abe1e6ac1801fbbccb53353a1ed7126469",
7777
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#74e0e7b090c6e16056290836b2d936ca7820b86f",
78-
"@angular/build": "^18.1.0",
79-
"@angular/cli": "^18.1.0",
80-
"@angular/compiler-cli": "^18.1.0",
81-
"@angular/localize": "^18.1.0",
78+
"@angular/build": "^18.2.0-next.2",
79+
"@angular/cli": "^18.2.0-next.2",
80+
"@angular/compiler-cli": "^18.2.0-next.2",
81+
"@angular/localize": "^18.2.0-next.2",
8282
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#36946be4df61f6549ae3829c026022e47674eae2",
83-
"@angular/platform-browser-dynamic": "^18.1.0",
84-
"@angular/platform-server": "^18.1.0",
85-
"@angular/router": "^18.1.0",
83+
"@angular/platform-browser-dynamic": "^18.2.0-next.2",
84+
"@angular/platform-server": "^18.2.0-next.2",
85+
"@angular/router": "^18.2.0-next.2",
8686
"@babel/core": "^7.16.12",
8787
"@babel/helper-explode-assignable-expression": "^7.18.6",
8888
"@babel/helper-string-parser": "^7.22.5",
@@ -102,7 +102,7 @@
102102
"@octokit/rest": "18.3.5",
103103
"@rollup/plugin-commonjs": "^21.0.0",
104104
"@rollup/plugin-node-resolve": "^13.1.3",
105-
"@schematics/angular": "^18.1.0",
105+
"@schematics/angular": "^18.2.0-next.2",
106106
"@types/babel__core": "^7.1.18",
107107
"@types/browser-sync": "^2.26.3",
108108
"@types/fs-extra": "^9.0.13",

0 commit comments

Comments
 (0)