Update dependencies
This commit is contained in:
44
package.json
44
package.json
@@ -26,35 +26,35 @@
|
||||
"*.{ts,tsx,js,jsx}": "eslint --fix"
|
||||
},
|
||||
"dependencies": {
|
||||
"@apollo/client": "3.10.1",
|
||||
"@apollo/client": "3.10.3",
|
||||
"@emotion/cache": "11.11.0",
|
||||
"@emotion/react": "11.11.4",
|
||||
"@emotion/styled": "11.11.5",
|
||||
"@fontsource/roboto": "5.0.13",
|
||||
"@loadable/component": "^5.16.4",
|
||||
"@mui/icons-material": "5.15.15",
|
||||
"@mui/material": "5.15.15",
|
||||
"@mui/x-date-pickers": "7.3.1",
|
||||
"@loadable/component": "5.16.4",
|
||||
"@mui/icons-material": "5.15.17",
|
||||
"@mui/material": "5.15.17",
|
||||
"@mui/x-date-pickers": "7.4.0",
|
||||
"apollo-upload-client": "17.0.0",
|
||||
"dayjs": "1.11.10",
|
||||
"dayjs": "1.11.11",
|
||||
"file-selector": "0.6.0",
|
||||
"graphql": "16.8.1",
|
||||
"graphql-tag": "2.12.6",
|
||||
"graphql-ws": "5.16.0",
|
||||
"html-react-parser": "5.1.10",
|
||||
"i18next": "23.11.2",
|
||||
"i18next": "23.11.4",
|
||||
"i18next-browser-languagedetector": "7.2.1",
|
||||
"i18next-http-backend": "2.5.1",
|
||||
"material-ui-popup-state": "5.1.0",
|
||||
"mui-nested-menu": "3.3.0",
|
||||
"mui-nested-menu": "3.4.0",
|
||||
"p-limit": "5.0.0",
|
||||
"react": "18.3.0",
|
||||
"react": "18.3.1",
|
||||
"react-beautiful-dnd": "13.1.1",
|
||||
"react-device-detect": "2.2.3",
|
||||
"react-dom": "18.3.0",
|
||||
"react-dom": "18.3.1",
|
||||
"react-i18next": "14.1.1",
|
||||
"react-lazily": "^0.9.2",
|
||||
"react-router-dom": "6.23.0",
|
||||
"react-lazily": "0.9.2",
|
||||
"react-router-dom": "6.23.1",
|
||||
"react-virtuoso": "4.7.10",
|
||||
"stylis": "4.3.2",
|
||||
"stylis-plugin-rtl": "2.1.1",
|
||||
@@ -67,15 +67,15 @@
|
||||
"@graphql-codegen/typescript-apollo-client-helpers": "3.0.0",
|
||||
"@graphql-codegen/typescript-operations": "4.2.0",
|
||||
"@types/apollo-upload-client": "17.0.5",
|
||||
"@types/node": "20.12.7",
|
||||
"@types/react": "18.3.0",
|
||||
"@types/node": "20.12.11",
|
||||
"@types/react": "18.3.1",
|
||||
"@types/react-beautiful-dnd": "13.1.8",
|
||||
"@types/react-dom": "18.3.0",
|
||||
"@types/stylis": "4.2.5",
|
||||
"@types/stylis": "4.2.6",
|
||||
"@types/yargs": "17.0.32",
|
||||
"@typescript-eslint/eslint-plugin": "7.7.1",
|
||||
"@typescript-eslint/parser": "7.7.1",
|
||||
"@vitejs/plugin-legacy": "5.3.2",
|
||||
"@typescript-eslint/eslint-plugin": "7.8.0",
|
||||
"@typescript-eslint/parser": "7.8.0",
|
||||
"@vitejs/plugin-legacy": "5.4.0",
|
||||
"@vitejs/plugin-react-swc": "3.6.0",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-config-airbnb": "19.0.4",
|
||||
@@ -87,16 +87,16 @@
|
||||
"eslint-plugin-no-relative-import-paths": "1.5.4",
|
||||
"eslint-plugin-prettier": "5.1.3",
|
||||
"eslint-plugin-react": "7.34.1",
|
||||
"eslint-plugin-react-hooks": "4.6.1",
|
||||
"eslint-plugin-unused-imports": "3.1.0",
|
||||
"eslint-plugin-react-hooks": "4.6.2",
|
||||
"eslint-plugin-unused-imports": "3.2.0",
|
||||
"husky": "9.0.11",
|
||||
"lint-staged": "15.2.2",
|
||||
"prettier": "3.2.5",
|
||||
"syncyarnlock": "1.0.19",
|
||||
"terser": "5.30.4",
|
||||
"terser": "5.31.0",
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "5.4.5",
|
||||
"vite": "5.2.10",
|
||||
"vite": "5.2.11",
|
||||
"vite-tsconfig-paths": "4.3.2",
|
||||
"yargs": "17.7.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user