Skip to content

Commit 5526b90

Browse files
authored
Merge pull request #3008 from StoDevX/greenkeeper/babel-preset-react-native-4.0.1
Update babel-preset-react-native to the latest version 🚀
2 parents 2aaa246 + bd7e55c commit 5526b90

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
"babel-eslint": "8.2.6",
162162
"babel-jest": "23.4.2",
163163
"babel-plugin-transform-remove-console": "6.9.4",
164-
"babel-preset-react-native": "4.0.0",
164+
"babel-preset-react-native": "4.0.1",
165165
"bugsnag-sourcemaps": "1.0.4",
166166
"danger": "3.9.0",
167167
"danger-plugin-yarn": "1.3.0",

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1465,9 +1465,9 @@ babel-preset-jest@^23.2.0:
14651465
babel-plugin-jest-hoist "^23.2.0"
14661466
babel-plugin-syntax-object-rest-spread "^6.13.0"
14671467

1468-
[email protected].0, babel-preset-react-native@^4.0.0:
1469-
version "4.0.0"
1470-
resolved "https://registry.yarnpkg.com/babel-preset-react-native/-/babel-preset-react-native-4.0.0.tgz#3df80dd33a453888cdd33bdb87224d17a5d73959"
1468+
[email protected].1, babel-preset-react-native@^4.0.0:
1469+
version "4.0.1"
1470+
resolved "https://registry.yarnpkg.com/babel-preset-react-native/-/babel-preset-react-native-4.0.1.tgz#14ff07bdb6c8df9408082c0c18b2ce8e3392e76a"
14711471
dependencies:
14721472
babel-plugin-check-es2015-constants "^6.5.0"
14731473
babel-plugin-react-transform "^3.0.0"
@@ -1491,6 +1491,7 @@ [email protected], babel-preset-react-native@^4.0.0:
14911491
babel-plugin-transform-es2015-shorthand-properties "^6.5.0"
14921492
babel-plugin-transform-es2015-spread "^6.5.0"
14931493
babel-plugin-transform-es2015-template-literals "^6.5.0"
1494+
babel-plugin-transform-exponentiation-operator "^6.5.0"
14941495
babel-plugin-transform-flow-strip-types "^6.5.0"
14951496
babel-plugin-transform-object-assign "^6.5.0"
14961497
babel-plugin-transform-object-rest-spread "^6.5.0"

0 commit comments

Comments
 (0)