Skip to content

Commit

Permalink
chore(deps-dev): Bump babel-preset-expo from 5.2.0 to 7.0.0 (#225)
Browse files Browse the repository at this point in the history
Bumps [babel-preset-expo](https://github.com/expo/expo/tree/HEAD/packages/babel-preset-expo) from 5.2.0 to 7.0.0.
- [Release notes](https://github.com/expo/expo/releases)
- [Changelog](https://github.com/expo/expo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/babel-preset-expo)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and amaury1093 committed Sep 30, 2019
1 parent af6c5e4 commit e8bd3fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"babel-eslint": "^10.0.3",
"babel-preset-expo": "^5.2.0",
"babel-preset-expo": "^7.0.0",
"eslint": "^6.5.0",
"eslint-config-prettier": "^6.3.0",
"eslint-config-semistandard": "^15.0.0",
Expand Down
17 changes: 2 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1830,20 +1830,7 @@ babel-plugin-syntax-trailing-function-commas@^7.0.0-beta.0:
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-7.0.0-beta.0.tgz#aa213c1435e2bffeb6fca842287ef534ad05d5cf"
integrity sha512-Xj9XuRuz3nTSbaTXWv3itLOcxyF4oPD8douBBmj7U9BBC6nEBYfyOJYQMf/8PJAFotC62UY5dFfIGEPr7WswzQ==

babel-preset-expo@^5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/babel-preset-expo/-/babel-preset-expo-5.2.0.tgz#37f466e65c29ab518d91d04c299d84cef07590d2"
integrity sha512-yNHYwSFk7fvVCVJM3m3Vi/BVBNAeox1Iw1tHhCJGbLnpYkR94wst/I8IF9y+K01FhJ98epIK1S0Go3EmHJbbzA==
dependencies:
"@babel/core" "^7.1.0"
"@babel/plugin-proposal-decorators" "^7.1.0"
"@babel/plugin-transform-modules-commonjs" "^7.4.4"
"@babel/preset-env" "^7.3.1"
babel-plugin-module-resolver "^3.1.1"
babel-plugin-react-native-web "^0.11.2"
metro-react-native-babel-preset "^0.51.1"

babel-preset-expo@~7.0.0:
babel-preset-expo@^7.0.0, babel-preset-expo@~7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/babel-preset-expo/-/babel-preset-expo-7.0.0.tgz#1d288e0efb17dcea84b0d30ce5f5ab99f781ae4a"
integrity sha512-lhQUlodOf1pJoDQ4X1SpLLiQQutvAJ3eB2xZtcqQFY0SAc7ifchtgWk/1T9SmI8lCOcllcPsFDyjbcPWav1FHQ==
Expand Down Expand Up @@ -5256,7 +5243,7 @@ metro-react-native-babel-preset@0.51.0:
metro-babel7-plugin-react-transform "0.51.0"
react-transform-hmr "^1.0.4"

metro-react-native-babel-preset@0.51.1, metro-react-native-babel-preset@^0.51.1:
metro-react-native-babel-preset@0.51.1:
version "0.51.1"
resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.51.1.tgz#44aeeedfea37f7c2ab8f6f273fa71b90fe65f089"
integrity sha512-e9tsYDFhU70gar0jQWcZXRPJVCv4k7tEs6Pm74wXO2OO/T1MEumbvniDIGwGG8bG8RUnYdHhjcaiub2Vc5BRWw==
Expand Down

0 comments on commit e8bd3fd

Please sign in to comment.