We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15af564 commit c456227Copy full SHA for c456227
src/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@react-native-community/slider",
3
- "version": "4.1.4",
+ "version": "4.1.5",
4
"license": "MIT",
5
"author": "react-native-community",
6
"homepage": "https://github.com/react-native-community/react-native-slider",
@@ -19,9 +19,9 @@
19
"prepare": "babel --out-dir dist js"
20
},
21
"peerDependencies": {
22
- "react": "^16.11.0",
23
- "react-native": "^0.62.3",
24
- "react-native-windows": "^0.62.0"
+ "react": ">=16.11.0",
+ "react-native": ">=0.62.3",
+ "react-native-windows": ">=0.62.0"
25
26
"devDependencies": {
27
"@babel/cli": "^7.8.4",
0 commit comments