Skip to content

Commit

Permalink
Upgrade babel-plugin-react-transform to v3.x
Browse files Browse the repository at this point in the history
Summary: babel-plugin-react-transform@3 includes support for HMR on `React.PureComponent`: gaearon/babel-plugin-react-transform#106

Reviewed By: davidaurelio

Differential Revision: D5814322

fbshipit-source-id: 36e83ffa00f9d4ff079665aec1e8341725811a8e
  • Loading branch information
rafeca authored and facebook-github-bot committed Sep 14, 2017
1 parent 39f83c4 commit f568090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions babel-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-react-native",
"version": "3.0.1",
"version": "4.0.0",
"description": "Babel preset for React Native applications",
"main": "index.js",
"repository": "https://github.com/facebook/react-native/tree/master/babel-preset",
Expand All @@ -16,7 +16,7 @@
"homepage": "https://github.com/facebook/react-native/tree/master/babel-preset/README.md",
"dependencies": {
"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-class-properties": "^6.5.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
Expand Down

0 comments on commit f568090

Please sign in to comment.