Skip to content

Commit

Permalink
build(frontend): upgrade outdated packages (#522)
Browse files Browse the repository at this point in the history
Minor and patch bumps for outdated packages.
  • Loading branch information
eatyourgreens authored Sep 18, 2024
1 parent 9e6cb66 commit 2194981
Show file tree
Hide file tree
Showing 2 changed files with 507 additions and 418 deletions.
48 changes: 24 additions & 24 deletions frontend-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
"private": true,
"type": "module",
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/comfortaa": "^5.0.20",
"@mui/icons-material": "^5.16.4",
"@mui/material": "^5.16.4",
"@mui/x-data-grid": "^7.10.0",
"@reduxjs/toolkit": "^2.2.6",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource/comfortaa": "^5.1.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@mui/x-data-grid": "^7.17.0",
"@reduxjs/toolkit": "^2.2.7",
"papaparse": "^5.4.1",
"plotly.js-basic-dist-min": "^2.33.0",
"plotly.js-basic-dist-min": "^2.35.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.52.1",
"react-hook-form": "^7.53.0",
"react-player": "^2.16.0",
"react-plotly.js": "^2.6.0",
"react-redux": "^9.1.2",
Expand Down Expand Up @@ -50,37 +50,37 @@
]
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-syntax-flow": "^7.24.7",
"@babel/plugin-transform-react-jsx": "^7.24.7",
"@cypress/request": "^3.0.1",
"@babel/plugin-transform-react-jsx": "^7.25.2",
"@cypress/request": "^3.0.5",
"@rtk-query/codegen-openapi": "^1.2.0",
"@svgr/rollup": "^8.1.0",
"@testing-library/dom": "^10.3.2",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.11",
"@types/jest": "^29.5.13",
"@types/node": "^20.16.5",
"@types/papaparse": "^5.3.14",
"@types/react": "^18.3.3",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@types/react-plotly.js": "^2.6.3",
"@vitejs/plugin-react": "^4.3.1",
"cypress": "^12.17.4",
"env-cmd": "^10.1.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2",
"openapi-types": "^12.1.3",
"prettier": "^3.3.3",
"start-server-and-test": "^2.0.4",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.1",
"vite": "^5.3.6",
"start-server-and-test": "^2.0.8",
"typescript": "^5.6.2",
"typescript-eslint": "^7.18.0",
"vite": "^5.4.6",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-radar": "^0.9.6",
"vite-tsconfig-paths": "^4.3.2",
Expand Down
Loading

0 comments on commit 2194981

Please sign in to comment.