Skip to content

Commit

Permalink
fix: upgrade react from 16.13.0 to 16.14.0 (#26)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade react from 16.13.0 to 16.14.0.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/thousight/project/2f2b8c49-b292-4efa-bff5-cf4ee424e7d1?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: Mark Wen <markwenguojie94@gmail.com>
  • Loading branch information
snyk-bot and thousight committed Oct 13, 2021
1 parent ef0c0c0 commit c1054be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"csstype": "^2.6.18",
"react": "^16.12.0",
"react": "^16.14.0",
"styled-components": "^5.3.1",
"styled-system": "^5.1.5"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11633,10 +11633,10 @@ react-test-renderer@^16.0.0-0:
react-is "^16.8.6"
scheduler "^0.19.0"

react@^16.12.0:
version "16.13.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.13.0.tgz#d046eabcdf64e457bbeed1e792e235e1b9934cf7"
integrity sha512-TSavZz2iSLkq5/oiE7gnFzmURKZMltmi193rm5HEoUDAXpzT9Kzw6oNZnGoai/4+fUnm7FqS5dwgUL34TujcWQ==
react@^16.14.0:
version "16.14.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d"
integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
Expand Down

0 comments on commit c1054be

Please sign in to comment.