build(deps-dev): bump vite-plugin-graphql-codegen
Bumps the vite group in /frontend with 1 update: [vite-plugin-graphql-codegen](https://github.com/danielwaltz/vite-plugin-graphql-codegen). Updates `vite-plugin-graphql-codegen` from 3.7.0 to 3.8.0 - [Release notes](https://github.com/danielwaltz/vite-plugin-graphql-codegen/releases) - [Changelog](https://github.com/danielwaltz/vite-plugin-graphql-codegen/blob/main/CHANGELOG.md) - [Commits](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.7.0...v3.8.0) --- updated-dependencies: - dependency-name: vite-plugin-graphql-codegen dependency-version: 3.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: vite ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
10
frontend/package-lock.json
generated
10
frontend/package-lock.json
generated
@@ -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"
|
||||
}
|
||||
},
|
||||
@@ -13280,15 +13280,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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user