mirror of
https://github.com/status-im/react-native.git
synced 2025-02-26 08:05:34 +00:00
Upgrade babel-plugin-react-transform to v3.x
Summary: babel-plugin-react-transform@3 includes support for HMR on `React.PureComponent`: https://github.com/gaearon/babel-plugin-react-transform/pull/106 Reviewed By: davidaurelio Differential Revision: D5814322 fbshipit-source-id: 36e83ffa00f9d4ff079665aec1e8341725811a8e
This commit is contained in:
parent
39f83c4a12
commit
f568090ae2
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-preset-react-native",
|
"name": "babel-preset-react-native",
|
||||||
"version": "3.0.1",
|
"version": "4.0.0",
|
||||||
"description": "Babel preset for React Native applications",
|
"description": "Babel preset for React Native applications",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": "https://github.com/facebook/react-native/tree/master/babel-preset",
|
"repository": "https://github.com/facebook/react-native/tree/master/babel-preset",
|
||||||
@ -16,7 +16,7 @@
|
|||||||
"homepage": "https://github.com/facebook/react-native/tree/master/babel-preset/README.md",
|
"homepage": "https://github.com/facebook/react-native/tree/master/babel-preset/README.md",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-plugin-check-es2015-constants": "^6.5.0",
|
"babel-plugin-check-es2015-constants": "^6.5.0",
|
||||||
"babel-plugin-react-transform": "2.0.2",
|
"babel-plugin-react-transform": "^3.0.0",
|
||||||
"babel-plugin-syntax-async-functions": "^6.5.0",
|
"babel-plugin-syntax-async-functions": "^6.5.0",
|
||||||
"babel-plugin-syntax-class-properties": "^6.5.0",
|
"babel-plugin-syntax-class-properties": "^6.5.0",
|
||||||
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user