@expo/metro-config 58.0.0 → 58.0.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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expo/metro-config",
3
- "version": "58.0.0",
3
+ "version": "58.0.1",
4
4
  "description": "A Metro config for running React Native projects with the Metro bundler",
5
5
  "keywords": [
6
6
  "expo",
@@ -74,7 +74,7 @@
74
74
  "@jridgewell/gen-mapping": "^0.3.13",
75
75
  "@jridgewell/remapping": "^2.3.5",
76
76
  "@jridgewell/sourcemap-codec": "^1.5.5",
77
- "@react-native/js-polyfills": "0.87.1",
77
+ "@react-native/js-polyfills": "0.88.0-rc.0",
78
78
  "browserslist": "^4.25.0",
79
79
  "chalk": "^4.1.0",
80
80
  "debug": "^4.3.2",
@@ -112,7 +112,7 @@
112
112
  "optional": true
113
113
  }
114
114
  },
115
- "gitHead": "c543a7181fc32e14f42d89550087b80ac5c490f2",
115
+ "gitHead": "40afe3afa42f1dcca3dcba7ffbb3641859bdf2f0",
116
116
  "scripts": {
117
117
  "build": "expo-build cjs:src",
118
118
  "clean": "expo-module clean",