Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - react from 16.12.0 to 16.13.0.
    See this package in NPM: https://www.npmjs.com/package/react
  - react-dom from 16.12.0 to 16.13.0.
    See this package in NPM: https://www.npmjs.com/package/react-dom

See this project in Snyk:
https://app.snyk.io/org/coderbyheart/project/a7907f96-14f8-4244-8e05-5154cb88aae6?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot authored and coderbyheart committed Mar 9, 2020
1 parent ea81f84 commit aea9431
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -61,8 +61,8 @@
]
},
"dependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0"
"react": "^16.13.0",
"react-dom": "^16.13.0"
},
"release": {
"branches": [
Expand Down

0 comments on commit aea9431

Please sign in to comment.