Skip to content

Commit 0e00e02

Browse files
committed
Update dependency babel-preset-react-native to v4.0.1
1 parent db6cf2e commit 0e00e02

File tree

2 files changed

+41
-4
lines changed

2 files changed

+41
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"babel-jest": "24.8.0",
3737
"babel-plugin-transform-decorators-legacy": "^1.3.4",
38-
"babel-preset-react-native": "4.0.0",
38+
"babel-preset-react-native": "4.0.1",
3939
"babel-preset-react-native-stage-0": "^1.0.1",
4040
"jest": "24.8.0",
4141
"prettier": "^1.12.1",

yarn.lock

+40-3
Original file line numberDiff line numberDiff line change
@@ -1604,9 +1604,9 @@ babel-preset-react-native-stage-0@^1.0.1:
16041604
babel-plugin-transform-function-bind "^6.5.2"
16051605
babel-preset-react-native "^1.5.6"
16061606

1607-
[email protected].0, babel-preset-react-native@^4.0.0:
1608-
version "4.0.0"
1609-
resolved "http://registry.npm.taobao.org/babel-preset-react-native/download/babel-preset-react-native-4.0.0.tgz#3df80dd33a453888cdd33bdb87224d17a5d73959"
1607+
1608+
version "4.0.1"
1609+
resolved "https://registry.yarnpkg.com/babel-preset-react-native/-/babel-preset-react-native-4.0.1.tgz#14ff07bdb6c8df9408082c0c18b2ce8e3392e76a"
16101610
dependencies:
16111611
babel-plugin-check-es2015-constants "^6.5.0"
16121612
babel-plugin-react-transform "^3.0.0"
@@ -1630,6 +1630,7 @@ [email protected], babel-preset-react-native@^4.0.0:
16301630
babel-plugin-transform-es2015-shorthand-properties "^6.5.0"
16311631
babel-plugin-transform-es2015-spread "^6.5.0"
16321632
babel-plugin-transform-es2015-template-literals "^6.5.0"
1633+
babel-plugin-transform-exponentiation-operator "^6.5.0"
16331634
babel-plugin-transform-flow-strip-types "^6.5.0"
16341635
babel-plugin-transform-object-assign "^6.5.0"
16351636
babel-plugin-transform-object-rest-spread "^6.5.0"
@@ -1674,6 +1675,42 @@ babel-preset-react-native@^1.5.6:
16741675
babel-plugin-transform-regenerator "^6.5.0"
16751676
react-transform-hmr "^1.0.4"
16761677

1678+
babel-preset-react-native@^4.0.0:
1679+
version "4.0.0"
1680+
resolved "http://registry.npm.taobao.org/babel-preset-react-native/download/babel-preset-react-native-4.0.0.tgz#3df80dd33a453888cdd33bdb87224d17a5d73959"
1681+
dependencies:
1682+
babel-plugin-check-es2015-constants "^6.5.0"
1683+
babel-plugin-react-transform "^3.0.0"
1684+
babel-plugin-syntax-async-functions "^6.5.0"
1685+
babel-plugin-syntax-class-properties "^6.5.0"
1686+
babel-plugin-syntax-dynamic-import "^6.18.0"
1687+
babel-plugin-syntax-flow "^6.5.0"
1688+
babel-plugin-syntax-jsx "^6.5.0"
1689+
babel-plugin-syntax-trailing-function-commas "^6.5.0"
1690+
babel-plugin-transform-class-properties "^6.5.0"
1691+
babel-plugin-transform-es2015-arrow-functions "^6.5.0"
1692+
babel-plugin-transform-es2015-block-scoping "^6.5.0"
1693+
babel-plugin-transform-es2015-classes "^6.5.0"
1694+
babel-plugin-transform-es2015-computed-properties "^6.5.0"
1695+
babel-plugin-transform-es2015-destructuring "^6.5.0"
1696+
babel-plugin-transform-es2015-for-of "^6.5.0"
1697+
babel-plugin-transform-es2015-function-name "^6.5.0"
1698+
babel-plugin-transform-es2015-literals "^6.5.0"
1699+
babel-plugin-transform-es2015-modules-commonjs "^6.5.0"
1700+
babel-plugin-transform-es2015-parameters "^6.5.0"
1701+
babel-plugin-transform-es2015-shorthand-properties "^6.5.0"
1702+
babel-plugin-transform-es2015-spread "^6.5.0"
1703+
babel-plugin-transform-es2015-template-literals "^6.5.0"
1704+
babel-plugin-transform-flow-strip-types "^6.5.0"
1705+
babel-plugin-transform-object-assign "^6.5.0"
1706+
babel-plugin-transform-object-rest-spread "^6.5.0"
1707+
babel-plugin-transform-react-display-name "^6.5.0"
1708+
babel-plugin-transform-react-jsx "^6.5.0"
1709+
babel-plugin-transform-react-jsx-source "^6.5.0"
1710+
babel-plugin-transform-regenerator "^6.5.0"
1711+
babel-template "^6.24.1"
1712+
react-transform-hmr "^1.0.4"
1713+
16771714
babel-register@^6.24.1, babel-register@^6.26.0:
16781715
version "6.26.0"
16791716
resolved "http://registry.npm.taobao.org/babel-register/download/babel-register-6.26.0.tgz#6ed021173e2fcb486d7acb45c6009a856f647071"

0 commit comments

Comments
 (0)