Compare commits

...

1 Commits

Author SHA1 Message Date
renovate[bot]
85b947dc40 fix(deps): update apollo graphql packages 2025-12-31 14:40:03 +00:00
5 changed files with 173 additions and 514 deletions

View File

@@ -53,8 +53,8 @@
"unraid-api": "dist/cli.js"
},
"dependencies": {
"@apollo/client": "3.14.0",
"@apollo/server": "4.12.2",
"@apollo/client": "4.0.11",
"@apollo/server": "5.2.0",
"@as-integrations/fastify": "2.1.1",
"@fastify/cookie": "11.0.2",
"@fastify/helmet": "13.0.1",

View File

@@ -24,7 +24,7 @@
"license": "GPL-2.0-or-later",
"description": "Unraid Connect plugin for Unraid API",
"devDependencies": {
"@apollo/client": "3.14.0",
"@apollo/client": "4.0.11",
"@faker-js/faker": "10.0.0",
"@graphql-codegen/cli": "6.0.0",
"@graphql-typed-document-node/core": "3.2.0",
@@ -73,7 +73,7 @@
"node-cache": "5.1.2"
},
"peerDependencies": {
"@apollo/client": "3.14.0",
"@apollo/client": "4.0.11",
"@graphql-typed-document-node/core": "3.2.0",
"@jsonforms/core": "3.6.0",
"@nestjs/apollo": "13.1.0",

View File

@@ -54,7 +54,7 @@
"ws": "8.18.3"
},
"peerDependencies": {
"@apollo/client": "3.14.0",
"@apollo/client": "4.0.11",
"@graphql-tools/utils": "10.9.1",
"@jsonforms/core": "3.6.0",
"@nestjs/common": "11.1.6",

675
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -98,7 +98,7 @@
"vue-tsc": "3.0.6"
},
"dependencies": {
"@apollo/client": "3.14.0",
"@apollo/client": "4.0.11",
"@floating-ui/dom": "1.7.4",
"@floating-ui/utils": "0.2.10",
"@floating-ui/vue": "1.1.9",