Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to React 18 #5510

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,24 +43,24 @@
"marked": "^4.2.5",
"osmtogeojson": "^3.0.0-beta.5",
"query-string": "^7.1.3",
"react": "^17.0.2",
"react": "^18.2.0",
"react-accessible-accordion": "^3.3.4",
"react-calendar-heatmap": "^1.9.0",
"react-chartjs-2": "^4.1.0",
"react-click-outside": "^3.0.1",
"react-datepicker": "^4.1.1",
"react-dom": "^17.0.2",
"react-dropzone": "^11.3.4",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-final-form": "^6.5.3",
"react-intl": "^6.2.5",
"react-meta-elements": "^1.0.0",
"react-placeholder": "^4.1.0",
"react-redux": "^7.2.4",
"react-scripts": "^4.0.3",
"react-redux": "^8.0.5",
"react-scripts": "^5.0.1",
"react-select": "^5.7.0",
"react-tooltip": "^4.2.21",
"reactjs-popup": "^2.0.5",
"redux": "^4.1.0",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"sass": "^1.35.1",
Expand Down Expand Up @@ -108,15 +108,15 @@
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@testing-library/react": "^13.4.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.4.3",
"combine-react-intl-messages": "^4.0.0",
"jest-canvas-mock": "^2.3.1",
"msw": "0.33.2",
"prettier": "^2.8.1",
"react-select-event": "^5.5.1",
"react-test-renderer": "^17.0.2",
"react-test-renderer": "^18.2.0",
"source-map-explorer": "^2.5.2"
},
"jest": {
Expand Down
66 changes: 5 additions & 61 deletions frontend/src/assets/img/info-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
63 changes: 5 additions & 58 deletions frontend/src/assets/img/learn-osm-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading