Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk (josdejong#1136)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - react from 16.13.1 to 16.14.0.
    See this package in npm: https://www.npmjs.com/package/react
  - react-dom from 16.13.1 to 16.14.0.
    See this package in npm: https://www.npmjs.com/package/react-dom

See this project in Snyk:
https://app.snyk.io/org/josdejong/project/913c7924-24ae-4f86-8a9b-91da27c3e8f1?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot authored Oct 17, 2020
1 parent b64e012 commit db65845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/react_demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"dependencies": {
"jsoneditor": "latest",
"react": "16.13.1",
"react-dom": "16.13.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-scripts": "3.4.1"
},
"scripts": {
Expand Down

0 comments on commit db65845

Please sign in to comment.