Skip to content

Commit

Permalink
Change: Update to React 18
Browse files Browse the repository at this point in the history
Update to the latest React version
  • Loading branch information
bjoernricks committed Apr 3, 2024
1 parent 5317f6c commit 128e2dc
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 78 deletions.
138 changes: 63 additions & 75 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 @@ -53,10 +53,10 @@
"prop-types": "^15.8.1",
"qhistory": "^1.1.0",
"qs": "^6.11.2",
"react": "^16.14.0",
"react": "^18.0.0",
"react-beautiful-dnd": "^13.1.1",
"react-datepicker": "^6.0.0",
"react-dom": "^16.14.0",
"react-dom": "^18.0.0",
"react-redux": "^8.1.3",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.1",
Expand All @@ -80,7 +80,7 @@
"devDependencies": {
"@babel/cli": "^7.23.9",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^12.1.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^29.5.12",
"babel-plugin-i18next-extract": "^0.10.0",
Expand Down

0 comments on commit 128e2dc

Please sign in to comment.