Skip to content

Commit

Permalink
feat: update package.json deps for Angular v16 support (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts authored Mar 20, 2023
1 parent f7748b1 commit f1c25e4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
22 changes: 11 additions & 11 deletions packages/astro-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@
"@analogjs/vite-plugin-angular": "latest"
},
"peerDependencies": {
"@angular-devkit/build-angular": "^15.0.0",
"@angular/animations": "^15.0.0",
"@angular/common": "^15.0.0",
"@angular/compiler-cli": "^15.0.0",
"@angular/compiler": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/language-service": "^15.0.0",
"@angular/platform-browser": "^15.0.0",
"@angular/platform-browser-dynamic": "^15.0.0",
"@angular/platform-server": "^15.0.0",
"@angular-devkit/build-angular": "^15.0.0 || ^16.0.0-next.0",
"@angular/animations": "^15.0.0 || ^16.0.0-next.0",
"@angular/common": "^15.0.0 || ^16.0.0-next.0",
"@angular/compiler-cli": "^15.0.0 || ^16.0.0-next.0",
"@angular/compiler": "^15.0.0 || ^16.0.0-next.0",
"@angular/core": "^15.0.0 || ^16.0.0-next.0",
"@angular/language-service": "^15.0.0 || ^16.0.0-next.0",
"@angular/platform-browser": "^15.0.0 || ^16.0.0-next.0",
"@angular/platform-browser-dynamic": "^15.0.0 || ^16.0.0-next.0",
"@angular/platform-server": "^15.0.0 || ^16.0.0-next.0",
"rxjs": "^7.5.6",
"zone.js": "~0.11.4",
"zone.js": "^0.11.0",
"tslib": "^2.4.0"
}
}
8 changes: 4 additions & 4 deletions packages/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"url": "https://github.com/analogjs/analog.git"
},
"peerDependencies": {
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/platform-browser": "^15.0.0",
"@angular/router": "^15.0.0",
"@angular/common": "^15.0.0 || ^16.0.0-next.0",
"@angular/core": "^15.0.0 || ^16.0.0-next.0",
"@angular/platform-browser": "^15.0.0 || ^16.0.0-next.0",
"@angular/router": "^15.0.0 || ^16.0.0-next.0",
"rxjs": "^6.5.0 || ^7.5.0",
"marked": "^4.2.4",
"prismjs": "^1.29.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"url": "https://github.com/analogjs/analog.git"
},
"peerDependencies": {
"@angular/core": "^14.0.0 || ^15.0.0",
"@angular/router": "^14.0.0 || ^15.0.0"
"@angular/core": "^15.0.0 || ^16.0.0-next.0",
"@angular/router": "^15.0.0 || ^16.0.0-next.0"
},
"optionalDependencies": {
"@analogjs/content": "latest"
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"url": "https://github.com/analogjs/analog.git"
},
"peerDependencies": {
"@angular-devkit/build-angular": "^14.0.0 || ^15.0.0"
"@angular-devkit/build-angular": "^15.0.0 || ^16.0.0-next.0"
}
}

0 comments on commit f1c25e4

Please sign in to comment.