Skip to content

Commit

Permalink
build(deps): bump outdated frontend packages (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourgreens authored Dec 13, 2024
1 parent 7df0345 commit 517ee94
Show file tree
Hide file tree
Showing 2 changed files with 216 additions and 372 deletions.
32 changes: 16 additions & 16 deletions frontend-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
"private": true,
"type": "module",
"dependencies": {
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource/comfortaa": "^5.1.0",
"@mui/icons-material": "^6.1.8",
"@mui/material": "^6.1.8",
"@mui/x-data-grid": "^7.22.3",
"@reduxjs/toolkit": "^2.3.0",
"@mui/icons-material": "^6.2.0",
"@mui/material": "^6.2.0",
"@mui/x-data-grid": "^7.23.2",
"@reduxjs/toolkit": "^2.5.0",
"papaparse": "^5.4.1",
"plotly.js-basic-dist-min": "^2.35.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.5",
"react-hook-form": "^7.53.2",
"react-hook-form": "^7.54.1",
"react-player": "^2.16.0",
"react-plotly.js": "^2.6.0",
"react-redux": "^9.1.2",
"react-redux": "^9.2.0",
"react-toastify": "^9.1.3"
},
"scripts": {
Expand Down Expand Up @@ -54,20 +54,20 @@
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-syntax-flow": "^7.26.0",
"@babel/plugin-transform-react-jsx": "^7.25.9",
"@cypress/request": "^3.0.6",
"@cypress/request": "^3.0.7",
"@rtk-query/codegen-openapi": "^1.2.0",
"@svgr/rollup": "^8.1.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.7",
"@types/node": "^20.17.10",
"@types/papaparse": "^5.3.15",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"@types/react-plotly.js": "^2.6.3",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react": "^4.3.4",
"cypress": "^12.17.4",
"env-cmd": "^10.1.0",
"eslint": "^8.57.1",
Expand All @@ -76,14 +76,14 @@
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"openapi-types": "^12.1.3",
"prettier": "^3.3.3",
"start-server-and-test": "^2.0.8",
"prettier": "^3.4.2",
"start-server-and-test": "^2.0.9",
"typescript": "^5.7.2",
"typescript-eslint": "^7.18.0",
"vite": "^5.4.11",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-radar": "^0.9.6",
"vite-tsconfig-paths": "^5.1.3",
"vite-tsconfig-paths": "^5.1.4",
"web-vitals": "^2.1.4"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit 517ee94

Please sign in to comment.