@expo/metro-config 56.0.6 → 56.0.7
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.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@expo/metro-config",
|
|
3
|
-
"version": "56.0.
|
|
3
|
+
"version": "56.0.7",
|
|
4
4
|
"description": "A Metro config for running React Native projects with the Metro bundler",
|
|
5
5
|
"main": "build/ExpoMetroConfig.js",
|
|
6
6
|
"types": "build/ExpoMetroConfig.d.ts",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@babel/code-frame": "^7.20.0",
|
|
57
57
|
"@babel/core": "^7.20.0",
|
|
58
58
|
"@babel/generator": "^7.20.5",
|
|
59
|
-
"@expo/config": "~56.0.
|
|
59
|
+
"@expo/config": "~56.0.4",
|
|
60
60
|
"@expo/env": "~2.2.0",
|
|
61
61
|
"@expo/json-file": "~10.1.0",
|
|
62
62
|
"@expo/metro": "~56.0.0",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"hermes-parser": "^0.33.3",
|
|
73
73
|
"jsc-safe-url": "^0.2.4",
|
|
74
74
|
"lightningcss": "^1.30.1",
|
|
75
|
-
"picomatch": "^4.0.
|
|
75
|
+
"picomatch": "^4.0.4",
|
|
76
76
|
"postcss": "^8.5.14",
|
|
77
77
|
"resolve-from": "^5.0.0"
|
|
78
78
|
},
|
|
@@ -94,13 +94,13 @@
|
|
|
94
94
|
"dedent": "^1.5.3",
|
|
95
95
|
"metro-minify-terser": "^0.84.2",
|
|
96
96
|
"sass": "^1.60.0",
|
|
97
|
-
"expo": "56.0.0-preview.
|
|
97
|
+
"expo": "56.0.0-preview.10",
|
|
98
98
|
"expo-module-scripts": "56.0.2"
|
|
99
99
|
},
|
|
100
100
|
"publishConfig": {
|
|
101
101
|
"access": "public"
|
|
102
102
|
},
|
|
103
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "40f0a6f6711d93762e0506b37e6e077e4bd9a541",
|
|
104
104
|
"scripts": {
|
|
105
105
|
"build": "expo-module tsc",
|
|
106
106
|
"clean": "expo-module clean",
|