Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: upgrade multiple dependencies with Snyk
Snyk has created this PR to upgrade:
  - react from 15.5.4 to 15.6.2.
    See this package in NPM: https://www.npmjs.com/package/react
  - react-dom from 15.5.4 to 15.6.2.
    See this package in NPM: https://www.npmjs.com/package/react-dom

See this project in Snyk:
https://app.snyk.io/org/yamafaktory/project/e8a23fb3-338f-4169-a48f-46b7fd883632?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot authored and yamafaktory committed May 6, 2020
commit f211c7bddd752d8eeff8223f367ef5c054613b43
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"node": ">=6.0.0"
},
"dependencies": {
"react": "16.2.0",
"react-dom": "16.2.0"
"react": "15.6.2",
"react-dom": "15.6.2"
},
"devDependencies": {
"babel-core": "6.26.0",
Expand Down