Skip to content

Commit 9c84741

Browse files
authored
ci: fix build web task (#125)
1 parent 2c1ecc1 commit 9c84741

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@
153153
"!**/__mocks__"
154154
],
155155
"dependencies": {
156+
"@expo/metro-runtime": "~6.1.1",
156157
"babel-plugin-react-compiler": "^19.1.0-rc.2",
157158
"colorjs.io": "0.6.0-alpha.1",
158159
"comment-json": "^4.2.5",

yarn.lock

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2247,6 +2247,26 @@ __metadata:
22472247
languageName: node
22482248
linkType: hard
22492249

2250+
"@expo/metro-runtime@npm:~6.1.1":
2251+
version: 6.1.1
2252+
resolution: "@expo/metro-runtime@npm:6.1.1"
2253+
dependencies:
2254+
anser: "npm:^1.4.9"
2255+
pretty-format: "npm:^29.7.0"
2256+
stacktrace-parser: "npm:^0.1.10"
2257+
whatwg-fetch: "npm:^3.0.0"
2258+
peerDependencies:
2259+
expo: "*"
2260+
react: "*"
2261+
react-dom: "*"
2262+
react-native: "*"
2263+
peerDependenciesMeta:
2264+
react-dom:
2265+
optional: true
2266+
checksum: 10c0/6ecb5889e07c5200f51e4dffb8a04b4bc0926468630bb2f23ca53e06d565d3c00c8734e377b0d3b74a082a37aed06c0f50c7772ba066dded8d22b8a7354c9cd8
2267+
languageName: node
2268+
linkType: hard
2269+
22502270
"@expo/metro@npm:~0.1.1":
22512271
version: 0.1.1
22522272
resolution: "@expo/metro@npm:0.1.1"
@@ -11330,6 +11350,7 @@ __metadata:
1133011350
"@babel/core": "npm:^7.28.0"
1133111351
"@commitlint/config-conventional": "npm:^19.8.1"
1133211352
"@eslint/js": "npm:^9.30.1"
11353+
"@expo/metro-runtime": "npm:~6.1.1"
1133311354
"@ianvs/prettier-plugin-sort-imports": "npm:^4.4.2"
1133411355
"@tailwindcss/postcss": "npm:^4.1.12"
1133511356
"@testing-library/react-native": "npm:^13.3.3"

0 commit comments

Comments
 (0)