Skip to content

Commit

Permalink
Update to React19 (stable) and Vite 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni M. Brotons authored and Toni M. Brotons committed Jan 23, 2025
1 parent 3c85025 commit 1d19a08
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 21 deletions.
Binary file modified gui_dev/bun.lockb
Binary file not shown.
45 changes: 24 additions & 21 deletions gui_dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,37 +9,40 @@
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@mui/icons-material": "latest",
"@mui/material": "latest",
"@atlaskit/pragmatic-drag-and-drop": "^1.4.0",
"@dnd-kit/core": "^6.3.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.4.1",
"@mui/material": "^6.4.1",
"cbor-js": "^0.1.0",
"immer": "^10.1.1",
"plotly.js-basic-dist-min": "^2.35.2",
"react": "next",
"react-dom": "next",
"react-icons": "^5.3.0",
"plotly.js-basic-dist-min": "^2.35.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"react-plotly.js": "^2.6.0",
"react-router-dom": "^7.0.1",
"zustand": "latest"
"react-router-dom": "^7.1.3",
"zustand": "^5.0.3"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@babel/eslint-parser": "^7.26.5",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@eslint/compat": "^1.2.3",
"@vitejs/plugin-react": "^4.3.3",
"@babel/preset-react": "^7.26.3",
"@eslint/compat": "^1.2.5",
"@vitejs/plugin-react": "^4.3.4",
"@welldone-software/why-did-you-render": "^8.0.3",
"babel-plugin-react-compiler": "latest",
"eslint": "^9.15.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^50.5.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-jsdoc": "^50.6.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-compiler": "latest",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"prettier": "^3.3.3",
"vite": "^5.4.11"
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"prettier": "^3.4.2",
"tiny-invariant": "^1.3.3",
"vite": "^6.0.11"
}
}

0 comments on commit 1d19a08

Please sign in to comment.