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

Commit 73282e9

Browse files
committed
chore(): support angular ^7.2.1 and ^8
1 parent eb1eabf commit 73282e9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

projects/core/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"pwa"
1616
],
1717
"peerDependencies": {
18-
"@angular/animations": ">=7.2.1",
19-
"@angular/common": ">=7.2.1",
20-
"@angular/core": ">=7.2.1",
21-
"@angular/forms": ">=7.2.1",
22-
"@angular/platform-browser": ">=7.2.1",
23-
"@angular/router": ">=7.2.1",
18+
"@angular/animations": ">=7.2.1 <9.0.0",
19+
"@angular/common": ">=7.2.1 <9.0.0",
20+
"@angular/core": ">=7.2.1 <9.0.0",
21+
"@angular/forms": ">=7.2.1 <9.0.0",
22+
"@angular/platform-browser": ">=7.2.1 <9.0.0",
23+
"@angular/router": ">=7.2.1 <9.0.0",
2424
"@ionic/angular": "^4.0.0",
2525
"rxjs": ">=6.4.0"
2626
},

0 commit comments

Comments
 (0)