We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8645e57 commit cd88bd5Copy full SHA for cd88bd5
package.json
@@ -89,8 +89,8 @@
89
"typescript": "3.9.6"
90
},
91
"peerDependencies": {
92
- "@angular/compiler": ">=2.3.1 <11.0.0 || >9.0.0-beta <11.0.0 || >9.1.0-beta <11.0.0 || >9.2.0-beta <11.0.0",
93
- "@angular/core": ">=2.3.1 <11.0.0 || >9.0.0-beta <11.0.0 || >9.1.0-beta <11.0.0 || >9.2.0-beta <11.0.0",
+ "@angular/compiler": ">=2.3.1 <12.0.0 || ^11.0.0-next || ^11.1.0-next || ^11.2.0-next",
+ "@angular/core": ">=2.3.1 <12.0.0 || ^11.0.0-next || ^11.1.0-next || ^11.2.0-next",
94
"tslint": "^5.0.0 || ^6.0.0"
95
96
"dependencies": {
0 commit comments