Skip to content

Commit d3a14f6

Browse files
authored
build: update to Angular 15 final (#26031)
Bumps the various dependencies to Angular 15 final.
1 parent d99a7b4 commit d3a14f6

File tree

9 files changed

+9932
-14672
lines changed

9 files changed

+9932
-14672
lines changed

integration/harness-e2e-cli/yarn.lock

Lines changed: 2061 additions & 3286 deletions
Large diffs are not rendered by default.

integration/ng-add-standalone/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/animations": "file:../../node_modules/@angular/animations",
13+
"@angular/animations": "^15.0.0",
1414
"@angular/cdk": "file:../../dist/releases/cdk",
15-
"@angular/common": "file:../../node_modules/@angular/common",
16-
"@angular/compiler": "file:../../node_modules/@angular/compiler",
17-
"@angular/core": "file:../../node_modules/@angular/core",
18-
"@angular/forms": "file:../../node_modules/@angular/forms",
15+
"@angular/common": "^15.0.0",
16+
"@angular/compiler": "^15.0.0",
17+
"@angular/core": "^15.0.0",
18+
"@angular/forms": "^15.0.0",
1919
"@angular/material": "file:../../dist/releases/material",
20-
"@angular/platform-browser": "file:../../node_modules/@angular/platform-browser",
21-
"@angular/platform-browser-dynamic": "file:../../node_modules/@angular/platform-browser-dynamic",
22-
"@angular/router": "file:../../node_modules/@angular/router",
23-
"rxjs": "file:../../node_modules/rxjs",
20+
"@angular/platform-browser": "^15.0.0",
21+
"@angular/platform-browser-dynamic": "^15.0.0",
22+
"@angular/router": "^15.0.0",
23+
"rxjs": "~7.5.0",
2424
"tslib": "^2.3.0",
2525
"zone.js": "~0.11.4"
2626
},
2727
"devDependencies": {
28-
"@angular-devkit/build-angular": "file:../../node_modules/@angular-devkit/build-angular",
29-
"@angular/cli": "file:../../node_modules/@angular/cli",
30-
"@angular/compiler-cli": "file:../../node_modules/@angular/compiler-cli",
28+
"@angular-devkit/build-angular": "^15.0.0",
29+
"@angular/cli": "^15.0.0",
30+
"@angular/compiler-cli": "^15.0.0",
3131
"@types/jasmine": "~3.9.0",
3232
"@types/node": "^12.11.1",
3333
"glob": "^7.2.0",

0 commit comments

Comments
 (0)