mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 11:34:23 +00:00
2e9c888dcd
Summary:These updates include important changes to correctness in the linked and underlying packages: * https://github.com/gaearon/babel-plugin-react-transform/releases/tag/v2.0.1 * https://github.com/gaearon/babel-plugin-react-transform/releases/tag/v2.0.2 * https://github.com/gaearon/react-proxy/releases/tag/v1.1.3 * https://github.com/gaearon/react-proxy/releases/tag/v1.1.4 * etc We need to include these if we want to ship hot reloading. Create a new project with those versions of packages. <img width="761" alt="screen shot 2016-03-06 at 18 49 20" src="https://cloud.githubusercontent.com/assets/810438/13556222/2d45ca62-e3cc-11e5-8a3f-a2346efe19dd.png"> Verify hot reloading still works. ![](http://cl.ly/2J150y0Y3E1z/download/Screen%20Recording%202016-03-06%20at%2018.48.gif) martinbigio skevy I wasn’t sure whether to touch the shrinkwrap. Closes https://github.com/facebook/react-native/pull/6325 Reviewed By: yungsters Differential Revision: D3019470 Pulled By: martinbigio fb-gh-sync-id: 99bad390cd898f58aa7f74494066561a81eb40e6 shipit-source-id: 99bad390cd898f58aa7f74494066561a81eb40e6
46 lines
1.9 KiB
JSON
46 lines
1.9 KiB
JSON
{
|
|
"name": "babel-preset-react-native",
|
|
"version": "1.5.2",
|
|
"description": "Babel preset for React Native applications",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/facebook/react-native/tree/master/babel-preset",
|
|
"keywords": [
|
|
"babel",
|
|
"preset",
|
|
"react-native"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/react-native/issues"
|
|
},
|
|
"homepage": "https://github.com/facebook/react-native/tree/master/babel-preset/README.md",
|
|
"dependencies": {
|
|
"babel-plugin-react-transform": "2.0.2",
|
|
"babel-plugin-syntax-async-functions": "^6.5.0",
|
|
"babel-plugin-syntax-class-properties": "^6.5.0",
|
|
"babel-plugin-syntax-flow": "^6.5.0",
|
|
"babel-plugin-syntax-jsx": "^6.5.0",
|
|
"babel-plugin-syntax-trailing-function-commas": "^6.5.0",
|
|
"babel-plugin-transform-class-properties": "^6.5.0",
|
|
"babel-plugin-transform-es2015-arrow-functions": "^6.5.0",
|
|
"babel-plugin-transform-es2015-block-scoping": "^6.5.0",
|
|
"babel-plugin-transform-es2015-classes": "^6.5.0",
|
|
"babel-plugin-transform-es2015-computed-properties": "^6.5.0",
|
|
"babel-plugin-transform-es2015-constants": "^6.1.4",
|
|
"babel-plugin-transform-es2015-destructuring": "^6.5.0",
|
|
"babel-plugin-transform-es2015-for-of": "^6.5.0",
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.5.0",
|
|
"babel-plugin-transform-es2015-parameters": "^6.5.0",
|
|
"babel-plugin-transform-es2015-shorthand-properties": "^6.5.0",
|
|
"babel-plugin-transform-es2015-spread": "^6.5.0",
|
|
"babel-plugin-transform-es2015-template-literals": "^6.5.0",
|
|
"babel-plugin-transform-flow-strip-types": "^6.5.0",
|
|
"babel-plugin-transform-object-assign": "^6.5.0",
|
|
"babel-plugin-transform-object-rest-spread": "^6.5.0",
|
|
"babel-plugin-transform-react-display-name": "^6.5.0",
|
|
"babel-plugin-transform-react-jsx": "^6.5.0",
|
|
"babel-plugin-transform-regenerator": "^6.5.0",
|
|
"react-transform-hmr": "^1.0.4"
|
|
}
|
|
}
|