react-datetime
Advanced tools
Comparing version 2.7.2 to 2.7.3
Changelog | ||
========= | ||
## 2.7.3 | ||
* When updating `moment` to `2.16.0` something broke, hopefully by updating all `react` prefixed dependencies to `15.4.0` and changing the syntax in the dependency object a bit will resolve this issue. | ||
## 2.7.2 | ||
@@ -4,0 +7,0 @@ * Bug fix: When setting `locale` and entering month view mode the component would sometimes freeze, depending on the locale. This has now been fixed. |
/* | ||
react-datetime v2.7.2 | ||
react-datetime v2.7.3 | ||
https://github.com/arqex/react-datetime | ||
@@ -4,0 +4,0 @@ MIT: https://github.com/arqex/react-datetime/raw/master/LICENSE |
/* | ||
react-datetime v2.7.2 | ||
react-datetime v2.7.3 | ||
https://github.com/arqex/react-datetime | ||
@@ -4,0 +4,0 @@ MIT: https://github.com/arqex/react-datetime/raw/master/LICENSE |
{ | ||
"name": "react-datetime", | ||
"version": "2.7.2", | ||
"version": "2.7.3", | ||
"description": "A lightweight but complete datetime picker React.js component.", | ||
@@ -38,5 +38,5 @@ "homepage": "https://github.com/arqex/react-datetime", | ||
"peerDependencies": { | ||
"react": ">=0.13", | ||
"react-dom": ">=0.13", | ||
"moment": ">=2.16.0" | ||
"react": "^15.4.0", | ||
"react-dom": "^15.4.0", | ||
"moment": "^2.16.0" | ||
}, | ||
@@ -51,7 +51,7 @@ "devDependencies": { | ||
"mocha": "^2.2.5", | ||
"moment": ">=2.16.0", | ||
"moment": "^2.16.0", | ||
"pre-commit": "^1.1.3", | ||
"react": ">=0.13", | ||
"react-addons-test-utils": ">=0.13", | ||
"react-dom": ">=0.13", | ||
"react": "^15.4.0", | ||
"react-addons-test-utils": "^15.4.0", | ||
"react-dom": "^15.4.0", | ||
"react-tools": "^0.13.2", | ||
@@ -58,0 +58,0 @@ "webpack": "^1.5.1", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
149336