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 28c35ab commit edd17b9Copy full SHA for edd17b9
package.json
@@ -143,7 +143,17 @@
143
"peerDependencies": {
144
"@angular/animations": ">=6.0.0 <10.0.0",
145
"@angular/common": ">=6.0.0 <10.0.0",
146
- "@angular/core": ">=6.0.0 <10.0.0"
+ "@angular/core": ">=6.0.0 <10.0.0",
147
+ "date-fns": "^2.0.0",
148
+ "moment": "^2.0.0"
149
+ },
150
+ "peerDependenciesMeta": {
151
+ "date-fns": {
152
+ "optional": true
153
154
+ "moment": {
155
156
+ }
157
},
158
"dependencies": {
159
"angular-draggable-droppable": "^4.3.8",
0 commit comments