Skip to content

Commit

Permalink
fix(deps): try upgrading react version
Browse files Browse the repository at this point in the history
  • Loading branch information
yong-jie committed Jul 28, 2021
1 parent f31d6c5 commit dc97f4b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 76 deletions.
89 changes: 16 additions & 73 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
"pg-hstore": "^2.3.4",
"prop-types": "^15.7.2",
"qrcode": "^1.4.4",
"react": "^16.14.0",
"react": "^17.0.2",
"react-chartjs-2": "^2.11.2",
"react-dom": "^16.14.0",
"react-dom": "^17.0.2",
"react-ga": "^3.3.0",
"react-i18next": "^11.11.1",
"react-redux": "^7.2.4",
Expand Down Expand Up @@ -126,7 +126,7 @@
"@types/nanoid": "^2.1.0",
"@types/node": "^15.14.0",
"@types/qrcode": "^1.4.0",
"@types/react-dom": "^16.9.13",
"@types/react-dom": "^17.0.2",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.1.7",
"@types/react-vis": "^1.11.6",
Expand Down

0 comments on commit dc97f4b

Please sign in to comment.