Skip to content

Commit 224e75f

Browse files
Merge pull request #4 from react-native-sensors/renovate/babel-preset-react-native-1.x
Update dependency babel-preset-react-native to v1.9.2
2 parents 05c2847 + a82980e commit 224e75f

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"babel-jest": "18.0.0",
17-
"babel-preset-react-native": "1.9.1",
17+
"babel-preset-react-native": "1.9.2",
1818
"jest": "18.1.0",
1919
"react-test-renderer": "15.4.1"
2020
},

Diff for: yarn.lock

+35-1
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,41 @@ babel-preset-jest@^18.0.0:
742742
dependencies:
743743
babel-plugin-jest-hoist "^18.0.0"
744744

745-
[email protected], babel-preset-react-native@^1.9.0:
745+
746+
version "1.9.2"
747+
resolved "https://registry.yarnpkg.com/babel-preset-react-native/-/babel-preset-react-native-1.9.2.tgz#b22addd2e355ff3b39671b79be807e52dfa145f2"
748+
dependencies:
749+
babel-plugin-check-es2015-constants "^6.5.0"
750+
babel-plugin-react-transform "2.0.2"
751+
babel-plugin-syntax-async-functions "^6.5.0"
752+
babel-plugin-syntax-class-properties "^6.5.0"
753+
babel-plugin-syntax-flow "^6.5.0"
754+
babel-plugin-syntax-jsx "^6.5.0"
755+
babel-plugin-syntax-trailing-function-commas "^6.5.0"
756+
babel-plugin-transform-class-properties "^6.5.0"
757+
babel-plugin-transform-es2015-arrow-functions "^6.5.0"
758+
babel-plugin-transform-es2015-block-scoping "^6.5.0"
759+
babel-plugin-transform-es2015-classes "^6.5.0"
760+
babel-plugin-transform-es2015-computed-properties "^6.5.0"
761+
babel-plugin-transform-es2015-destructuring "^6.5.0"
762+
babel-plugin-transform-es2015-for-of "^6.5.0"
763+
babel-plugin-transform-es2015-function-name "^6.5.0"
764+
babel-plugin-transform-es2015-literals "^6.5.0"
765+
babel-plugin-transform-es2015-modules-commonjs "^6.5.0"
766+
babel-plugin-transform-es2015-parameters "^6.5.0"
767+
babel-plugin-transform-es2015-shorthand-properties "^6.5.0"
768+
babel-plugin-transform-es2015-spread "^6.5.0"
769+
babel-plugin-transform-es2015-template-literals "^6.5.0"
770+
babel-plugin-transform-flow-strip-types "^6.5.0"
771+
babel-plugin-transform-object-assign "^6.5.0"
772+
babel-plugin-transform-object-rest-spread "^6.5.0"
773+
babel-plugin-transform-react-display-name "^6.5.0"
774+
babel-plugin-transform-react-jsx "^6.5.0"
775+
babel-plugin-transform-react-jsx-source "^6.5.0"
776+
babel-plugin-transform-regenerator "^6.5.0"
777+
react-transform-hmr "^1.0.4"
778+
779+
babel-preset-react-native@^1.9.0:
746780
version "1.9.1"
747781
resolved "https://registry.yarnpkg.com/babel-preset-react-native/-/babel-preset-react-native-1.9.1.tgz#ec8e378274410d78f550fa9f8edd70353f3bb2fe"
748782
dependencies:

0 commit comments

Comments
 (0)