Skip to content

Commit 50ae367

Browse files
committed
chore: fully bump expo app and package
1 parent af53eb6 commit 50ae367

File tree

6 files changed

+697
-2579
lines changed

6 files changed

+697
-2579
lines changed

examples/ExpoMessaging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@op-engineering/op-sqlite": "^14.0.4",
1414
"@react-native-community/netinfo": "11.4.1",
1515
"@react-navigation/elements": "^1.3.31",
16-
"expo": "^53.0.0",
16+
"expo": "^53.0.12",
1717
"expo-av": "~15.1.6",
1818
"expo-clipboard": "~7.1.4",
1919
"expo-constants": "~17.1.6",

examples/ExpoMessaging/yarn.lock

Lines changed: 122 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1561,29 +1561,29 @@
15611561
dependencies:
15621562
"@types/hammerjs" "^2.0.36"
15631563

1564-
"@expo/[email protected].14":
1565-
version "0.24.14"
1566-
resolved "https://registry.yarnpkg.com/@expo/cli/-/cli-0.24.14.tgz#af2e7ea5a08e3574e868cb0ec2110e68d32672e0"
1567-
integrity sha512-o+QYyfIBhSRTgaywKTLJhm2Fg5PrSeUVCXS+uQySamgoMjLNhHa8QwE64mW/FmJr5hZLiqUEQxb60FK4JcyqXg==
1564+
"@expo/[email protected].15":
1565+
version "0.24.15"
1566+
resolved "https://registry.yarnpkg.com/@expo/cli/-/cli-0.24.15.tgz#ee3a648cbb3a746d1e89679e1788ebb476191081"
1567+
integrity sha512-RDZS30OSnbXkSPnBXdyPL29KbltjOmegE23bZZDiGV23WOReWcPgRc5U7Fd8eLPhtRjHBKlBpNJMTed5Ntr/uw==
15681568
dependencies:
15691569
"@0no-co/graphql.web" "^1.0.8"
15701570
"@babel/runtime" "^7.20.0"
15711571
"@expo/code-signing-certificates" "^0.0.5"
15721572
"@expo/config" "~11.0.10"
1573-
"@expo/config-plugins" "~10.0.2"
1573+
"@expo/config-plugins" "~10.0.3"
15741574
"@expo/devcert" "^1.1.2"
15751575
"@expo/env" "~1.0.5"
15761576
"@expo/image-utils" "^0.7.4"
15771577
"@expo/json-file" "^9.1.4"
1578-
"@expo/metro-config" "~0.20.14"
1578+
"@expo/metro-config" "~0.20.15"
15791579
"@expo/osascript" "^2.2.4"
15801580
"@expo/package-manager" "^1.8.4"
15811581
"@expo/plist" "^0.3.4"
1582-
"@expo/prebuild-config" "^9.0.6"
1582+
"@expo/prebuild-config" "^9.0.7"
15831583
"@expo/spawn-async" "^1.7.2"
15841584
"@expo/ws-tunnel" "^1.0.1"
15851585
"@expo/xcpretty" "^4.3.0"
1586-
"@react-native/dev-middleware" "0.79.3"
1586+
"@react-native/dev-middleware" "0.79.4"
15871587
"@urql/core" "^5.0.6"
15881588
"@urql/exchange-retry" "^1.3.0"
15891589
accepts "^1.3.8"
@@ -1656,6 +1656,26 @@
16561656
xcode "^3.0.1"
16571657
xml2js "0.6.0"
16581658

1659+
"@expo/config-plugins@~10.0.3":
1660+
version "10.0.3"
1661+
resolved "https://registry.yarnpkg.com/@expo/config-plugins/-/config-plugins-10.0.3.tgz#179fa7b317593332d1036ffac878cb1069b3a216"
1662+
integrity sha512-fjCckkde67pSDf48x7wRuPsgQVIqlDwN7NlOk9/DFgQ1hCH0L5pGqoSmikA1vtAyiA83MOTpkGl3F3wyATyUog==
1663+
dependencies:
1664+
"@expo/config-types" "^53.0.4"
1665+
"@expo/json-file" "~9.1.4"
1666+
"@expo/plist" "^0.3.4"
1667+
"@expo/sdk-runtime-versions" "^1.0.0"
1668+
chalk "^4.1.2"
1669+
debug "^4.3.5"
1670+
getenv "^2.0.0"
1671+
glob "^10.4.2"
1672+
resolve-from "^5.0.0"
1673+
semver "^7.5.4"
1674+
slash "^3.0.0"
1675+
slugify "^1.6.6"
1676+
xcode "^3.0.1"
1677+
xml2js "0.6.0"
1678+
16591679
"@expo/config-types@^53.0.3", "@expo/config-types@^53.0.4":
16601680
version "53.0.4"
16611681
resolved "https://registry.yarnpkg.com/@expo/config-types/-/config-types-53.0.4.tgz#fe64fac734531ae883d18529b32586c23ffb1ceb"
@@ -1709,17 +1729,18 @@
17091729
dotenv-expand "~11.0.6"
17101730
getenv "^1.0.0"
17111731

1712-
1713-
version "0.13.0"
1714-
resolved "https://registry.yarnpkg.com/@expo/fingerprint/-/fingerprint-0.13.0.tgz#5f5600122940ac381ed697743c10bdbddf6c55c1"
1715-
integrity sha512-3IwpH0p3uO8jrJSLOUNDzJVh7VEBod0emnCBq0hD72sy6ICmzauM6Xf4he+2Tip7fzImCJRd63GaehV+CCtpvA==
1732+
1733+
version "0.13.1"
1734+
resolved "https://registry.yarnpkg.com/@expo/fingerprint/-/fingerprint-0.13.1.tgz#85a4f938bbd91d16e6a7754e75a078cfdaa36f3f"
1735+
integrity sha512-MgZ5uIvvwAnjWeQoj4D3RnBXjD1GNOpCvhp2jtZWdQ8yEokhDEJGoHjsMT8/NCB5m2fqP5sv2V5nPzC7CN1YjQ==
17161736
dependencies:
17171737
"@expo/spawn-async" "^1.7.2"
17181738
arg "^5.0.2"
17191739
chalk "^4.1.2"
17201740
debug "^4.3.4"
17211741
find-up "^5.0.0"
17221742
getenv "^2.0.0"
1743+
glob "^10.4.2"
17231744
ignore "^5.3.1"
17241745
minimatch "^9.0.0"
17251746
p-limit "^3.1.0"
@@ -1749,24 +1770,24 @@
17491770
"@babel/code-frame" "~7.10.4"
17501771
json5 "^2.2.3"
17511772

1752-
"@expo/[email protected].14", "@expo/metro-config@~0.20.14":
1753-
version "0.20.14"
1754-
resolved "https://registry.yarnpkg.com/@expo/metro-config/-/metro-config-0.20.14.tgz#5abf8cd6454fe7f75c1f8529cf79619da32af82d"
1755-
integrity sha512-tYDDubuZycK+NX00XN7BMu73kBur/evOPcKfxc+UBeFfgN2EifOITtdwSUDdRsbtJ2OnXwMY1HfRUG3Lq3l4cw==
1773+
"@expo/[email protected].15", "@expo/metro-config@~0.20.15":
1774+
version "0.20.15"
1775+
resolved "https://registry.yarnpkg.com/@expo/metro-config/-/metro-config-0.20.15.tgz#4faba22ca4427c6b1c703fcb48de7dcb54e55a1c"
1776+
integrity sha512-m8i58IQ7I8iOdVRfOhFmhPMHuhgeTVfQp1+mxW7URqPZaeVbuDVktPqOiNoHraKBoGPLKMUSsD+qdUuJVL3wMg==
17561777
dependencies:
17571778
"@babel/core" "^7.20.0"
17581779
"@babel/generator" "^7.20.5"
17591780
"@babel/parser" "^7.20.0"
17601781
"@babel/types" "^7.20.0"
1761-
"@expo/config" "~11.0.9"
1782+
"@expo/config" "~11.0.10"
17621783
"@expo/env" "~1.0.5"
17631784
"@expo/json-file" "~9.1.4"
17641785
"@expo/spawn-async" "^1.7.2"
17651786
chalk "^4.1.0"
17661787
debug "^4.3.2"
17671788
dotenv "~16.4.5"
17681789
dotenv-expand "~11.0.6"
1769-
getenv "^1.0.0"
1790+
getenv "^2.0.0"
17701791
glob "^10.4.2"
17711792
jsc-safe-url "^0.2.4"
17721793
lightningcss "~1.27.0"
@@ -1824,6 +1845,22 @@
18241845
semver "^7.6.0"
18251846
xml2js "0.6.0"
18261847

1848+
"@expo/prebuild-config@^9.0.7":
1849+
version "9.0.7"
1850+
resolved "https://registry.yarnpkg.com/@expo/prebuild-config/-/prebuild-config-9.0.7.tgz#4174c4fd350b87360cc526f4d75712103d3eef71"
1851+
integrity sha512-1w5MBp6NdF51gPGp0HsCZt0QC82hZWo37wI9HfxhdQF/sN/92Mh4t30vaY7gjHe71T5QNyab00oxZH/wP0MDgQ==
1852+
dependencies:
1853+
"@expo/config" "~11.0.10"
1854+
"@expo/config-plugins" "~10.0.3"
1855+
"@expo/config-types" "^53.0.4"
1856+
"@expo/image-utils" "^0.7.4"
1857+
"@expo/json-file" "^9.1.4"
1858+
"@react-native/normalize-colors" "0.79.4"
1859+
debug "^4.3.1"
1860+
resolve-from "^5.0.0"
1861+
semver "^7.6.0"
1862+
xml2js "0.6.0"
1863+
18271864
"@expo/sdk-runtime-versions@^1.0.0":
18281865
version "1.0.0"
18291866
resolved "https://registry.yarnpkg.com/@expo/sdk-runtime-versions/-/sdk-runtime-versions-1.0.0.tgz#d7ebd21b19f1c6b0395e50d78da4416941c57f7c"
@@ -2125,18 +2162,18 @@
21252162
resolved "https://registry.yarnpkg.com/@react-native/assets-registry/-/assets-registry-0.79.3.tgz#022218d55a5d9d221a6d176987ab0b35c10d388b"
21262163
integrity sha512-Vy8DQXCJ21YSAiHxrNBz35VqVlZPpRYm50xRTWRf660JwHuJkFQG8cUkrLzm7AUriqUXxwpkQHcY+b0ibw9ejQ==
21272164

2128-
"@react-native/[email protected].3":
2129-
version "0.79.3"
2130-
resolved "https://registry.yarnpkg.com/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.79.3.tgz#acad4acaead398a8c8bcdecbe44040aa0c2dc2d7"
2131-
integrity sha512-Zb8F4bSEKKZfms5n1MQ0o5mudDcpAINkKiFuFTU0PErYGjY3kZ+JeIP+gS6KCXsckxCfMEKQwqKicP/4DWgsZQ==
2165+
"@react-native/[email protected].4":
2166+
version "0.79.4"
2167+
resolved "https://registry.yarnpkg.com/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.79.4.tgz#d7a3068deb6ed924ba52c909a7b1885f8378ca65"
2168+
integrity sha512-quhytIlDedR3ircRwifa22CaWVUVnkxccrrgztroCZaemSJM+HLurKJrjKWm0J5jV9ed+d+9Qyb1YB0syTHDjg==
21322169
dependencies:
21332170
"@babel/traverse" "^7.25.3"
2134-
"@react-native/codegen" "0.79.3"
2171+
"@react-native/codegen" "0.79.4"
21352172

2136-
"@react-native/[email protected].3":
2137-
version "0.79.3"
2138-
resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.79.3.tgz#8ad6c149cd488fbc18d62983119bdcbfc15ff651"
2139-
integrity sha512-VHGNP02bDD2Ul1my0pLVwe/0dsEBHxR343ySpgnkCNEEm9C1ANQIL2wvnJrHZPcqfAkWfFQ8Ln3t+6fdm4A/Dg==
2173+
"@react-native/[email protected].4":
2174+
version "0.79.4"
2175+
resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.79.4.tgz#bfc6ccbaf5258967cc2233b2f674b891c4b68e91"
2176+
integrity sha512-El9JvYKiNfnkQ3qR7zJvvRdP3DX2i4BGYlIricWQishI3gWAfm88FQYFC2CcGoMQWJQEPN4jnDMpoISAJDEN4g==
21402177
dependencies:
21412178
"@babel/core" "^7.25.2"
21422179
"@babel/plugin-proposal-export-default-from" "^7.24.7"
@@ -2179,7 +2216,7 @@
21792216
"@babel/plugin-transform-typescript" "^7.25.2"
21802217
"@babel/plugin-transform-unicode-regex" "^7.24.7"
21812218
"@babel/template" "^7.25.0"
2182-
"@react-native/babel-plugin-codegen" "0.79.3"
2219+
"@react-native/babel-plugin-codegen" "0.79.4"
21832220
babel-plugin-syntax-hermes-parser "0.25.1"
21842221
babel-plugin-transform-flow-enums "^0.0.2"
21852222
react-refresh "^0.14.0"
@@ -2195,6 +2232,17 @@
21952232
nullthrows "^1.1.1"
21962233
yargs "^17.6.2"
21972234

2235+
"@react-native/[email protected]":
2236+
version "0.79.4"
2237+
resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.79.4.tgz#47275691bf5f29de9495ffa8e6a847897aa04eab"
2238+
integrity sha512-K0moZDTJtqZqSs+u9tnDPSxNsdxi5irq8Nu4mzzOYlJTVNGy5H9BiIDg/NeKGfjAdo43yTDoaPSbUCvVV8cgIw==
2239+
dependencies:
2240+
glob "^7.1.1"
2241+
hermes-parser "0.25.1"
2242+
invariant "^2.2.4"
2243+
nullthrows "^1.1.1"
2244+
yargs "^17.6.2"
2245+
21982246
"@react-native/[email protected]":
21992247
version "0.79.3"
22002248
resolved "https://registry.yarnpkg.com/@react-native/community-cli-plugin/-/community-cli-plugin-0.79.3.tgz#84821d3401074e036ba05b8b6ca1ee122cb43e29"
@@ -2214,6 +2262,11 @@
22142262
resolved "https://registry.yarnpkg.com/@react-native/debugger-frontend/-/debugger-frontend-0.79.3.tgz#9cb57d8e88c22552194ab5f6f257605b151bc5b3"
22152263
integrity sha512-ImNDuEeKH6lEsLXms3ZsgIrNF94jymfuhPcVY5L0trzaYNo9ZFE9Ni2/18E1IbfXxdeIHrCSBJlWD6CTm7wu5A==
22162264

2265+
"@react-native/[email protected]":
2266+
version "0.79.4"
2267+
resolved "https://registry.yarnpkg.com/@react-native/debugger-frontend/-/debugger-frontend-0.79.4.tgz#d4c6f0d88ac0f646f8bd7fffaaa6c2dcdfddd008"
2268+
integrity sha512-Gg4LhxHIK86Bi2RiT1rbFAB6fuwANRsaZJ1sFZ1OZEMQEx6stEnzaIrmfgzcv4z0bTQdQ8lzCrpsz0qtdaD4eA==
2269+
22172270
"@react-native/[email protected]":
22182271
version "0.79.3"
22192272
resolved "https://registry.yarnpkg.com/@react-native/dev-middleware/-/dev-middleware-0.79.3.tgz#3e315ef7516ebad60a4202b4094d84fedecb4064"
@@ -2231,6 +2284,23 @@
22312284
serve-static "^1.16.2"
22322285
ws "^6.2.3"
22332286

2287+
"@react-native/[email protected]":
2288+
version "0.79.4"
2289+
resolved "https://registry.yarnpkg.com/@react-native/dev-middleware/-/dev-middleware-0.79.4.tgz#f094e688c0803a985968ee835283d14bd891bc69"
2290+
integrity sha512-OWRDNkgrFEo+OSC5QKfiiBmGXKoU8gmIABK8rj2PkgwisFQ/22p7MzE5b6oB2lxWaeJT7jBX5KVniNqO46VhHA==
2291+
dependencies:
2292+
"@isaacs/ttlcache" "^1.4.1"
2293+
"@react-native/debugger-frontend" "0.79.4"
2294+
chrome-launcher "^0.15.2"
2295+
chromium-edge-launcher "^0.2.0"
2296+
connect "^3.6.5"
2297+
debug "^2.2.0"
2298+
invariant "^2.2.4"
2299+
nullthrows "^1.1.1"
2300+
open "^7.0.3"
2301+
serve-static "^1.16.2"
2302+
ws "^6.2.3"
2303+
22342304
"@react-native/[email protected]":
22352305
version "0.79.3"
22362306
resolved "https://registry.yarnpkg.com/@react-native/gradle-plugin/-/gradle-plugin-0.79.3.tgz#69ba47ac406ccdb3b3829f311bd7c27e6fad7ebc"
@@ -2251,6 +2321,11 @@
22512321
resolved "https://registry.yarnpkg.com/@react-native/normalize-colors/-/normalize-colors-0.79.3.tgz#e491937436a2c287707e24263308c818a66eb447"
22522322
integrity sha512-T75NIQPRFCj6DFMxtcVMJTZR+3vHXaUMSd15t+CkJpc5LnyX91GVaPxpRSAdjFh7m3Yppl5MpdjV/fntImheYQ==
22532323

2324+
"@react-native/[email protected]":
2325+
version "0.79.4"
2326+
resolved "https://registry.yarnpkg.com/@react-native/normalize-colors/-/normalize-colors-0.79.4.tgz#97af253630af34be61d0b03225027b7400463c68"
2327+
integrity sha512-247/8pHghbYY2wKjJpUsY6ZNbWcdUa5j5517LZMn6pXrbSSgWuj3JA4OYibNnocCHBaVrt+3R8XC3VEJqLlHFg==
2328+
22542329
"@react-native/normalize-colors@^0.74.1":
22552330
version "0.74.88"
22562331
resolved "https://registry.yarnpkg.com/@react-native/normalize-colors/-/normalize-colors-0.74.88.tgz#46f4c7270c8e6853281d7dd966e0eb362068e41a"
@@ -2797,10 +2872,10 @@ babel-preset-current-node-syntax@^1.0.0:
27972872
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
27982873
"@babel/plugin-syntax-top-level-await" "^7.14.5"
27992874

2800-
babel-preset-expo@~13.2.0:
2801-
version "13.2.0"
2802-
resolved "https://registry.yarnpkg.com/babel-preset-expo/-/babel-preset-expo-13.2.0.tgz#d4540009d07242e3c3d63184b7a34efda95e8e64"
2803-
integrity sha512-oNUeUZPMNRPmx/2jaKJLSQFP/MFI1M91vP+Gp+j8/FPl9p/ps603DNwCaRdcT/Vj3FfREdlIwRio1qDCjY0oAA==
2875+
babel-preset-expo@~13.2.1:
2876+
version "13.2.1"
2877+
resolved "https://registry.yarnpkg.com/babel-preset-expo/-/babel-preset-expo-13.2.1.tgz#3f7d43bd4422f7f41688ccb40258472c95198908"
2878+
integrity sha512-Ol3w0uLJNQ5tDfCf4L+IDTDMgJkVMQHhvYqMxs18Ib0DcaBQIfE8mneSSk7FcuI6FS0phw/rZhoEquQh1/Q3wA==
28042879
dependencies:
28052880
"@babel/helper-module-imports" "^7.25.9"
28062881
"@babel/plugin-proposal-decorators" "^7.12.9"
@@ -2816,7 +2891,7 @@ babel-preset-expo@~13.2.0:
28162891
"@babel/plugin-transform-runtime" "^7.24.7"
28172892
"@babel/preset-react" "^7.22.15"
28182893
"@babel/preset-typescript" "^7.23.0"
2819-
"@react-native/babel-preset" "0.79.3"
2894+
"@react-native/babel-preset" "0.79.4"
28202895
babel-plugin-react-native-web "~0.19.13"
28212896
babel-plugin-syntax-hermes-parser "^0.25.1"
28222897
babel-plugin-transform-flow-enums "^0.0.2"
@@ -3643,10 +3718,10 @@ expo-linking@~7.1.5:
36433718
expo-constants "~17.1.6"
36443719
invariant "^2.2.4"
36453720

3646-
3647-
version "2.1.11"
3648-
resolved "https://registry.yarnpkg.com/expo-modules-autolinking/-/expo-modules-autolinking-2.1.11.tgz#efc2e756ccc8b9e0b927596ba074aefe31b5cbe4"
3649-
integrity sha512-KrWQo+cE4gWYNePBBhmHGVzf63gYV19ZLXe9EIH3GHTkViVzIX+Lp618H/7GxfawpN5kbhvilATH1QEKKnUUww==
3721+
3722+
version "2.1.12"
3723+
resolved "https://registry.yarnpkg.com/expo-modules-autolinking/-/expo-modules-autolinking-2.1.12.tgz#f7f04f143411e04fefc6c4585e69fd0f6ea953fa"
3724+
integrity sha512-rW5YSW66pUx1nLqn7TO0eWRnP4LDvySW1Tom0wjexk3Tx/upg9LYE5tva7p5AX/cdFfiZcEqPcOxP4RyT++Xlg==
36503725
dependencies:
36513726
"@expo/spawn-async" "^1.7.2"
36523727
chalk "^4.1.0"
@@ -3708,25 +3783,25 @@ expo-video@~2.2.1:
37083783
resolved "https://registry.yarnpkg.com/expo-video/-/expo-video-2.2.1.tgz#d45357ee7a7da5a87c49177587183d1c7feabc57"
37093784
integrity sha512-dw3h0eMLK8WpY1Tnwsgrxx3sFqXiOujmurjGdr+RFG63ZurAze/H9uuKMVl3ps/ZNuK4q/2ifIiJudoFJfwKwA==
37103785

3711-
expo@^53.0.0:
3712-
version "53.0.11"
3713-
resolved "https://registry.yarnpkg.com/expo/-/expo-53.0.11.tgz#66053862520ce2a6700d13346ebaf8210a68f24b"
3714-
integrity sha512-+QtvU+6VPd7/o4vmtwuRE/Li2rAiJtD25I6BOnoQSxphaWWaD0PdRQnIV3VQ0HESuJYRuKJ3DkAHNJ3jI6xwzA==
3786+
expo@^53.0.12:
3787+
version "53.0.12"
3788+
resolved "https://registry.yarnpkg.com/expo/-/expo-53.0.12.tgz#5c8b9fa7150b98881ab67e5ec891a5e5c0810006"
3789+
integrity sha512-dtmED749hkxDWCcvtD++tb8bAm3Twv8qnUOXzVyXA5owNG0mwDIz0HveJTpWK1UzkY4HcTVRezDf0tflZJ+JXQ==
37153790
dependencies:
37163791
"@babel/runtime" "^7.20.0"
3717-
"@expo/cli" "0.24.14"
3792+
"@expo/cli" "0.24.15"
37183793
"@expo/config" "~11.0.10"
3719-
"@expo/config-plugins" "~10.0.2"
3720-
"@expo/fingerprint" "0.13.0"
3721-
"@expo/metro-config" "0.20.14"
3794+
"@expo/config-plugins" "~10.0.3"
3795+
"@expo/fingerprint" "0.13.1"
3796+
"@expo/metro-config" "0.20.15"
37223797
"@expo/vector-icons" "^14.0.0"
3723-
babel-preset-expo "~13.2.0"
3798+
babel-preset-expo "~13.2.1"
37243799
expo-asset "~11.1.5"
37253800
expo-constants "~17.1.6"
37263801
expo-file-system "~18.1.10"
37273802
expo-font "~13.3.1"
37283803
expo-keep-awake "~14.1.4"
3729-
expo-modules-autolinking "2.1.11"
3804+
expo-modules-autolinking "2.1.12"
37303805
expo-modules-core "2.4.0"
37313806
react-native-edge-to-edge "1.6.0"
37323807
whatwg-url-without-unicode "8.0.0-3"

package/expo-package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
}
5757
},
5858
"devDependencies": {
59-
"expo": "^52.0.36",
59+
"expo": "^53.0.12",
6060
"expo-image-manipulator": "^12.0.5"
6161
},
6262
"scripts": {

0 commit comments

Comments
 (0)