Skip to content

Commit

Permalink
Merge pull request #3745 from StoDevX/renovate/react-native-tableview…
Browse files Browse the repository at this point in the history
…-simple-2.x

Update dependency react-native-tableview-simple to v2.1.0
  • Loading branch information
hawkrives committed May 18, 2019
2 parents 234f2e5 + b9f0007 commit b2ff479
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion modules/tableview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
},
"dependencies": {
"@frogpond/colors": "^1.0.0",
"react-native-tableview-simple": "2.0.1"
"react-native-tableview-simple": "2.1.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"react-native-search-bar": "3.4.2",
"react-native-searchbar-controlled": "2.0.0",
"react-native-sentry": "0.42.0",
"react-native-tableview-simple": "2.0.1",
"react-native-tableview-simple": "2.1.0",
"react-native-typography": "1.4.0",
"react-native-vector-icons": "6.4.2",
"react-navigation": "3.11.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6574,12 +6574,12 @@ react-native-tab-view@^1.4.1:
dependencies:
prop-types "^15.6.1"

react-native-tableview-simple@2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/react-native-tableview-simple/-/react-native-tableview-simple-2.0.1.tgz#0b92594668814124be79896c912ca531646f754f"
integrity sha512-N1ekpMc62Vg+juIR40Z5LPUJVUQJG2Z//irXHWC24vxmmDGlfBYrq9kA/UXGwWGbS3p0IvqQx7lw5XOxaxrPsw==
react-native-tableview-simple@2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/react-native-tableview-simple/-/react-native-tableview-simple-2.1.0.tgz#c6b2d612c0a09d0ac567ae6a106474f77e10b00f"
integrity sha512-ok9qLkQ/5iNpXkiR94HSX/9ffSrpqGR88cBouuOT6+t8rZsi3hNYbYhA3HmGBDU+KSKachOKlvckxtTvPwviPg==
dependencies:
prop-types "^15.6.2"
prop-types "^15.7.2"

react-native-typography@1.4.0, react-native-typography@^1.3.0:
version "1.4.0"
Expand Down

0 comments on commit b2ff479

Please sign in to comment.