@wordpress/element
Advanced tools
Comparing version 2.7.0 to 2.8.0
@@ -0,1 +1,8 @@ | ||
## Master | ||
### New Features | ||
- The bundled `react` dependency has been updated from requiring `^16.8.4` to requiring `^16.9.0` ([#16982](https://github.com/WordPress/gutenberg/pull/16982)). It contains [new deprecations](https://reactjs.org/blog/2019/08/08/react-v16.9.0.html#new-deprecations) as well. | ||
- The bundled `react-dom` dependency has been updated from requiring `^16.8.4` to requiring `^16.9.0` ([#16982](https://github.com/WordPress/gutenberg/pull/16982)). | ||
## 2.4.0 (2019-05-21) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@wordpress/element", | ||
"version": "2.7.0", | ||
"version": "2.8.0", | ||
"description": "Element React module for WordPress.", | ||
@@ -28,4 +28,4 @@ "author": "The WordPress Contributors", | ||
"lodash": "^4.17.14", | ||
"react": "^16.8.4", | ||
"react-dom": "^16.8.4" | ||
"react": "^16.9.0", | ||
"react-dom": "^16.9.0" | ||
}, | ||
@@ -35,3 +35,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "989502eccaadee1ea7666d6d9fb9f4d08b274546" | ||
"gitHead": "4fd00581206f63b1854962e9aa23afded445b7ee" | ||
} |
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
206156
Updatedreact@^16.9.0
Updatedreact-dom@^16.9.0