Update dependencies
This commit is contained in:
60
package.json
60
package.json
@@ -32,18 +32,18 @@
|
|||||||
"*.{ts,tsx,js,jsx}": "eslint --fix"
|
"*.{ts,tsx,js,jsx}": "eslint --fix"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@apollo/client": "3.12.4",
|
"@apollo/client": "3.13.1",
|
||||||
"@emotion/cache": "11.14.0",
|
"@emotion/cache": "11.14.0",
|
||||||
"@emotion/react": "11.14.0",
|
"@emotion/react": "11.14.0",
|
||||||
"@emotion/styled": "11.14.0",
|
"@emotion/styled": "11.14.0",
|
||||||
"@fontsource/roboto": "5.1.0",
|
"@fontsource/roboto": "5.1.1",
|
||||||
"@juggle/resize-observer": "3.4.0",
|
"@juggle/resize-observer": "3.4.0",
|
||||||
"@loadable/component": "5.16.4",
|
"@loadable/component": "5.16.4",
|
||||||
"@mui/icons-material": "6.3.0",
|
"@mui/icons-material": "6.4.4",
|
||||||
"@mui/material": "6.3.0",
|
"@mui/material": "6.4.4",
|
||||||
"@mui/system": "6.3.0",
|
"@mui/system": "6.3.0",
|
||||||
"@mui/utils": "^6.4.0",
|
"@mui/utils": "6.4.3",
|
||||||
"@mui/x-date-pickers": "7.23.3",
|
"@mui/x-date-pickers": "7.26.0",
|
||||||
"@vibrant/color": "4.0.0",
|
"@vibrant/color": "4.0.0",
|
||||||
"apollo-upload-client": "18.0.1",
|
"apollo-upload-client": "18.0.1",
|
||||||
"csstype": "3.1.3",
|
"csstype": "3.1.3",
|
||||||
@@ -52,39 +52,39 @@
|
|||||||
"file-selector": "2.1.2",
|
"file-selector": "2.1.2",
|
||||||
"graphql": "16.10.0",
|
"graphql": "16.10.0",
|
||||||
"graphql-tag": "2.12.6",
|
"graphql-tag": "2.12.6",
|
||||||
"graphql-ws": "5.16.0",
|
"graphql-ws": "6.0.4",
|
||||||
"html-react-parser": "5.2.1",
|
"html-react-parser": "5.2.2",
|
||||||
"i18next": "24.2.0",
|
"i18next": "24.2.2",
|
||||||
"i18next-browser-languagedetector": "8.0.2",
|
"i18next-browser-languagedetector": "8.0.3",
|
||||||
"i18next-http-backend": "3.0.1",
|
"i18next-http-backend": "3.0.2",
|
||||||
"jsonrepair": "3.11.2",
|
"jsonrepair": "3.12.0",
|
||||||
"material-ui-popup-state": "5.3.3",
|
"material-ui-popup-state": "5.3.3",
|
||||||
"mui-nested-menu": "3.4.0",
|
"mui-nested-menu": "4.0.1",
|
||||||
"node-vibrant": "4.0.3",
|
"node-vibrant": "4.0.3",
|
||||||
"notistack": "3.0.1",
|
"notistack": "3.0.2",
|
||||||
"p-limit": "6.2.0",
|
"p-limit": "6.2.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-hotkeys-hook": "4.6.1",
|
"react-hotkeys-hook": "4.6.1",
|
||||||
"react-i18next": "15.2.0",
|
"react-i18next": "15.4.0",
|
||||||
"react-lazily": "0.9.2",
|
"react-lazily": "0.9.2",
|
||||||
"react-router-dom": "6.26.1",
|
"react-router-dom": "6.26.1",
|
||||||
"react-virtuoso": "4.12.3",
|
"react-virtuoso": "4.12.5",
|
||||||
"sanitize-html": "2.14.0",
|
"sanitize-html": "2.14.0",
|
||||||
"stylis": "4.3.4",
|
"stylis": "4.3.6",
|
||||||
"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",
|
||||||
"webfontloader": "1.6.28"
|
"webfontloader": "1.6.28"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@graphql-codegen/cli": "5.0.3",
|
"@graphql-codegen/cli": "5.0.5",
|
||||||
"@graphql-codegen/client-preset": "4.5.1",
|
"@graphql-codegen/client-preset": "4.6.2",
|
||||||
"@graphql-codegen/typescript-apollo-client-helpers": "3.0.0",
|
"@graphql-codegen/typescript-apollo-client-helpers": "3.0.0",
|
||||||
"@graphql-codegen/typescript-operations": "4.4.0",
|
"@graphql-codegen/typescript-operations": "4.4.0",
|
||||||
"@types/apollo-upload-client": "18.0.0",
|
"@types/apollo-upload-client": "18.0.0",
|
||||||
"@types/node": "22.10.2",
|
"@types/node": "22.13.4",
|
||||||
"@types/react": "18.3.5",
|
"@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",
|
||||||
@@ -94,8 +94,8 @@
|
|||||||
"@types/yargs": "17.0.33",
|
"@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": "6.0.0",
|
"@vitejs/plugin-legacy": "6.0.1",
|
||||||
"@vitejs/plugin-react-swc": "3.7.2",
|
"@vitejs/plugin-react-swc": "3.8.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",
|
||||||
@@ -103,19 +103,19 @@
|
|||||||
"eslint-plugin-header": "3.1.1",
|
"eslint-plugin-header": "3.1.1",
|
||||||
"eslint-plugin-import": "2.31.0",
|
"eslint-plugin-import": "2.31.0",
|
||||||
"eslint-plugin-jsx-a11y": "6.10.2",
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
||||||
"eslint-plugin-no-relative-import-paths": "1.5.5",
|
"eslint-plugin-no-relative-import-paths": "1.6.1",
|
||||||
"eslint-plugin-prettier": "5.2.1",
|
"eslint-plugin-prettier": "5.2.3",
|
||||||
"eslint-plugin-react": "7.37.2",
|
"eslint-plugin-react": "7.37.4",
|
||||||
"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.7",
|
"husky": "9.1.7",
|
||||||
"lint-staged": "15.2.11",
|
"lint-staged": "15.4.3",
|
||||||
"prettier": "3.4.2",
|
"prettier": "3.5.1",
|
||||||
"syncyarnlock": "1.0.19",
|
"syncyarnlock": "1.0.19",
|
||||||
"terser": "5.37.0",
|
"terser": "5.39.0",
|
||||||
"tsx": "4.19.2",
|
"tsx": "4.19.2",
|
||||||
"typescript": "5.7.2",
|
"typescript": "5.7.3",
|
||||||
"vite": "6.0.5",
|
"vite": "6.1.0",
|
||||||
"vite-tsconfig-paths": "5.1.4",
|
"vite-tsconfig-paths": "5.1.4",
|
||||||
"yargs": "17.7.2"
|
"yargs": "17.7.2"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user