Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1997033 commit 1ea366cCopy full SHA for 1ea366c
package.json
@@ -35,11 +35,11 @@
35
"tslib": "^1.10.0"
36
},
37
"peerDependencies": {
38
- "focus-trap": "5",
39
- "rxjs": "6.X",
40
- "@angular/core": ">=2.4 3 4 5 6 7 8 9",
41
- "@angular/common": ">=2.4 3 4 5 6 7 8 9",
42
- "@angular/router": ">=2.4 3 4 5 6 7 8 9"
+ "focus-trap": ">=5 <6",
+ "rxjs": ">=6.X <7",
+ "@angular/core": ">=2.4 <=9",
+ "@angular/common": ">=2.4 <=9",
+ "@angular/router": ">=2.4 <=9"
43
44
"devDependencies": {
45
"@angular/common": "8",
0 commit comments