Skip to content

Commit b105caa

Browse files
committed
fix: reorder peerDependencies for consistency
1 parent a6caad4 commit b105caa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@
8787
"typescript": "^5.8.3"
8888
},
8989
"peerDependencies": {
90-
"@react-native-clipboard/clipboard": "*",
9190
"react": "*",
9291
"react-native": "*",
9392
"react-native-gesture-handler": "2.24.0",
9493
"react-native-reanimated": "3.19.1",
95-
"react-native-shake": "*"
94+
"react-native-shake": "*",
95+
"@react-native-clipboard/clipboard": "*"
9696
},
9797
"workspaces": [
9898
"example"

0 commit comments

Comments
 (0)