Skip to content

Commit 498e2f5

Browse files
committed
build: bump framework dependencies for minor release
1 parent 5707578 commit 498e2f5

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

packages/angular/pwa/package.json

Lines changed: 1 addition & 1 deletion
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.3.0-next.0"
20+
"@angular/cli": "^17.0.0"
2121
},
2222
"peerDependenciesMeta": {
2323
"@angular/cli": {

packages/angular_devkit/build_angular/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,16 @@
7474
"esbuild": "0.20.1"
7575
},
7676
"peerDependencies": {
77-
"@angular/compiler-cli": "^17.0.0 || ^17.3.0-next.0",
78-
"@angular/localize": "^17.0.0 || ^17.3.0-next.0",
79-
"@angular/platform-server": "^17.0.0 || ^17.3.0-next.0",
80-
"@angular/service-worker": "^17.0.0 || ^17.3.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.3.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.5"

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": "^17.0.0 || ^17.3.0-next.0",
25+
"@angular/compiler-cli": "^17.0.0",
2626
"typescript": ">=5.2 <5.5",
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
@@ -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.3.0-next.0',
19+
Angular: '^17.3.0',
2020

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

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

Lines changed: 1 addition & 1 deletion
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.3.0-next.0",
18+
"ng-packagr": "^17.3.0",
1919
"protractor": "~7.0.0",
2020
"rxjs": "~7.8.0",
2121
"tslib": "^2.3.0",

0 commit comments

Comments
 (0)