react-simple-di
Advanced tools
Comparing version 1.1.0 to 1.2.0
# ChangeLog | ||
### v1.2.0 | ||
* Update React to v15.0.0 | ||
### v1.1.0 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "react-simple-di", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Simple Dependancy Injection Solution for React", | ||
@@ -35,9 +35,9 @@ "repository": { | ||
"babel-plugin-transform-runtime": "6.x.x", | ||
"react": "0.14.x", | ||
"react-dom": "0.14.x", | ||
"react-addons-test-utils": ">=0.14.3 <=0.15.0", | ||
"enzyme": "1.x.x" | ||
"react": "^15.0.0", | ||
"react-dom": "^15.0.0", | ||
"react-addons-test-utils": "^15.0.0", | ||
"enzyme": "^2.2.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "0.14.x" | ||
"react": "^0.14.0 || ^15.0.0" | ||
}, | ||
@@ -44,0 +44,0 @@ "dependencies": { |
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
9208