react-habitat
Advanced tools
Comparing version 0.5.1-beta to 0.5.1-beta2
{ | ||
"name": "react-habitat", | ||
"version": "0.5.1-beta", | ||
"version": "0.5.1-beta2", | ||
"description": "A React DOM Bootstrapper designed to harmonise a hybrid application", | ||
@@ -61,7 +61,9 @@ "main": "./lib/index.js", | ||
"prop-types": "^15.5.10", | ||
"webpack": "^1.13.0" | ||
"webpack": "^1.13.0", | ||
"react": "^16.0.0", | ||
"react-dom": "^16.0.0" | ||
}, | ||
"dependencies": { | ||
"react": "^15.0.0 || ^16.0.0", | ||
"react-dom": "^15.0.0 || ^16.0.0" | ||
"peerDependencies": { | ||
"react": ">=15.0.0 <17.0.0", | ||
"react-dom": ">=15.0.0 <17.0.0" | ||
}, | ||
@@ -68,0 +70,0 @@ "files": [ |
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
198417
28
- Removedreact@^15.0.0 || ^16.0.0
- Removedreact-dom@^15.0.0 || ^16.0.0