react-static-container
Advanced tools
Comparing version 1.0.0-alpha.1 to 1.0.0
{ | ||
"name": "react-static-container", | ||
"version": "1.0.0-alpha.1", | ||
"version": "1.0.0", | ||
"description": "Renders static content efficiently by allowing React to short-circuit the reconciliation process.", | ||
@@ -34,15 +34,17 @@ "main": "index.js", | ||
"devDependencies": { | ||
"babel": "^5.8.19", | ||
"babel": "^5.8.23", | ||
"del": "^1.2.0", | ||
"fbjs": "^0.1.0-alpha.4", | ||
"fbjs": "^0.3.1", | ||
"fbjs-scripts": "^0.2.2", | ||
"gulp": "^3.9.0", | ||
"gulp-babel": "^5.2.0", | ||
"jest-cli": "^0.4.17", | ||
"object-assign": "^3.0.0", | ||
"react": "^0.13.0", | ||
"run-sequence": "^1.1.2" | ||
"gulp-babel": "^5.2.1", | ||
"jest-cli": "^0.5.10", | ||
"object-assign": "^4.0.1", | ||
"react": "^0.14.0", | ||
"react-dom": "^0.14.0", | ||
"run-sequence": "^1.1.4" | ||
}, | ||
"peerDependencies": { | ||
"react": "^0.13.0 || ^0.14.0-beta1" | ||
"react": "^0.13.0 || ^0.14.0" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
9682
0
11