Skip to content

Commit

Permalink
feat: update react & react-dom to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 committed Jun 6, 2023
1 parent 1109f9f commit b9ff8a1
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 92 deletions.
177 changes: 89 additions & 88 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"jsdoc": "^4.0.0",
"nodemon": "2.0.22",
"prop-types": "15.8.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"react": "17.0.0",
"react-dom": "17.0.0",
"react-redux": "7.2.9",
"react-router-dom": "5.3.4",
"redux": "4.2.1",
Expand Down Expand Up @@ -77,8 +77,8 @@
"@edx/frontend-build": ">= 8.1.0",
"@edx/paragon": ">= 10.0.0 < 21.0.0",
"prop-types": "^15.7.2",
"react": "^16.9.0 || ^17.0.0",
"react-dom": "^16.9.0 || ^17.0.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-redux": "^7.1.1",
"react-router-dom": "^5.0.1",
"redux": "^4.0.4"
Expand Down

0 comments on commit b9ff8a1

Please sign in to comment.