Skip to content

Commit

Permalink
chore: Upgrade Editor dependencies (Part 1) (#1047)
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored Jul 28, 2022
1 parent dd7b894 commit f422504
Show file tree
Hide file tree
Showing 4 changed files with 460 additions and 506 deletions.
64 changes: 32 additions & 32 deletions editor.planx.uk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,64 +3,64 @@
"private": true,
"license": "MPL-2.0",
"dependencies": {
"@airbrake/browser": "^2.1.4",
"@apollo/client": "^3.2.5",
"@ctrl/tinycolor": "^3.1.6",
"@draft-js-plugins/anchor": "^4.0.0",
"@draft-js-plugins/buttons": "^4.0.0",
"@draft-js-plugins/editor": "^4.0.0",
"@draft-js-plugins/inline-toolbar": "^4.0.0",
"@airbrake/browser": "^2.1.7",
"@apollo/client": "^3.6.9",
"@ctrl/tinycolor": "^3.4.1",
"@draft-js-plugins/anchor": "^4.1.4",
"@draft-js-plugins/buttons": "^4.3.1",
"@draft-js-plugins/editor": "^4.1.3",
"@draft-js-plugins/inline-toolbar": "^4.1.6",
"@feedback-fish/react": "^1.2.1",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/utils": "^5.0.0-beta.5",
"@opensystemslab/map": "^0.5.6",
"array-move": "^3.0.1",
"array-move": "^4.0.0",
"axios": "0.27.2",
"camelcase-keys": "^7.0.0",
"classnames": "^2.2.6",
"date-fns": "^2.16.1",
"camelcase-keys": "^8.0.1",
"classnames": "^2.3.1",
"date-fns": "^2.29.1",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"formik": "^2.2.4",
"graphql": "^15.4.0",
"graphql-tag": "^2.11.0",
"formik": "^2.2.9",
"graphql": "^16.5.0",
"graphql-tag": "^2.12.6",
"immer": "^7.0.14",
"js-cookie": "^2.2.1",
"js-cookie": "^3.0.1",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.20",
"marked": "^1.2.7",
"mathjs": "^9.3.0",
"nanoid": "^3.1.16",
"lodash": "^4.17.21",
"marked": "^4.0.18",
"mathjs": "^11.0.1",
"nanoid": "^4.0.0",
"nanoid-good": "^3.1.0",
"natsort": "^2.0.2",
"navi": "^0.14.0",
"postcode": "^5.0.0",
"ramda": "^0.27.1",
"natsort": "^2.0.3",
"navi": "^0.15.0",
"postcode": "^5.1.0",
"ramda": "^0.28.0",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.0.0",
"react-beautiful-dnd": "^13.1.0",
"react-color": "^2.19.3",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-dom": "^17.0.2",
"react-dropzone": "^11.2.4",
"react-error-boundary": "^3.1.4",
"react-feather": "^2.0.8",
"react-feather": "^2.0.10",
"react-html-parser": "^2.0.2",
"react-markdown": "^7.1.1",
"react-navi": "^0.14.4",
"react-navi-helmet-async": "^0.14.4",
"react-scripts": "^5.0.0",
"react-navi": "^0.15.0",
"react-navi-helmet-async": "^0.15.0",
"react-scripts": "^5.0.1",
"react-toastify": "^7.0.4",
"react-use": "^17.3.1",
"react-use": "^17.4.0",
"reconnecting-websocket": "^4.4.0",
"rxjs": "^6.6.3",
"scroll-into-view-if-needed": "^2.2.26",
"scroll-into-view-if-needed": "^2.2.29",
"sharedb": "^2.2.5",
"swr": "^0.4.0",
"uuid": "^8.3.2",
"wkt": "^0.1.1",
"yup": "^0.32.8",
"yup": "^0.32.11",
"zustand": "^3.1.4"
},
"devDependencies": {
Expand All @@ -85,7 +85,7 @@
"@types/jest": "^26.0.24",
"@types/jest-axe": "^3.5.3",
"@types/lodash": "^4.14.165",
"@types/marked": "^1.2.1",
"@types/marked": "^4.0.3",
"@types/node": "^17.0.0",
"@types/ramda": "^0.27.32",
"@types/react": "^17.0.37",
Expand Down
Loading

0 comments on commit f422504

Please sign in to comment.