Skip to content

Commit 1bc4e59

Browse files
fix: adjust peer dependency ranges
1 parent fee322a commit 1bc4e59

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

packages/content/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"url": "https://github.com/analogjs/analog.git"
2020
},
2121
"peerDependencies": {
22-
"@angular/common": ">=15.0.0 || ^18.0.0",
23-
"@angular/core": ">=15.0.0 || ^18.0.0",
24-
"@angular/platform-browser": ">=15.0.0 || ^18.0.0",
25-
"@angular/router": ">=15.0.0 || ^18.0.0",
22+
"@angular/common": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
23+
"@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
24+
"@angular/platform-browser": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
25+
"@angular/router": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
2626
"rxjs": "^6.5.0 || ^7.5.0",
2727
"marked": "^5.0.2",
2828
"marked-gfm-heading-id": "^3.0.4",

packages/router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"url": "https://github.com/analogjs/analog.git"
2121
},
2222
"peerDependencies": {
23-
"@angular/core": ">=15.0.0 || ^18.0.0",
24-
"@angular/router": ">=15.0.0 || ^18.0.0"
23+
"@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
24+
"@angular/router": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
2525
},
2626
"optionalDependencies": {
2727
"@analogjs/content": "^1.4.0-beta.4"

packages/trpc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"url": "https://github.com/analogjs/analog.git"
2121
},
2222
"peerDependencies": {
23-
"@angular/common": ">=16.0.0 || ^18.0.0",
24-
"@angular/core": ">=16.0.0 || ^18.0.0",
23+
"@angular/common": "^16.0.0 || ^17.0.0 || ^18.0.0",
24+
"@angular/core": "^16.0.0 || ^17.0.0 || ^18.0.0",
2525
"@trpc/client": "^10.25.0",
2626
"@trpc/server": "^10.25.0",
2727
"isomorphic-fetch": "^3.0.0",

packages/vite-plugin-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"url": "https://github.com/analogjs/analog.git"
2121
},
2222
"peerDependencies": {
23-
"@angular-devkit/build-angular": ">=15.0.0 || ^18.0.0",
24-
"@ngtools/webpack": ">=15.0.0 || ^18.0.0"
23+
"@angular-devkit/build-angular": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
24+
"@ngtools/webpack": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
2525
},
2626
"dependencies": {
2727
"ts-morph": "^21.0.0"

0 commit comments

Comments
 (0)