Skip to content

Commit

Permalink
Update all packages to current version including react 19
Browse files Browse the repository at this point in the history
  • Loading branch information
mfechner committed Jan 1, 2025
1 parent e0c27fa commit 76118a9
Show file tree
Hide file tree
Showing 2 changed files with 162 additions and 213 deletions.
22 changes: 11 additions & 11 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
"@fontsource/roboto": "5.1.1",
"@mui/icons-material": "6.3.0",
"@mui/material": "6.3.0",
"axios": "1.7.4",
"axios": "1.7.9",
"codemirror": "6.0.1",
"detect-browser": "5.3.0",
"js-base64": "3.7.7",
"notifyjs": "3.0.0",
"prop-types": "15.8.1",
"react": "18.3.1",
"react-codemirror2": "7.2.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-codemirror2": "8.0.0",
"react-dom": "19.0.0",
"react-markdown": "9.0.1",
"react-redux": "9.2.0",
"react-router": "7.1.0",
"react-router-dom": "7.1.0",
"react-router": "7.1.1",
"react-router-dom": "7.1.1",
"react-timeago": "7.2.0",
"react-window": "1.8.11",
"remark-gfm": "4.0.0",
Expand All @@ -46,12 +46,12 @@
"@types/node": "22.10.3",
"@types/notifyjs": "3.0.5",
"@types/puppeteer": "7.0.4",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@types/react-router-dom": "5.3.3",
"@types/remove-markdown": "0.3.4",
"@typescript-eslint/eslint-plugin": "^4.1.0",
"@typescript-eslint/parser": "^4.1.0",
"@typescript-eslint/eslint-plugin": "8.19.0",
"@typescript-eslint/parser": "8.19.0",
"@vitejs/plugin-react": "4.3.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
Expand All @@ -63,7 +63,7 @@
"puppeteer": "23.11.1",
"rimraf": "6.0.1",
"tree-kill": "1.2.2",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "6.0.6",
"vitest": "2.1.8",
"wait-on": "8.0.1"
Expand Down
Loading

0 comments on commit 76118a9

Please sign in to comment.