Update dependencies
This commit is contained in:
48
package.json
48
package.json
@@ -30,37 +30,37 @@
|
|||||||
"*.{ts,tsx,js,jsx}": "eslint --fix"
|
"*.{ts,tsx,js,jsx}": "eslint --fix"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@apollo/client": "3.11.2",
|
"@apollo/client": "3.11.5",
|
||||||
"@emotion/cache": "^11.13.1",
|
"@emotion/cache": "11.13.1",
|
||||||
"@emotion/react": "11.13.0",
|
"@emotion/react": "11.13.3",
|
||||||
"@emotion/styled": "11.13.0",
|
"@emotion/styled": "11.13.0",
|
||||||
"@fontsource/roboto": "5.0.14",
|
"@fontsource/roboto": "5.0.14",
|
||||||
"@loadable/component": "5.16.4",
|
"@loadable/component": "5.16.4",
|
||||||
"@mui/icons-material": "5.16.6",
|
"@mui/icons-material": "5.16.6",
|
||||||
"@mui/material": "5.16.6",
|
"@mui/material": "5.16.6",
|
||||||
"@mui/x-date-pickers": "7.12.0",
|
"@mui/x-date-pickers": "7.15.0",
|
||||||
"apollo-upload-client": "17.0.0",
|
"apollo-upload-client": "17.0.0",
|
||||||
"dayjs": "1.11.12",
|
"dayjs": "1.11.13",
|
||||||
"file-selector": "0.6.0",
|
"file-selector": "0.6.0",
|
||||||
"graphql": "16.9.0",
|
"graphql": "16.9.0",
|
||||||
"graphql-tag": "2.12.6",
|
"graphql-tag": "2.12.6",
|
||||||
"graphql-ws": "5.16.0",
|
"graphql-ws": "5.16.0",
|
||||||
"html-react-parser": "5.1.12",
|
"html-react-parser": "5.1.15",
|
||||||
"i18next": "23.12.2",
|
"i18next": "23.14.0",
|
||||||
"i18next-browser-languagedetector": "8.0.0",
|
"i18next-browser-languagedetector": "8.0.0",
|
||||||
"i18next-http-backend": "2.5.2",
|
"i18next-http-backend": "2.6.1",
|
||||||
"material-ui-popup-state": "5.1.2",
|
"material-ui-popup-state": "5.3.1",
|
||||||
"mui-nested-menu": "3.4.0",
|
"mui-nested-menu": "3.4.0",
|
||||||
"p-limit": "6.1.0",
|
"p-limit": "6.1.0",
|
||||||
"react": "18.3.1",
|
"react": "18.3.1",
|
||||||
"react-beautiful-dnd": "13.1.1",
|
"react-beautiful-dnd": "13.1.1",
|
||||||
"react-dom": "18.3.1",
|
"react-dom": "18.3.1",
|
||||||
"react-i18next": "15.0.0",
|
"react-i18next": "15.0.1",
|
||||||
"react-lazily": "0.9.2",
|
"react-lazily": "0.9.2",
|
||||||
"react-router-dom": "6.26.0",
|
"react-router-dom": "6.26.1",
|
||||||
"react-virtuoso": "4.9.0",
|
"react-virtuoso": "4.10.2",
|
||||||
"sanitize-html": "2.13.0",
|
"sanitize-html": "2.13.0",
|
||||||
"stylis": "4.3.2",
|
"stylis": "4.3.4",
|
||||||
"stylis-plugin-rtl": "2.1.1",
|
"stylis-plugin-rtl": "2.1.1",
|
||||||
"use-long-press": "3.2.0",
|
"use-long-press": "3.2.0",
|
||||||
"use-query-params": "2.2.1"
|
"use-query-params": "2.2.1"
|
||||||
@@ -69,40 +69,40 @@
|
|||||||
"@graphql-codegen/cli": "5.0.2",
|
"@graphql-codegen/cli": "5.0.2",
|
||||||
"@graphql-codegen/client-preset": "4.3.3",
|
"@graphql-codegen/client-preset": "4.3.3",
|
||||||
"@graphql-codegen/typescript-apollo-client-helpers": "3.0.0",
|
"@graphql-codegen/typescript-apollo-client-helpers": "3.0.0",
|
||||||
"@graphql-codegen/typescript-operations": "^4.2.3",
|
"@graphql-codegen/typescript-operations": "4.2.3",
|
||||||
"@types/apollo-upload-client": "17.0.5",
|
"@types/apollo-upload-client": "17.0.5",
|
||||||
"@types/node": "20.14.11",
|
"@types/node": "20.14.11",
|
||||||
"@types/react": "18.3.3",
|
"@types/react": "18.3.5",
|
||||||
"@types/react-beautiful-dnd": "13.1.8",
|
"@types/react-beautiful-dnd": "13.1.8",
|
||||||
"@types/react-dom": "18.3.0",
|
"@types/react-dom": "18.3.0",
|
||||||
"@types/sanitize-html": "2.11.0",
|
"@types/sanitize-html": "2.13.0",
|
||||||
"@types/stylis": "4.2.6",
|
"@types/stylis": "4.2.6",
|
||||||
"@types/yargs": "17.0.32",
|
"@types/yargs": "17.0.33",
|
||||||
"@typescript-eslint/eslint-plugin": "7.16.1",
|
"@typescript-eslint/eslint-plugin": "7.16.1",
|
||||||
"@typescript-eslint/parser": "7.16.1",
|
"@typescript-eslint/parser": "7.16.1",
|
||||||
"@vitejs/plugin-legacy": "5.4.1",
|
"@vitejs/plugin-legacy": "5.4.2",
|
||||||
"@vitejs/plugin-react-swc": "3.7.0",
|
"@vitejs/plugin-react-swc": "3.7.0",
|
||||||
"eslint": "8.57.0",
|
"eslint": "8.57.0",
|
||||||
"eslint-config-airbnb": "19.0.4",
|
"eslint-config-airbnb": "19.0.4",
|
||||||
"eslint-config-airbnb-typescript": "18.0.0",
|
"eslint-config-airbnb-typescript": "18.0.0",
|
||||||
"eslint-config-prettier": "9.1.0",
|
"eslint-config-prettier": "9.1.0",
|
||||||
"eslint-plugin-header": "3.1.1",
|
"eslint-plugin-header": "3.1.1",
|
||||||
"eslint-plugin-import": "2.29.1",
|
"eslint-plugin-import": "2.30.0",
|
||||||
"eslint-plugin-jsx-a11y": "6.9.0",
|
"eslint-plugin-jsx-a11y": "6.9.0",
|
||||||
"eslint-plugin-no-relative-import-paths": "1.5.5",
|
"eslint-plugin-no-relative-import-paths": "1.5.5",
|
||||||
"eslint-plugin-prettier": "5.2.1",
|
"eslint-plugin-prettier": "5.2.1",
|
||||||
"eslint-plugin-react": "7.35.0",
|
"eslint-plugin-react": "7.35.1",
|
||||||
"eslint-plugin-react-hooks": "4.6.2",
|
"eslint-plugin-react-hooks": "4.6.2",
|
||||||
"eslint-plugin-unused-imports": "3.2.0",
|
"eslint-plugin-unused-imports": "3.2.0",
|
||||||
"husky": "9.1.4",
|
"husky": "9.1.5",
|
||||||
"lint-staged": "15.2.8",
|
"lint-staged": "15.2.10",
|
||||||
"prettier": "3.3.3",
|
"prettier": "3.3.3",
|
||||||
"syncyarnlock": "1.0.19",
|
"syncyarnlock": "1.0.19",
|
||||||
"terser": "5.31.3",
|
"terser": "5.31.6",
|
||||||
"ts-node": "10.9.2",
|
"ts-node": "10.9.2",
|
||||||
"tsconfig-paths": "4.2.0",
|
"tsconfig-paths": "4.2.0",
|
||||||
"typescript": "5.5.4",
|
"typescript": "5.5.4",
|
||||||
"vite": "5.3.5",
|
"vite": "5.4.2",
|
||||||
"vite-tsconfig-paths": "4.3.2",
|
"vite-tsconfig-paths": "4.3.2",
|
||||||
"yargs": "17.7.2"
|
"yargs": "17.7.2"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user