diff --git a/Example/package.json b/Example/package.json index f1865a0..095295c 100644 --- a/Example/package.json +++ b/Example/package.json @@ -8,12 +8,12 @@ "eject": "expo eject" }, "dependencies": { - "expo": "^38.0.8", + "expo": "^38.0.9", "react": "16.13.1", "react-dom": "^16.13.1", "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz", - "react-native-input-spinner": "^1.2.14", - "react-native-web": "^0.13.1" + "react-native-input-spinner": "^1.2.15", + "react-native-web": "^0.13.5" }, "prettier": { "tabWidth": 4, diff --git a/package.json b/package.json index 484b64f..cf7bde4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-input-spinner", - "version": "1.2.14", + "version": "1.2.15", "description": "React native input with increase and decrease buttons", "main": "index.js", "scripts": {