refactor: update framework dependencies to v15 · angular/angular-cli@aabb0d6 · GitHub
Skip to content

Commit aabb0d6

Browse files
committed
refactor: update framework dependencies to v15
1 parent 91904b7 commit aabb0d6

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

packages/angular_devkit/build_angular/package.json

Lines changed: 5 additions & 5 deletions

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"homepage": "https://github.com/angular/angular-cli/tree/main/packages/ngtools/webpack",
2323
"dependencies": {},
2424
"peerDependencies": {
25-
"@angular/compiler-cli": "^15.0.0-next",
25+
"@angular/compiler-cli": "^15.0.0",
2626
"typescript": "~4.8.2",
2727
"webpack": "^5.54.0"
2828
},

packages/schematics/angular/utility/latest-versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const latestVersions: Record<string, string> & {
1515
...require('./latest-versions/package.json')['dependencies'],
1616

1717
// As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current
18-
Angular: '^15.0.0-next.0',
18+
Angular: '^15.0.0',
1919

2020
// Since @angular-devkit/build-angular and @schematics/angular are always
2121
// published together from the same monorepo, and they are both

packages/schematics/angular/utility/latest-versions/package.json

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)