bug-versions
Advanced tools
Comparing version 1.14.2 to 1.14.3
1.14.3 / 2018-11-13 | ||
================== | ||
**fixes** | ||
* [[`e8831dd`](http://github.com/cnpm/bug-versions/commit/e8831dd67037190261144eda347c982d8e91d8cb)] - fix: react-test-renderer and react-art (fengmk2 <<fengmk2@gmail.com>>) | ||
1.14.2 / 2018-11-13 | ||
@@ -3,0 +9,0 @@ ================== |
{ | ||
"name": "bug-versions", | ||
"version": "1.14.2", | ||
"version": "1.14.3", | ||
"description": "collect all bug versions on npm package", | ||
@@ -180,2 +180,14 @@ "main": "index.js", | ||
} | ||
}, | ||
"react-test-renderer": { | ||
"16.6.2": { | ||
"version": "16.6.1", | ||
"reason": "https://github.com/facebook/react/issues/14208" | ||
} | ||
}, | ||
"react-art": { | ||
"16.6.2": { | ||
"version": "16.6.1", | ||
"reason": "https://github.com/facebook/react/issues/14208" | ||
} | ||
} | ||
@@ -182,0 +194,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
12345