Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 31621e6

Browse files
committed
feat: bump Angular to v16
BREAKING CHANGE: Minimum required `@angular/core` version is now `^16.0.0`.
1 parent b340d99 commit 31621e6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

libs/cdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"url": "https://github.com/rx-angular/rx-angular.git"
4444
},
4545
"peerDependencies": {
46-
"@angular/core": "^15.0.0",
46+
"@angular/core": "^16.0.0",
4747
"rxjs": "^6.5.3 || ^7.4.0"
4848
},
4949
"dependencies": {

libs/state/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"url": "https://github.com/rx-angular/rx-angular.git"
4444
},
4545
"peerDependencies": {
46-
"@angular/core": "^15.0.0",
46+
"@angular/core": "^16.0.0",
4747
"rxjs": "^6.5.3 || ^7.4.0"
4848
},
4949
"dependencies": {

libs/template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
"url": "https://github.com/rx-angular/rx-angular.git"
4545
},
4646
"peerDependencies": {
47-
"@angular/core": "^15.0.0",
47+
"@angular/core": "^16.0.0",
4848
"rxjs": "^6.5.3 || ^7.4.0",
49-
"@rx-angular/cdk": "^15.0.0"
49+
"@rx-angular/cdk": "^16.0.0"
5050
},
5151
"dependencies": {
5252
"tslib": "^2.4.1",

0 commit comments

Comments
 (0)