build(deps-dev): bump vite-plugin-graphql-codegen from 3.7.0 to 3.8.0 in /frontend in the vite group (#5389)

This commit is contained in:
Quentin Gliech
2026-01-06 14:43:16 +01:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

View File

@@ -67,7 +67,7 @@
"tinyglobby": "^0.2.15",
"typescript": "^5.9.3",
"vite": "7.3.0",
"vite-plugin-graphql-codegen": "^3.7.0",
"vite-plugin-graphql-codegen": "^3.8.0",
"vitest": "^4.0.15"
}
},
@@ -13282,15 +13282,15 @@
}
},
"node_modules/vite-plugin-graphql-codegen": {
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/vite-plugin-graphql-codegen/-/vite-plugin-graphql-codegen-3.7.0.tgz",
"integrity": "sha512-6TXkpUPZunV+RHP+A5R6ohar6WWjfWxTN8OpBsrZmGlJlVEpwc+2FaquAtUwO1B6kzxEomqJ7q5Idnns57hTxg==",
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/vite-plugin-graphql-codegen/-/vite-plugin-graphql-codegen-3.8.0.tgz",
"integrity": "sha512-VMmtlJD1G7lkwsYW/BDMwctRTLnK8izSoFkgVFBDaY+Fp8AVxZs3Q4TqVeUvRwllF37VFa+ae8ufou6G1+Kk3Q==",
"dev": true,
"license": "MIT",
"peerDependencies": {
"@graphql-codegen/cli": ">=1.0.0 <7.0.0",
"graphql": ">=14.0.0 <17.0.0",
"vite": ">=2.7.0 <8.0.0"
"vite": ">=2.7.0 <9.0.0"
}
},
"node_modules/vitest": {

View File

@@ -77,7 +77,7 @@
"tinyglobby": "^0.2.15",
"typescript": "^5.9.3",
"vite": "7.3.0",
"vite-plugin-graphql-codegen": "^3.7.0",
"vite-plugin-graphql-codegen": "^3.8.0",
"vitest": "^4.0.15"
},
"msw": {