Skip to content

Commit

Permalink
upgrade react to 17 and create-react-app to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrees committed Oct 30, 2020
1 parent bc61178 commit ff9d578
Show file tree
Hide file tree
Showing 3 changed files with 173 additions and 147 deletions.
9 changes: 6 additions & 3 deletions editor.planx.uk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@turf/area": "^6.0.1",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"array-move": "^3.0.1",
"axios": "^0.19.2",
"axios-hooks": "^2.1.0",
Expand All @@ -34,12 +36,12 @@
"postcode": "^5.0.0",
"proj4": "^2.6.2",
"ramda": "^0.27.1",
"react": "^16.14.0",
"react": "^17.0.1",
"react-beautiful-dnd": "^13.0.0",
"react-color": "^2.18.1",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-dom": "^16.14.0",
"react-dom": "^17.0.1",
"react-dropzone": "^11.2.1",
"react-feather": "^2.0.8",
"react-html-parser": "^2.0.2",
Expand All @@ -58,12 +60,13 @@
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/graphlib": "^2.1.7",
"@types/jest": "^26.0.15",
"@types/lodash": "^4.14.162",
"@types/node": "^12.19.1",
"@types/ramda": "^0.27.30",
"@types/react": "^16.9.53",
"@types/react-beautiful-dnd": "^13.0.0",
"web-vitals": "^0.2.4",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^16.9.8",
"husky": "^4.3.0",
Expand Down
Loading

0 comments on commit ff9d578

Please sign in to comment.