Skip to content

Commit 7230e94

Browse files
committed
fix: allow angular 8 peer dependency
Closes #898
1 parent 7211519 commit 7230e94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@
126126
"zone.js": "^0.8.26"
127127
},
128128
"peerDependencies": {
129-
"@angular/animations": ">=6.0.0 <8.0.0",
130-
"@angular/common": ">=6.0.0 <8.0.0",
131-
"@angular/core": ">=6.0.0 <8.0.0"
129+
"@angular/animations": ">=6.0.0 <9.0.0",
130+
"@angular/common": ">=6.0.0 <9.0.0",
131+
"@angular/core": ">=6.0.0 <9.0.0"
132132
},
133133
"dependencies": {
134134
"angular-draggable-droppable": "^4.0.2",

0 commit comments

Comments
 (0)