Skip to content

Commit 365430e

Browse files
Update dependency @gorhom/bottom-sheet to v5
1 parent 9522941 commit 365430e

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

example-bare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@dr.pogodin/react-native-fs": "^2.30.3",
1313
"@epubjs-react-native/core": "latest",
1414
"@epubjs-react-native/file-system": "latest",
15-
"@gorhom/bottom-sheet": "^4",
15+
"@gorhom/bottom-sheet": "^5.0.0",
1616
"@react-native-community/slider": "^4.5.2",
1717
"@react-navigation/native": "^6.1.15",
1818
"@react-navigation/native-stack": "^6.9.24",

example-bare/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@
846846
resolved "https://registry.yarnpkg.com/@epubjs-react-native/core/-/core-1.4.5.tgz#06f6f5d4f5400b6c95f76a7607e6b67257ac2d63"
847847
integrity sha512-Tmt3Z/82/bI6Cb+ao6qCbouuKmk4Ahy0SAHgEY88xIRdN0XlpN/7dfJ/n+XrNBhzjCtFnJW0uqA5htsFyo2c3Q==
848848

849-
"@epubjs-react-native/file-system@1.1.4":
849+
"@epubjs-react-native/file-system@latest":
850850
version "1.1.4"
851851
resolved "https://registry.yarnpkg.com/@epubjs-react-native/file-system/-/file-system-1.1.4.tgz#83e62c4ffab6f92fec39e7ab89199ff796272e94"
852852
integrity sha512-hk0Qbt3KrQsHpeHVtIrM4sKEnlvIFlL3VOoFD7pdT8iZorL5666yU10FKvO6MIb963aa7S1EimKrdeXr6uiLtQ==
@@ -1175,10 +1175,10 @@
11751175
find-up "^5.0.0"
11761176
js-yaml "^4.1.0"
11771177

1178-
"@gorhom/bottom-sheet@^4":
1179-
version "4.6.4"
1180-
resolved "https://registry.yarnpkg.com/@gorhom/bottom-sheet/-/bottom-sheet-4.6.4.tgz#387d0f0f21e3470eb8575498cb81ce96f5108e79"
1181-
integrity sha512-0itLMblLBvepE065w3a60S030c2rNUsGshPC7wbWDm31VyqoaU2xjzh/ojH62YIJOcobBr5QoC30IxBBKDGovQ==
1178+
"@gorhom/bottom-sheet@^5.0.0":
1179+
version "5.1.8"
1180+
resolved "https://registry.yarnpkg.com/@gorhom/bottom-sheet/-/bottom-sheet-5.1.8.tgz#65547917f5b1dae5a1291dabd4ea8bfee09feba4"
1181+
integrity sha512-QuYIVjn3K9bW20n5bgOSjvxBYoWG4YQXiLGOheEAMgISuoT6sMcA270ViSkkb0fenPxcIOwzCnFNuxmr739T9A==
11821182
dependencies:
11831183
"@gorhom/portal" "1.0.14"
11841184
invariant "^2.2.4"

example-expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@epubjs-react-native/core": "latest",
55
"@epubjs-react-native/expo-file-system": "latest",
66
"@expo/vector-icons": "^14.0.0",
7-
"@gorhom/bottom-sheet": "^4",
7+
"@gorhom/bottom-sheet": "^5.0.0",
88
"@react-native-community/slider": "^4.5.2",
99
"@react-navigation/native": "^6.1.15",
1010
"@react-navigation/native-stack": "^6.9.24",

example-expo/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,10 +1175,10 @@
11751175
find-up "^5.0.0"
11761176
js-yaml "^4.1.0"
11771177

1178-
"@gorhom/bottom-sheet@^4":
1179-
version "4.6.4"
1180-
resolved "https://registry.yarnpkg.com/@gorhom/bottom-sheet/-/bottom-sheet-4.6.4.tgz#387d0f0f21e3470eb8575498cb81ce96f5108e79"
1181-
integrity sha512-0itLMblLBvepE065w3a60S030c2rNUsGshPC7wbWDm31VyqoaU2xjzh/ojH62YIJOcobBr5QoC30IxBBKDGovQ==
1178+
"@gorhom/bottom-sheet@^5.0.0":
1179+
version "5.1.8"
1180+
resolved "https://registry.yarnpkg.com/@gorhom/bottom-sheet/-/bottom-sheet-5.1.8.tgz#65547917f5b1dae5a1291dabd4ea8bfee09feba4"
1181+
integrity sha512-QuYIVjn3K9bW20n5bgOSjvxBYoWG4YQXiLGOheEAMgISuoT6sMcA270ViSkkb0fenPxcIOwzCnFNuxmr739T9A==
11821182
dependencies:
11831183
"@gorhom/portal" "1.0.14"
11841184
invariant "^2.2.4"

0 commit comments

Comments
 (0)