Skip to content

Commit

Permalink
Web: Update deps
Browse files Browse the repository at this point in the history
But not React 18 to 19 because it breaks react-draggable:
react-grid-layout/react-draggable#771
  • Loading branch information
ErikMN committed Jan 6, 2025
1 parent 1a5fd29 commit acc73d8
Show file tree
Hide file tree
Showing 2 changed files with 732 additions and 1,238 deletions.
20 changes: 10 additions & 10 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource/roboto": "^5.1.1",
"@mui/icons-material": "^6.3.0",
"@mui/icons-material": "^6.3.1",
"@mui/material": "^6.3.1",
"@mui/styles": "^6.3.1",
"@types/lodash": "^4.17.13",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"@types/lodash": "^4.17.14",
"@types/react": "^19.0.3",
"@types/react-dom": "^19.0.2",
"lodash": "^4.17.21",
"luxon": "^3.5.0",
"media-stream-library": "^13.1.1",
Expand All @@ -24,16 +24,16 @@
"react-dom": "^18.3.1",
"react-draggable": "^4.4.6",
"react-json-view": "^1.21.3",
"react-router-dom": "^6.28.0",
"react-router-dom": "^7.1.1",
"react-syntax-highlighter": "^15.6.1",
"styled-components": "^6.1.13",
"styled-components": "^6.1.14",
"typescript": "^5.7.2"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-react": "^7.26.3",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -43,8 +43,8 @@
"license-checker": "^25.0.1",
"prettier": "^3.4.2",
"stylelint": "^16.12.0",
"stylelint-config-standard-scss": "^13.1.0",
"vite": "^5.4.11",
"stylelint-config-standard-scss": "^14.0.0",
"vite": "^6.0.7",
"vite-plugin-compression2": "^1.3.3",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.4"
Expand Down
Loading

0 comments on commit acc73d8

Please sign in to comment.