Skip to content

Commit 5b7b876

Browse files
committed
ci: fix build web example
1 parent 2176116 commit 5b7b876

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

example/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"web": "expo start --web"
1212
},
1313
"dependencies": {
14+
"@expo/metro-runtime": "~6.1.2",
1415
"@tailwindcss/postcss": "^4.1.11",
1516
"expo": "54.0.1",
1617
"expo-status-bar": "~3.0.8",

yarn.lock

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2269,6 +2269,26 @@ __metadata:
22692269
languageName: node
22702270
linkType: hard
22712271

2272+
"@expo/metro-runtime@npm:~6.1.2":
2273+
version: 6.1.2
2274+
resolution: "@expo/metro-runtime@npm:6.1.2"
2275+
dependencies:
2276+
anser: "npm:^1.4.9"
2277+
pretty-format: "npm:^29.7.0"
2278+
stacktrace-parser: "npm:^0.1.10"
2279+
whatwg-fetch: "npm:^3.0.0"
2280+
peerDependencies:
2281+
expo: "*"
2282+
react: "*"
2283+
react-dom: "*"
2284+
react-native: "*"
2285+
peerDependenciesMeta:
2286+
react-dom:
2287+
optional: true
2288+
checksum: 10c0/8cc8fa526f5718449dfd256331db222cd48f5d18cbd5a4156205d84111dc40519b700392ee2c9ee99efedc14fa793d17e51d0d9c33b0cc60869d016c00acc7d1
2289+
languageName: node
2290+
linkType: hard
2291+
22722292
"@expo/metro@npm:~0.1.1":
22732293
version: 0.1.1
22742294
resolution: "@expo/metro@npm:0.1.1"
@@ -10992,6 +11012,7 @@ __metadata:
1099211012
version: 0.0.0-use.local
1099311013
resolution: "react-native-css-example@workspace:example"
1099411014
dependencies:
11015+
"@expo/metro-runtime": "npm:~6.1.2"
1099511016
"@tailwindcss/postcss": "npm:^4.1.11"
1099611017
expo: "npm:54.0.1"
1099711018
expo-status-bar: "npm:~3.0.8"

0 commit comments

Comments
 (0)