Skip to content

Commit 034639b

Browse files
mmalerbaalan-agius4
authored andcommitted
build: update dependencies for version 18.0.0
1 parent 518afd8 commit 034639b

File tree

4 files changed

+9
-9
lines changed

4 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 || ^17.3.0-next.0 || ^18.0.0-next.0"
2121
},
2222
"peerDependenciesMeta": {
2323
"@angular/cli": {

packages/angular/ssr/package.json

Lines changed: 2 additions & 2 deletions
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.3.0-next.0",
21-
"@angular/core": "^17.0.0 || ^17.3.0-next.0"
20+
"@angular/common": "^17.0.0 || ^17.3.0-next.0 || ^18.0.0-next.0",
21+
"@angular/core": "^17.0.0 || ^17.3.0-next.0 || ^18.0.0-next.0"
2222
},
2323
"schematics": "./schematics/collection.json",
2424
"repository": {

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 || ^17.3.0-next.0 || ^18.0.0-next.0",
78+
"@angular/localize": "^17.0.0 || ^17.3.0-next.0 || ^18.0.0-next.0",
79+
"@angular/platform-server": "^17.0.0 || ^17.3.0-next.0 || ^18.0.0-next.0",
80+
"@angular/service-worker": "^17.0.0 || ^17.3.0-next.0 || ^18.0.0-next.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 || ^17.3.0-next.0 || ^18.0.0-next.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 || ^17.3.0-next.0 || ^18.0.0-next.0",
2626
"typescript": ">=5.2 <5.5",
2727
"webpack": "^5.54.0"
2828
},

0 commit comments

Comments
 (0)