Skip to content

Commit

Permalink
fix: don't bump peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
khushal87 committed Jan 17, 2025
1 parent 44be128 commit c7c46c5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 241 deletions.
8 changes: 4 additions & 4 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
"@op-engineering/op-sqlite": ">=9.3.0",
"@react-native-community/netinfo": ">=11.3.1",
"react-native": ">=0.67.0",
"react-native-gesture-handler": ">=2.21.2",
"react-native-reanimated": ">=3.16.4",
"react-native-gesture-handler": ">=2.16.1",
"react-native-reanimated": ">=3.16.0",
"react-native-svg": ">=12.3.0"
},
"peerDependenciesMeta": {
Expand Down Expand Up @@ -144,8 +144,8 @@
"react": "18.2.0",
"react-native": "0.73.6",
"react-native-builder-bob": "0.23.1",
"react-native-gesture-handler": "~2.21.2",
"react-native-reanimated": "~3.16.4",
"react-native-gesture-handler": "~2.16.1",
"react-native-reanimated": "~3.10.0",
"react-native-svg": "15.1.0",
"react-test-renderer": "18.2.0",
"typescript": "5.0.4",
Expand Down
Loading

0 comments on commit c7c46c5

Please sign in to comment.