react-render-hook
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -18,1 +18,4 @@ # Changelog | ||
Converted to use ES6 Maps with objects as keys (this must be supported by the runtime - Node v4 onwards is fine) | ||
## v1.0.1 | ||
Update devDependencies |
{ | ||
"name": "react-render-hook", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Hooks to React.js rendering, to enable access to the virtual DOM (as shown in React devtools)", | ||
@@ -36,5 +36,4 @@ "scripts": { | ||
"object-assign": "^4.0.1", | ||
"react": "^15.0.0", | ||
"react-addons-test-utils": "^15.0.0", | ||
"react-dom": "^15.0.0", | ||
"react": "^16.0.0-rc", | ||
"react-dom": "^16.0.0-rc", | ||
"unexpected": "^10.0.2" | ||
@@ -41,0 +40,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
17
117887