Skip to content

Commit 1afac0a

Browse files
committed
build: 📌 narrow down the peer dependencies to latest version
1 parent 98210ff commit 1afac0a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,12 @@
123123
"typescript": "4.8.3"
124124
},
125125
"peerDependencies": {
126-
"react": "16.9.0 || 16.11.0 || 16.13.1 || 17.0.1 || 17.0.2 || 18.0.0 || 18.1.0",
127-
"react-dom": "16.9.0 || 16.11.0 || 16.13.1 || 17.0.1 || 17.0.2 || ^18.0.0 || ^18.1.0",
128-
"react-native": "^0.61.5 || ^0.62.3 || ^0.63.2 || ^0.64.2 || ^0.65.0 || ^0.66.0 || ^0.67.0 || ^0.68.0 || ^0.69.0 || ^0.70.0",
129-
"react-native-gesture-handler": "^1.9.0 || ^1.10.3 || ^2.3.2 || ^2.5.0 || ^2.6.0",
130-
"react-native-reanimated": "^1.13.3 || ^2.1.0 || ^2.2.1 || ^2.2.3 || ^2.2.4 || ^2.5.0 || ^2.9.0 || ^2.10.0",
131-
"react-native-svg": "^12.1.1 || ^12.3.0"
126+
"react": "18.1.0",
127+
"react-dom": "^18.1.0",
128+
"react-native": "^0.70.0",
129+
"react-native-gesture-handler": "^2.6.0",
130+
"react-native-reanimated": "^2.10.0",
131+
"react-native-svg": "^12.3.0"
132132
},
133133
"publishConfig": {
134134
"access": "public",

0 commit comments

Comments
 (0)