diff --git a/package.json b/package.json index 6cdfca0..8eaa1a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-settings-list", - "version": "1.8.0", + "version": "1.8.1", "description": "A clean and highly customizable React Native implementation of a list of settings for a settings page.", "main": "index.js", "scripts": { @@ -29,8 +29,8 @@ "react": ">=0.14.0" }, "dependencies": { - "create-react-class": "^15.6.2", - "prop-types": "^15.5.10" + "create-react-class": "^15.7.0", "deprecated-react-native-prop-types": "^2.3.0", + "prop-types": "^15.8.1" } }