Skip to content

Commit

Permalink
Update to React 18
Browse files Browse the repository at this point in the history
Also update some dev dependencies because they had peer dependencies on React <18
  • Loading branch information
tillprochaska committed Dec 2, 2024
1 parent f985274 commit e53b773
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 92 deletions.
185 changes: 98 additions & 87 deletions ui/package-lock.json

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

10 changes: 5 additions & 5 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"numeral": "^2.0.6",
"papaparse": "^5.4.1",
"query-string": "^9.1.1",
"react": "^17.0.2",
"react": "^18.3.1",
"react-colorful": "^5.5.1",
"react-countup": "^6.5.3",
"react-datasheet": "1.4.12",
"react-dom": "^17.0.2",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.6",
"react-dropzone": "^14.3.5",
"react-helmet": "^6.0.0-beta",
Expand Down Expand Up @@ -92,7 +92,7 @@
"@craco/craco": "^7.1.0",
"@formatjs/cli": "^6.2.0",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^12.1.5",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.1",
"@types/d3-force": "^3.0.10",
"@types/d3-scale": "^4.0.8",
Expand All @@ -102,8 +102,8 @@
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.1",
"@types/numeral": "^2.0.5",
"@types/react": "^17.0.1",
"@types/react-dom": "^17.0.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"prettier": "^3.0.3",
"react-scripts": "^5.0.1",
"sass": "^1.68.0"
Expand Down

0 comments on commit e53b773

Please sign in to comment.