babel-preset-expo 9.2.0 → 9.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -4,7 +4,7 @@ This preset extends the default React Native preset (`metro-react-native-babel-p
4
4
 
5
5
  You can use this preset in any React Native project as a drop-in replacement for `metro-react-native-babel-preset`. If your project isn't using native font loading or web support then this preset will only add support for decorators with `@babel/plugin-proposal-decorators` - this is mostly used for supporting legacy community libraries.
6
6
 
7
- If you start your **web** project with `@expo/webpack-config` or `expo start:web` and your project doesn't contain a `babel.config.js` or a `.babelrc` then it will default to using `babel-preset-expo` for loading.
7
+ If you start your **web** project with `@expo/webpack-config` or `npx expo start` and your project doesn't contain a `babel.config.js` or a `.babelrc` then it will default to using `babel-preset-expo` for loading.
8
8
 
9
9
  If you have problems with the code in this repository, please file issues & bug reports
10
10
  at https://github.com/expo/expo. Thanks!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babel-preset-expo",
3
- "version": "9.2.0",
3
+ "version": "9.2.1",
4
4
  "description": "The Babel preset for Expo projects",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -50,11 +50,11 @@
50
50
  "@babel/preset-env": "^7.12.9",
51
51
  "babel-plugin-module-resolver": "^4.1.0",
52
52
  "babel-plugin-react-native-web": "~0.18.2",
53
- "metro-react-native-babel-preset": "~0.70.3"
53
+ "metro-react-native-babel-preset": "0.72.3"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@babel/core": "^7.12.9",
57
57
  "jest": "^26.6.3"
58
58
  },
59
- "gitHead": "093d340c3fd67ff4375af3a471c7d044aee893c9"
59
+ "gitHead": "1327fe2bc92f71f7213cd5ddd40fa4f8a5336bc6"
60
60
  }