Skip to content

Commit

Permalink
Update react requirement in /blank_rust_react_project
Browse files Browse the repository at this point in the history
Updates the requirements on [react](https://github.com/facebook/react/tree/HEAD/packages/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](https://github.com/facebook/react/commits/v16.13.1/packages/react)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Apr 6, 2020
1 parent 2a184d6 commit 60f1dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blank_rust_react_project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"nearlib": "^0.21.0",
"react": "^16.13.0",
"react": "^16.13.1",
"react-dom": "^16.13.0",
"regenerator-runtime": "^0.13.3"
},
Expand Down

0 comments on commit 60f1dc1

Please sign in to comment.