Skip to content

Commit 79b1edd

Browse files
alan-agius4dgp1130
authored andcommitted
build: update Angular peer deps packages to 17.2.0
1 parent 905e136 commit 79b1edd

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

packages/angular/pwa/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"parse5-html-rewriting-stream": "7.0.0"
1818
},
1919
"peerDependencies": {
20-
"@angular/cli": "^17.0.0 || ^17.2.0-next.0"
20+
"@angular/cli": "^17.0.0"
2121
},
2222
"peerDependenciesMeta": {
2323
"@angular/cli": {

packages/angular/ssr/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"tslib": "^2.3.0"
1818
},
1919
"peerDependencies": {
20-
"@angular/common": "^17.0.0 || ^17.2.0-next.0",
21-
"@angular/core": "^17.0.0 || ^17.2.0-next.0"
20+
"@angular/common": "^17.0.0",
21+
"@angular/core": "^17.0.0"
2222
},
2323
"schematics": "./schematics/collection.json",
2424
"repository": {

packages/angular_devkit/build_angular/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,16 @@
7474
"esbuild": "0.20.0"
7575
},
7676
"peerDependencies": {
77-
"@angular/compiler-cli": "^17.0.0 || ^17.2.0-next.0",
78-
"@angular/localize": "^17.0.0 || ^17.2.0-next.0",
79-
"@angular/platform-server": "^17.0.0 || ^17.2.0-next.0",
80-
"@angular/service-worker": "^17.0.0 || ^17.2.0-next.0",
77+
"@angular/compiler-cli": "^17.0.0",
78+
"@angular/localize": "^17.0.0",
79+
"@angular/platform-server": "^17.0.0",
80+
"@angular/service-worker": "^17.0.0",
8181
"@web/test-runner": "^0.18.0",
8282
"browser-sync": "^3.0.2",
8383
"jest": "^29.5.0",
8484
"jest-environment-jsdom": "^29.5.0",
8585
"karma": "^6.3.0",
86-
"ng-packagr": "^17.0.0 || ^17.2.0-next.0",
86+
"ng-packagr": "^17.0.0",
8787
"protractor": "^7.0.0",
8888
"tailwindcss": "^2.0.0 || ^3.0.0",
8989
"typescript": ">=5.2 <5.4"

packages/ngtools/webpack/package.json

+1-1
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": "^17.0.0 || ^17.2.0-next.0",
25+
"@angular/compiler-cli": "^17.0.0",
2626
"typescript": ">=5.2 <5.4",
2727
"webpack": "^5.54.0"
2828
},

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

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

1818
// As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current
19-
Angular: '^17.2.0-next.0',
19+
Angular: '^17.2.0',
2020

2121
DevkitBuildAngular: '^0.0.0-PLACEHOLDER',
2222
AngularSSR: '^0.0.0-PLACEHOLDER',

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"karma-jasmine-html-reporter": "~2.1.0",
1616
"karma-jasmine": "~5.1.0",
1717
"karma": "~6.4.0",
18-
"ng-packagr": "^17.1.0-next.0",
18+
"ng-packagr": "^17.2.0",
1919
"protractor": "~7.0.0",
2020
"rxjs": "~7.8.0",
2121
"tslib": "^2.3.0",

0 commit comments

Comments
 (0)