Skip to content

Commit

Permalink
Upgrade[frontend] (#1428)
Browse files Browse the repository at this point in the history
* chore(deps): upgrade deps

* chore(deps): upgrade deps 2

* chore(deps): downgrade deps
  • Loading branch information
guzhongren authored May 3, 2024
1 parent dae9844 commit bf12a13
Show file tree
Hide file tree
Showing 2 changed files with 830 additions and 1,745 deletions.
56 changes: 28 additions & 28 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,67 +45,67 @@
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.12",
"@emotion/styled": "^11.11.5",
"@fontsource/roboto": "^5.0.13",
"@hookform/resolvers": "^3.3.4",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"@mui/x-date-pickers": "^7.0.0",
"@reduxjs/toolkit": "^2.2.2",
"@mui/icons-material": "^5.15.16",
"@mui/material": "^5.15.16",
"@mui/x-date-pickers": "^7.3.2",
"@reduxjs/toolkit": "^2.2.3",
"axios": "^1.6.8",
"dayjs": "^1.11.10",
"dayjs": "^1.11.11",
"lodash": "^4.17.21",
"lodash.camelcase": "^4.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.51.3",
"react-redux": "^9.0.0",
"react-router-dom": "^6.22.3",
"typescript": "^5.4.2",
"vite": "^5.2.2",
"vite-plugin-pwa": "^0.19.5",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.0",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-pwa": "^0.20.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@dotenvx/dotenvx": "^0.27.0",
"@playwright/test": "^1.42.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@dotenvx/dotenvx": "^0.37.1",
"@playwright/test": "^1.43.1",
"@testing-library/jest-dom": "^6.4.3",
"@testing-library/react": "^15.0.6",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.0",
"@types/lodash.camelcase": "^4.3.9",
"@types/node": "^20.11.30",
"@types/node": "^20.12.8",
"@types/node-fetch": "^2.6.11",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/react-redux": "^7.1.33",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"audit-ci": "^6.6.1",
"autoprefixer": "^10.4.18",
"autoprefixer": "^10.4.19",
"csv-parse": "^5.5.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-n": "^17.4.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-hooks": "^4.6.2",
"execa": "^8.0.1",
"husky": "^9.0.11",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"license-compliance": "^3.0.0",
"lint-staged": "^15.2.2",
"msw": "^2.0.0",
"msw": "^2.2.14",
"node-fetch": "^3.3.2",
"prettier": "3.2.5",
"prettier-plugin-sort-imports": "^1.8.4",
"prettier-plugin-sort-imports": "^1.8.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tsc-files": "^1.1.4",
Expand Down
Loading

0 comments on commit bf12a13

Please sign in to comment.