Skip to content

Commit 5756abd

Browse files
committed
Update moment dependency version
The previous version removed an internal method we relied on for fetching the months in the months view. By updating the version and applying the fix in the next commit this bug is now fixed.
1 parent 1647b98 commit 5756abd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"peerDependencies": {
3838
"react": ">=0.13",
3939
"react-dom": ">=0.13",
40-
"moment": ">=2.8.1"
40+
"moment": ">=2.16.0"
4141
},
4242
"devDependencies": {
4343
"eslint": "^3.1.0",
@@ -47,7 +47,7 @@
4747
"gulp-webpack": "^1.5.0",
4848
"jsdom": "^7.0.2",
4949
"mocha": "^2.2.5",
50-
"moment": "2.14.1",
50+
"moment": ">=2.16.0",
5151
"pre-commit": "^1.1.3",
5252
"react": ">=0.13",
5353
"react-addons-test-utils": ">=0.13",

0 commit comments

Comments
 (0)