Skip to content

Commit f411903

Browse files
authored
build: update to Angular 18.1 stable (#29429)
Updates us to depend on the stable version of Angular 18.1.
1 parent e69b2b0 commit f411903

File tree

2 files changed

+339
-263
lines changed

2 files changed

+339
-263
lines changed

Diff for: package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@
5656
},
5757
"version": "18.2.0-next.0",
5858
"dependencies": {
59-
"@angular/animations": "^18.1.0-next.3",
60-
"@angular/common": "^18.1.0-next.3",
61-
"@angular/compiler": "^18.1.0-next.3",
62-
"@angular/core": "^18.1.0-next.3",
63-
"@angular/forms": "^18.1.0-next.3",
64-
"@angular/platform-browser": "^18.1.0-next.3",
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",
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-next.3",
74-
"@angular-devkit/core": "^18.1.0-next.3",
75-
"@angular-devkit/schematics": "^18.1.0-next.3",
73+
"@angular-devkit/build-angular": "^18.1.0",
74+
"@angular-devkit/core": "^18.1.0",
75+
"@angular-devkit/schematics": "^18.1.0",
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-next.3",
79-
"@angular/cli": "^18.1.0-next.3",
80-
"@angular/compiler-cli": "^18.1.0-next.3",
81-
"@angular/localize": "^18.1.0-next.3",
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",
8282
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#36946be4df61f6549ae3829c026022e47674eae2",
83-
"@angular/platform-browser-dynamic": "^18.1.0-next.3",
84-
"@angular/platform-server": "^18.1.0-next.3",
85-
"@angular/router": "^18.1.0-next.3",
83+
"@angular/platform-browser-dynamic": "^18.1.0",
84+
"@angular/platform-server": "^18.1.0",
85+
"@angular/router": "^18.1.0",
8686
"@babel/core": "^7.16.12",
8787
"@babel/helper-explode-assignable-expression": "^7.18.6",
8888
"@babel/helper-string-parser": "^7.22.5",
@@ -150,7 +150,7 @@
150150
"@octokit/rest": "18.3.5",
151151
"@rollup/plugin-commonjs": "^21.0.0",
152152
"@rollup/plugin-node-resolve": "^13.1.3",
153-
"@schematics/angular": "^18.1.0-next.3",
153+
"@schematics/angular": "^18.1.0",
154154
"@types/babel__core": "^7.1.18",
155155
"@types/browser-sync": "^2.26.3",
156156
"@types/fs-extra": "^9.0.13",

0 commit comments

Comments
 (0)