@untool/react
Advanced tools
Comparing version 1.0.0-rc.12 to 1.0.0-rc.13
@@ -6,2 +6,14 @@ # Change Log | ||
# [1.0.0-rc.13](https://github.com/untool/untool/compare/v1.0.0-rc.12...v1.0.0-rc.13) (2018-12-05) | ||
### Bug Fixes | ||
* **react:** add babel/core as a dependency ([09cce6f](https://github.com/untool/untool/commit/09cce6f)), closes [#220](https://github.com/untool/untool/issues/220) | ||
* **react:** bump minimum React version to 16.4 ([dc7cb4a](https://github.com/untool/untool/commit/dc7cb4a)) | ||
# [1.0.0-rc.12](https://github.com/untool/untool/compare/v1.0.0-rc.11...v1.0.0-rc.12) (2018-12-03) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@untool/react", | ||
"version": "1.0.0-rc.12", | ||
"version": "1.0.0-rc.13", | ||
"description": "untool react mixin", | ||
@@ -21,4 +21,5 @@ "browser": "lib/runtime.js", | ||
"dependencies": { | ||
"@babel/core": "^7.0.0", | ||
"@babel/preset-react": "^7.0.0", | ||
"@untool/core": "^1.0.0-rc.12", | ||
"@untool/core": "^1.0.0-rc.13", | ||
"babel-plugin-transform-react-remove-prop-types": "^0.4.19", | ||
@@ -31,4 +32,4 @@ "clone": "^2.1.2", | ||
"peerDependencies": { | ||
"react": "^16.2.0", | ||
"react-dom": "^16.2.0", | ||
"react": "^16.4.0", | ||
"react-dom": "^16.4.0", | ||
"react-helmet": "^5.2.0", | ||
@@ -40,3 +41,3 @@ "react-router-dom": "^4.2.2" | ||
}, | ||
"gitHead": "4fa05bada9a907b0d1b54aa15d9c7a305aa103c8" | ||
"gitHead": "5b28e9f9dbd892b364c6b6eb5c15f7748b51a745" | ||
} |
32649
12
+ Added@babel/core@^7.0.0
Updated@untool/core@^1.0.0-rc.13