Skip to content

Commit

Permalink
Update schedule requirement in /examples-native/crna-kitchen-sink
Browse files Browse the repository at this point in the history
Updates the requirements on [schedule](https://github.com/facebook/react) to permit the latest version.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](facebook/react@v0.4.0...v0.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Mar 27, 2019
1 parent 0d4cc0f commit 0d17b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples-native/crna-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"expo-cli": "^2.11.9",
"jest-expo": "^32.0.0",
"react-test-renderer": "16.5.1",
"schedule": "^0.4.0"
"schedule": "^0.5.0"
},
"workspaces": {
"nohoist": [
Expand Down

0 comments on commit 0d17b79

Please sign in to comment.