Skip to content

Commit 7d59347

Browse files
committed
build: update to Angular 15.1.0
Updates the repo to the `next` version of Angular 15.1.0. This will allow us to switch to TS 4.9 when the CLI has been updated in angular/angular-cli#24462.
1 parent 25d9217 commit 7d59347

File tree

2 files changed

+346
-469
lines changed

2 files changed

+346
-469
lines changed

package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@
5555
},
5656
"version": "15.1.0-next.2",
5757
"dependencies": {
58-
"@angular/animations": "^15.0.0",
59-
"@angular/common": "^15.0.0",
60-
"@angular/compiler": "^15.0.0",
61-
"@angular/core": "^15.0.0",
62-
"@angular/forms": "^15.0.0",
63-
"@angular/platform-browser": "^15.0.0",
58+
"@angular/animations": "^15.1.0-next.3",
59+
"@angular/common": "^15.1.0-next.3",
60+
"@angular/compiler": "^15.1.0-next.3",
61+
"@angular/core": "^15.1.0-next.3",
62+
"@angular/forms": "^15.1.0-next.3",
63+
"@angular/platform-browser": "^15.1.0-next.3",
6464
"@types/google.maps": "^3.47.3",
6565
"@types/youtube": "^0.0.46",
6666
"rxjs": "^6.6.7",
@@ -69,18 +69,18 @@
6969
"zone.js": "~0.11.5"
7070
},
7171
"devDependencies": {
72-
"@angular-devkit/build-angular": "^15.0.0",
73-
"@angular-devkit/core": "^15.0.0",
74-
"@angular-devkit/schematics": "^15.0.0",
75-
"@angular/bazel": "^15.0.0",
72+
"@angular-devkit/build-angular": "^15.1.0-next.3",
73+
"@angular-devkit/core": "^15.1.0-next.3",
74+
"@angular-devkit/schematics": "^15.1.0-next.3",
75+
"@angular/bazel": "^15.1.0-next.3",
7676
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#1fd144d9f9db6a6cfe3e2617c4fc70e119a400cb",
77-
"@angular/cli": "^15.0.0",
78-
"@angular/compiler-cli": "^15.0.0",
79-
"@angular/localize": "^15.0.0",
77+
"@angular/cli": "^15.1.0-next.3",
78+
"@angular/compiler-cli": "^15.1.0-next.3",
79+
"@angular/localize": "^15.1.0-next.3",
8080
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#20d1bd232100d278c53820226427039f51881d3f",
81-
"@angular/platform-browser-dynamic": "^15.0.0",
82-
"@angular/platform-server": "^15.0.0",
83-
"@angular/router": "^15.0.0",
81+
"@angular/platform-browser-dynamic": "^15.1.0-next.3",
82+
"@angular/platform-server": "^15.1.0-next.3",
83+
"@angular/router": "^15.1.0-next.3",
8484
"@axe-core/webdriverjs": "^4.3.2",
8585
"@babel/core": "^7.16.12",
8686
"@bazel/bazelisk": "1.12.1",
@@ -145,7 +145,7 @@
145145
"@octokit/rest": "18.3.5",
146146
"@rollup/plugin-commonjs": "^21.0.0",
147147
"@rollup/plugin-node-resolve": "^13.1.3",
148-
"@schematics/angular": "^15.0.0",
148+
"@schematics/angular": "^15.1.0-next.3",
149149
"@types/babel__core": "^7.1.18",
150150
"@types/browser-sync": "^2.26.3",
151151
"@types/fs-extra": "^9.0.13",

0 commit comments

Comments
 (0)