Skip to content

Commit

Permalink
update example dropdownalert package
Browse files Browse the repository at this point in the history
  • Loading branch information
testshallpass committed Jul 13, 2020
1 parent 30363f5 commit c6a9905
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Example/package.json
Expand Up @@ -13,7 +13,7 @@
"prop-types": "15.5.10",
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-dropdownalert": "4.2.1"
"react-native-dropdownalert": "^4.3.0"
},
"devDependencies": {
"@babel/core": "7.6.2",
Expand Down
8 changes: 4 additions & 4 deletions Example/yarn.lock
Expand Up @@ -4241,10 +4241,10 @@ react-is@^16.12.0, react-is@^16.8.1, react-is@^16.8.4:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==

react-native-dropdownalert@4.2.1:
version "4.2.1"
resolved "https://registry.yarnpkg.com/react-native-dropdownalert/-/react-native-dropdownalert-4.2.1.tgz#e49ca7b37fde4582aaecc6d241828e907c18a520"
integrity sha512-FaGAnL4LMzVqM3a/qjkk5z/YlbJ4pQVv0a+x/06h0BwWFXUvii4RFt+6KRgYn7ZzZQo78SJcWVDCpqxjTKSZHw==
react-native-dropdownalert@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/react-native-dropdownalert/-/react-native-dropdownalert-4.3.0.tgz#56b612d63576387fa1a507b4158d92e7b7638af3"
integrity sha512-fXs18A23nrTB95jkTdP7c9TzoSZU0xS9F4lxMzwW1DFI08Nm62S4X00UqWu+Ong+TBDDP18/aF7b50T67Z26EQ==
dependencies:
prop-types "15.5.10"

Expand Down

0 comments on commit c6a9905

Please sign in to comment.