Update dependency "apollo-client" to v4.x

v4.1.6
This commit is contained in:
schroda
2026-03-09 22:18:08 +01:00
parent 1f323baff4
commit c6343e24a5
21 changed files with 964 additions and 1686 deletions

View File

@@ -39,7 +39,7 @@
"@swc/core": "1.15.11"
},
"dependencies": {
"@apollo/client": "3.13.9",
"@apollo/client": "4.1.6",
"@dnd-kit/core": "6.3.1",
"@dnd-kit/sortable": "10.0.0",
"@dnd-kit/utilities": "3.2.2",
@@ -58,7 +58,7 @@
"@mui/x-date-pickers": "8.27.2",
"@redux-devtools/extension": "3.3.0",
"@vibrant/color": "4.0.4",
"apollo-upload-client": "18.0.1",
"apollo-upload-client": "19.0.0",
"awaitable-component": "1.0.0",
"csstype": "3.2.3",
"dayjs": "1.11.19",
@@ -83,6 +83,7 @@
"react-lazily": "0.9.2",
"react-router-dom": "6.26.1",
"react-virtuoso": "4.18.3",
"rxjs": "7.8.2",
"stylis": "4.3.6",
"stylis-plugin-rtl": "2.1.1",
"use-long-press": "3.3.0",
@@ -91,15 +92,14 @@
"zustand": "5.0.11"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.7",
"@graphql-codegen/client-preset": "4.8.3",
"@graphql-codegen/typescript-apollo-client-helpers": "3.0.1",
"@graphql-codegen/typescript-operations": "4.6.1",
"@graphql-codegen/cli": "6.1.3",
"@graphql-codegen/client-preset": "5.2.4",
"@graphql-codegen/typescript-apollo-client-helpers": "4.0.0",
"@graphql-codegen/typescript-operations": "5.0.9",
"@lingui/cli": "5.9.2",
"@lingui/format-po": "5.9.2",
"@lingui/swc-plugin": "5.11.0",
"@lingui/vite-plugin": "5.9.2",
"@types/apollo-upload-client": "18.0.0",
"@types/node": "24.10.1",
"@types/react": "19.2.14",
"@types/react-beautiful-dnd": "13.1.8",