Skip to content

Commit

Permalink
fix(deps): update dependency react-native-web to ^0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 26, 2020
1 parent 6b5a590 commit 82d6270
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ExampleApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "^16.8.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
"react-native-auto-height-image": "file:..",
"react-native-web": "^0.12.0"
"react-native-web": "^0.13.0"
},
"devDependencies": {
"babel-preset-expo": "^8.0.0"
Expand Down
10 changes: 5 additions & 5 deletions ExampleApp/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4610,7 +4610,7 @@ react-is@^16.8.1:
integrity sha512-rPCkf/mWBtKc97aLL9/txD8DZdemK0vkA3JMLShjlJB3Pj3s+lpf1KaBzMfQrAmhMQB0n1cU/SUGgKKBCe837Q==

"react-native-auto-height-image@file:..":
version "3.1.3"
version "3.2.1"
dependencies:
prop-types "^15.7.2"

Expand All @@ -4619,10 +4619,10 @@ react-native-view-shot@3.1.2:
resolved "https://registry.yarnpkg.com/react-native-view-shot/-/react-native-view-shot-3.1.2.tgz#8c8e84c67a4bc8b603e697dbbd59dbc9b4f84825"
integrity sha512-9u9fPtp6a52UMoZ/UCPrCjKZk8tnkI9To0Eh6yYnLKFEGkRZ7Chm6DqwDJbYJHeZrheCCopaD5oEOnRqhF4L2Q==

react-native-web@^0.12.0:
version "0.12.2"
resolved "https://registry.yarnpkg.com/react-native-web/-/react-native-web-0.12.2.tgz#d0fe8739d222f412decc4f1de2e12f25e91e2f56"
integrity sha512-0YLDjwIm5LjQDOPUUregtuEBexH7oQph6x9FSAyzCM52QmM82TfrYRXXSwzI2eSdT1OzM2BTfP3zxmEL+coyhg==
react-native-web@^0.13.0:
version "0.13.0"
resolved "https://registry.npmjs.org/react-native-web/-/react-native-web-0.13.0.tgz#02ea5d2bcf06891b61596cd3f9492acffad0b1d9"
integrity sha512-u4d4LhgwAQ23fZxhq7yxhUUK8eGl0ER2C/qPHQVKo6dottqkI7b2HxWJtBpWklmY+Vtoo4yGN4m3w6SIyE4MDQ==
dependencies:
array-find-index "^1.0.2"
create-react-class "^15.6.2"
Expand Down

0 comments on commit 82d6270

Please sign in to comment.