Skip to content

Commit

Permalink
update dependencies and version
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelmaeuer committed Apr 26, 2022
1 parent dfc03c2 commit c9ce39e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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"
}
}

0 comments on commit c9ce39e

Please sign in to comment.