Skip to content

Commit

Permalink
Merge pull request #4425 from storybooks/dependabot/npm_and_yarn/reac…
Browse files Browse the repository at this point in the history
…t-native-modal-datetime-picker-6.0.0

Bump react-native-modal-datetime-picker from 5.1.0 to 6.0.0
  • Loading branch information
Gongreg authored and shilman committed Mar 11, 2019
1 parent e16d178 commit 44b4bd0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions addons/ondevice-knobs/package.json
Expand Up @@ -26,8 +26,8 @@
"deep-equal": "^1.0.1",
"prop-types": "^15.6.2",
"react-native-color-picker": "^0.4.0",
"react-native-modal-datetime-picker": "^5.1.0",
"react-native-modal-selector": "^0.0.29",
"react-native-modal-datetime-picker": "^6.0.0",
"react-native-modal-selector": "^1.0.2",
"react-native-switch": "^1.5.0"
},
"peerDependencies": {
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Expand Up @@ -17036,25 +17036,25 @@ react-native-color-picker@^0.4.0:
prop-types "^15.5.10"
tinycolor2 "^1.4.1"

react-native-modal-datetime-picker@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/react-native-modal-datetime-picker/-/react-native-modal-datetime-picker-5.1.0.tgz#6e183531170881c2ff5b0742d132060f828e2b77"
integrity sha512-r1ODJ0ZXrGwFF2FWB0VlERqvwyalo9zxioLhVSwoBrkT8pSAj6QW5b3EaefjN6xbp4o6k5Lni/qOR4Pjke3jiQ==
react-native-modal-datetime-picker@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/react-native-modal-datetime-picker/-/react-native-modal-datetime-picker-6.0.0.tgz#8018994524122ad48fd6bc66f26f623c75a49fb3"
integrity sha512-O8brvSXgvRtfHzAyCNSrPcylE05cyK30D8/7rM0kjXLnlDcoiXtEl62qDQw8wnJOAL6kQFGn/iQ8H4mGXptiHw==
dependencies:
prop-types "^15.6.1"
react-native-modal "^5.4.0"
react-native-modal "^6.2.0"

react-native-modal-selector@^0.0.29:
version "0.0.29"
resolved "https://registry.yarnpkg.com/react-native-modal-selector/-/react-native-modal-selector-0.0.29.tgz#e33326a9191ce6a6ed07c222366eb13ba5e03e21"
integrity sha512-wgsgMEPtZrSFt2VfYErDPw6K6m7QI/QVix/9zO6bn3+1rmEhjfDS/0ju1V0zqiMXR8LdxiRxqrFlzW7db+2Kig==
react-native-modal-selector@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/react-native-modal-selector/-/react-native-modal-selector-1.0.2.tgz#d6ec94ea9d280162be6c439fea72455479bc5c73"
integrity sha512-nMHwYj5f6brhGC6f+AjZY2BqU3p3TDoqzJJEIMRn7/o27NAvJGE3XS+2J+wfLJstCcYdaDrfYWRWE854KfSHBA==
dependencies:
prop-types "^15.5.10"

react-native-modal@^5.4.0:
version "5.4.0"
resolved "https://registry.yarnpkg.com/react-native-modal/-/react-native-modal-5.4.0.tgz#95f70b5d68e08824951cd11038b9db2d6fdb9962"
integrity sha512-Bvq4FQPMAFijqjqNX6TxLgKOwdbruM6GvFwF9rb+mowbaFZVoYbHTKLaAbdPlrblgaZKWyOuuxBUoDx41+Xktg==
react-native-modal@^6.2.0:
version "6.5.0"
resolved "https://registry.yarnpkg.com/react-native-modal/-/react-native-modal-6.5.0.tgz#46220b2289a41597d344c1db17454611b426a758"
integrity sha512-ewchdETAGd32xLGLK93NETEGkRcePtN7ZwjmLSQnNW1Zd0SRUYE8NqftjamPyfKvK0i2DZjX4YAghGZTqaRUbA==
dependencies:
prop-types "^15.6.1"
react-native-animatable "^1.2.4"
Expand Down

0 comments on commit 44b4bd0

Please sign in to comment.