Skip to content

Commit 59fd7c2

Browse files
committed
feat: bump deps and version
1 parent 9de2b92 commit 59fd7c2

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

example/yarn.lock

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3031,6 +3031,7 @@ __metadata:
30313031
"@expo/metro-runtime": ~6.1.2
30323032
"@gorhom/bottom-sheet": ^5.2.6
30333033
"@react-navigation/native": ^7.1.18
3034+
"@th3rdwave/react-navigation-bottom-sheet": "*"
30343035
expo: ~54.0.13
30353036
expo-status-bar: ~3.0.8
30363037
react: 19.1.0
@@ -3047,6 +3048,20 @@ __metadata:
30473048
languageName: unknown
30483049
linkType: soft
30493050

3051+
"@th3rdwave/react-navigation-bottom-sheet@npm:*":
3052+
version: 0.3.2
3053+
resolution: "@th3rdwave/react-navigation-bottom-sheet@npm:0.3.2"
3054+
peerDependencies:
3055+
"@gorhom/bottom-sheet": "*"
3056+
"@react-navigation/native": "*"
3057+
react: "*"
3058+
react-native: "*"
3059+
react-native-safe-area-context: "*"
3060+
react-native-screens: "*"
3061+
checksum: 203682b4e47922ab4352c3d349ca3b78cbbb1fe8d13ebc3decc846463501c61698357227bfe45bd1a05b41ffb1a980925c93896e0902972af80b89862c15b206
3062+
languageName: node
3063+
linkType: hard
3064+
30503065
"@types/babel__core@npm:^7.1.14":
30513066
version: 7.20.5
30523067
resolution: "@types/babel__core@npm:7.20.5"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@th3rdwave/react-navigation-bottom-sheet",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"description": "Bottom sheet component for React Navigation",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)