Skip to content

Commit

Permalink
devDeps: loosen pinning of metro-react-native-babel-preset
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Oct 30, 2023
1 parent 85b6fd5 commit c8da56c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@
"koa": "^2.14.2",
"lint-staged": "10.5.4",
"metro-config": "~0.73.10",
"metro-react-native-babel-preset": "0.73.10",
"metro-react-native-babel-preset": "~0.73.10",
"multiple-cucumber-html-reporter": "^3.0.1",
"nock": "^13.3.1",
"nyc": "^15.1.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12475,15 +12475,15 @@ create-require@^1.1.0:
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==

cross-fetch@2.2.6, cross-fetch@^3.1.5:
cross-fetch@2.2.6:
version "2.2.6"
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-2.2.6.tgz#2ef0bb39a24ac034787965c457368a28730e220a"
integrity sha512-9JZz+vXCmfKUZ68zAptS7k4Nu8e2qcibe7WVZYps7sAgk5R8GYTc+T1WR0v1rlP9HxgARmOX1UTIJZFytajpNA==
dependencies:
node-fetch "^2.6.7"
whatwg-fetch "^2.0.4"

cross-fetch@3.1.5, cross-fetch@^3.0.4:
cross-fetch@3.1.5, cross-fetch@^3.0.4, cross-fetch@^3.1.5:
version "3.1.5"
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f"
integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==
Expand Down Expand Up @@ -19877,7 +19877,7 @@ metro-minify-uglify@0.73.10:
dependencies:
uglify-es "^3.1.9"

metro-react-native-babel-preset@0.73.10:
metro-react-native-babel-preset@0.73.10, metro-react-native-babel-preset@~0.73.10:
version "0.73.10"
resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.73.10.tgz#304b24bb391537d2c987732cc0a9774be227d3f6"
integrity sha512-1/dnH4EHwFb2RKEKx34vVDpUS3urt2WEeR8FYim+ogqALg4sTpG7yeQPxWpbgKATezt4rNfqAANpIyH19MS4BQ==
Expand Down Expand Up @@ -24807,7 +24807,7 @@ shared-preferences-builder@^0.x:
lodash "^4.17.4"
xmlbuilder "^9.0.1"

sharp@0.32.5:
sharp@0.32.5, sharp@>=0.14.0:
version "0.32.5"
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.32.5.tgz#9ddc78ead6446094f51e50355a2d4ec6e7220cd4"
integrity sha512-0dap3iysgDkNaPOaOL4X/0akdu0ma62GcdC2NBQ+93eqpePdDdr2/LM0sFdDSMmN7yS+odyZtPsb7tx/cYBKnQ==
Expand All @@ -24821,7 +24821,7 @@ sharp@0.32.5:
tar-fs "^3.0.4"
tunnel-agent "^0.6.0"

sharp@>=0.14.0, sharp@^0.30.5:
sharp@^0.30.5:
version "0.30.7"
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.30.7.tgz#7862bda98804fdd1f0d5659c85e3324b90d94c7c"
integrity sha512-G+MY2YW33jgflKPTXXptVO28HvNOo9G3j0MybYAHeEmby+QuD2U98dT6ueht9cv/XDqZspSpIhoSW+BAKJ7Hig==
Expand Down

0 comments on commit c8da56c

Please sign in to comment.