Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit 43d3ec7

Browse files
committed
feat(angular): bump angular support to atleast 8.0.0
1 parent bf5df79 commit 43d3ec7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

projects/core/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"@fivethree/ngx-rxjs-animations": "0.0.2"
1919
},
2020
"peerDependencies": {
21-
"@angular/animations": ">=7.2.1 <9.0.0",
22-
"@angular/common": ">=7.2.1 <9.0.0",
23-
"@angular/core": ">=7.2.1 <9.0.0",
24-
"@angular/forms": ">=7.2.1 <9.0.0",
25-
"@angular/platform-browser": ">=7.2.1 <9.0.0",
26-
"@angular/router": ">=7.2.1 <9.0.0",
21+
"@angular/animations": ">=8.0.0 <9.0.0",
22+
"@angular/common": ">=8.0.0 <9.0.0",
23+
"@angular/core": ">=8.0.0 <9.0.0",
24+
"@angular/forms": ">=8.0.0 <9.0.0",
25+
"@angular/platform-browser": ">=8.0.0 <9.0.0",
26+
"@angular/router": ">=8.0.0 <9.0.0",
2727
"@ionic/angular": "^4.0.0",
2828
"rxjs": ">=6.4.0"
2929
},

0 commit comments

Comments
 (0)