We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6c52d1 commit 24be6f3Copy full SHA for 24be6f3
package.json
@@ -123,9 +123,8 @@
123
},
124
"dependencies": {
125
"@ng-bootstrap/ng-bootstrap": "^1.0.0-alpha.0",
126
- "@types/date-fns": "0.0.2",
127
"angular-resizable-element": "~0.5.0",
128
"calendar-utils": "0.0.36",
129
- "date-fns": "^1.3.0"
+ "date-fns": "^1.11.1"
130
}
131
test/entry.ts
@@ -2,6 +2,7 @@
2
/// <reference types="chai" />
3
/// <reference types="sinon" />
4
/// <reference types="sinon-chai" />
5
+/// <reference path="../node_modules/date-fns/typings.d.ts" />
6
7
import 'core-js';
8
import 'zone.js/dist/zone';
0 commit comments