Skip to content

Commit

Permalink
Merge pull request #4126 from ProjectMirador/react19
Browse files Browse the repository at this point in the history
Support React 19
  • Loading branch information
jcoyne authored Mar 5, 2025
2 parents 322f3e5 + a4c6c5e commit ad2d084
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@
"re-reselect": "^5.0.0",
"react-dnd": "^16.0.0",
"react-dnd-html5-backend": "^16.0.0",
"react-dnd-multi-backend": "^8.0.0",
"react-dnd-multi-backend": "^9.0.0",
"react-dnd-touch-backend": "^16.0.0",
"react-error-boundary": "^4.1.2",
"react-error-boundary": "^5.0.0",
"react-full-screen": "^1.1.1",
"react-image": "^4.0.1",
"react-intersection-observer": "^9.0.0",
"react-mosaic-component2": "^6.0.0",
"react-mosaic-component2": "^7.0.0",
"react-redux": "^8.0.0 || ^9.0.0",
"react-resize-observer": "^1.1.1",
"react-rnd": "~10.4.0",
Expand Down Expand Up @@ -105,9 +105,9 @@
"eslint-plugin-testing-library": "^6.2.0",
"glob": "^10.3.0",
"happy-dom": "^17.0",
"react": "^18.0.0",
"react": "^19.0.0",
"react-dnd-test-backend": "^16.0.1",
"react-dom": "^18.0.0",
"react-dom": "^19.0.0",
"react-i18next": "^13.0.0 || ^14.0.0 || ^15.0.0",
"redux-mock-store": "^1.5.1",
"redux-saga-test-plan": "^4.0.0-rc.3",
Expand All @@ -120,8 +120,8 @@
"@mui/system": "^6.x",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"react-i18next": "^13.0.0 || ^14.0.0 || ^15.0.0"
}
}

0 comments on commit ad2d084

Please sign in to comment.