Skip to content

Commit d178614

Browse files
author
Matt Lewis
committed
fix: allow angular 5 peer dependency
1 parent 3d27d28 commit d178614

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -154,19 +154,19 @@
154154
"zone.js": "^0.8.18"
155155
},
156156
"peerDependencies": {
157-
"@angular/animations": "^4.0.0",
158-
"@angular/common": "^4.0.0",
159-
"@angular/core": "^4.0.0",
160-
"@angular/platform-browser": "^4.0.0",
157+
"@angular/animations": ">=4.0.0 <6.0.0",
158+
"@angular/common": ">=4.0.0 <6.0.0",
159+
"@angular/core": ">=4.0.0 <6.0.0",
160+
"@angular/platform-browser": ">=4.0.0 <6.0.0",
161161
"typescript": "^2.3.0"
162162
},
163163
"files": [
164164
"dist",
165165
"scss"
166166
],
167167
"dependencies": {
168-
"angular-draggable-droppable": "^1.1.0",
169-
"angular-resizable-element": "^1.2.3",
168+
"angular-draggable-droppable": "^1.1.1",
169+
"angular-resizable-element": "^1.2.4",
170170
"calendar-utils": "0.0.57",
171171
"date-fns": "^1.28.5",
172172
"positioning": "^1.3.1"

0 commit comments

Comments
 (0)