Skip to content

Commit

Permalink
build(deps): update outdated dependencies (#648)
Browse files Browse the repository at this point in the history
Patch updates for outdated packages.
  • Loading branch information
eatyourgreens authored Jan 27, 2025
1 parent 100043a commit 661f7b3
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 80 deletions.
18 changes: 9 additions & 9 deletions frontend-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource/comfortaa": "^5.1.1",
"@mui/icons-material": "^6.4.0",
"@mui/material": "^6.4.0",
"@mui/x-data-grid": "^7.24.0",
"@reduxjs/toolkit": "^2.5.0",
"@mui/icons-material": "^6.4.1",
"@mui/material": "^6.4.1",
"@mui/x-data-grid": "^7.24.1",
"@reduxjs/toolkit": "^2.5.1",
"papaparse": "^5.5.1",
"plotly.js-basic-dist-min": "^2.35.3",
"react": "^19.0.0",
Expand Down Expand Up @@ -50,7 +50,7 @@
]
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/core": "^7.26.7",
"@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",
Expand All @@ -60,11 +60,11 @@
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.6.0",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.14",
"@types/node": "^20.17.16",
"@types/papaparse": "^5.3.15",
"@types/react": "^19.0.7",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/react-plotly.js": "^2.6.3",
"@vitejs/plugin-react": "^4.3.4",
Expand All @@ -80,7 +80,7 @@
"start-server-and-test": "^2.0.10",
"typescript": "^5.7.3",
"typescript-eslint": "^7.18.0",
"vite": "^6.0.9",
"vite": "^6.0.11",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-radar": "^0.10.0",
"vite-tsconfig-paths": "^5.1.4",
Expand Down
Loading

0 comments on commit 661f7b3

Please sign in to comment.