-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(frontend): update outdated packages
Bump outdated packages with `yarn upgrade-interactive`.
- Loading branch information
1 parent
6ec1a2c
commit f1aea71
Showing
2 changed files
with
612 additions
and
393 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,19 +4,19 @@ | |
"private": true, | ||
"type": "module", | ||
"dependencies": { | ||
"@emotion/react": "^11.13.3", | ||
"@emotion/styled": "^11.13.0", | ||
"@emotion/react": "^11.13.5", | ||
"@emotion/styled": "^11.13.5", | ||
"@fontsource/comfortaa": "^5.1.0", | ||
"@mui/icons-material": "^6.1.1", | ||
"@mui/material": "^6.1.1", | ||
"@mui/x-data-grid": "^7.18.0", | ||
"@reduxjs/toolkit": "^2.2.7", | ||
"@mui/icons-material": "^6.1.8", | ||
"@mui/material": "^6.1.8", | ||
"@mui/x-data-grid": "^7.22.3", | ||
"@reduxjs/toolkit": "^2.3.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.2.3", | ||
"react-hook-form": "^7.53.0", | ||
"react-dropzone": "^14.3.5", | ||
"react-hook-form": "^7.53.2", | ||
"react-player": "^2.16.0", | ||
"react-plotly.js": "^2.6.0", | ||
"react-redux": "^9.1.2", | ||
|
@@ -50,40 +50,40 @@ | |
] | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.25.2", | ||
"@babel/core": "^7.26.0", | ||
"@babel/plugin-proposal-private-property-in-object": "^7.21.11", | ||
"@babel/plugin-syntax-flow": "^7.24.7", | ||
"@babel/plugin-transform-react-jsx": "^7.25.2", | ||
"@cypress/request": "^3.0.5", | ||
"@babel/plugin-syntax-flow": "^7.26.0", | ||
"@babel/plugin-transform-react-jsx": "^7.25.9", | ||
"@cypress/request": "^3.0.6", | ||
"@rtk-query/codegen-openapi": "^1.2.0", | ||
"@svgr/rollup": "^8.1.0", | ||
"@testing-library/dom": "^10.4.0", | ||
"@testing-library/jest-dom": "^6.5.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.13", | ||
"@types/node": "^20.16.5", | ||
"@types/papaparse": "^5.3.14", | ||
"@types/react": "^18.3.8", | ||
"@types/react-dom": "^18.3.0", | ||
"@types/jest": "^29.5.14", | ||
"@types/node": "^20.17.7", | ||
"@types/papaparse": "^5.3.15", | ||
"@types/react": "^18.3.12", | ||
"@types/react-dom": "^18.3.1", | ||
"@types/react-plotly.js": "^2.6.3", | ||
"@vitejs/plugin-react": "^4.3.1", | ||
"@vitejs/plugin-react": "^4.3.3", | ||
"cypress": "^12.17.4", | ||
"env-cmd": "^10.1.0", | ||
"eslint": "^8.57.1", | ||
"eslint-config-prettier": "^8.10.0", | ||
"eslint-plugin-jsx-a11y": "^6.10.0", | ||
"eslint-plugin-react": "^7.36.1", | ||
"eslint-plugin-jsx-a11y": "^6.10.2", | ||
"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", | ||
"typescript": "^5.6.2", | ||
"typescript": "^5.7.2", | ||
"typescript-eslint": "^7.18.0", | ||
"vite": "^5.4.7", | ||
"vite": "^5.4.11", | ||
"vite-bundle-visualizer": "^1.2.1", | ||
"vite-plugin-radar": "^0.9.6", | ||
"vite-tsconfig-paths": "^5.0.1", | ||
"vite-tsconfig-paths": "^5.1.3", | ||
"web-vitals": "^2.1.4" | ||
}, | ||
"packageManager": "[email protected]" | ||
|
Oops, something went wrong.