build(deps-dev): bump the vite group in /frontend with 2 updates (#4522)

This commit is contained in:
Quentin Gliech
2025-05-07 18:52:46 +02:00
committed by GitHub
2 changed files with 10 additions and 13 deletions

View File

@@ -70,9 +70,9 @@
"storybook-react-i18next": "^3.3.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3",
"vite": "6.3.4",
"vite": "6.3.5",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-graphql-codegen": "^3.5.0",
"vite-plugin-graphql-codegen": "^3.6.0",
"vite-plugin-manifest-sri": "^0.2.0",
"vitest": "^3.1.2"
}
@@ -13930,9 +13930,9 @@
}
},
"node_modules/vite": {
"version": "6.3.4",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.3.4.tgz",
"integrity": "sha512-BiReIiMS2fyFqbqNT/Qqt4CVITDU9M9vE+DKcVAsB+ZV0wvTKd+3hMbkpxz1b+NmEDMegpVbisKiAZOnvO92Sw==",
"version": "6.3.5",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.3.5.tgz",
"integrity": "sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -14058,14 +14058,11 @@
}
},
"node_modules/vite-plugin-graphql-codegen": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/vite-plugin-graphql-codegen/-/vite-plugin-graphql-codegen-3.5.0.tgz",
"integrity": "sha512-K9SDS30BTdzHEjPDlfyB2K7zTBSrB8jBWxM+uR1Jo/bIZPT5IZKbZeTS2R1fGTIFbAuYUf4AWOVMsOZ4v/XcTw==",
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/vite-plugin-graphql-codegen/-/vite-plugin-graphql-codegen-3.6.0.tgz",
"integrity": "sha512-Kf11O+vEFDnnBkxRLgfx8Of+TD5DvE+K66keGfLb1OOmJKEmTvZ2a1nf+ahDPC8eUlUI4tlsfekio+SRawH4Ow==",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-codegen/plugin-helpers": "^5.1.0"
},
"peerDependencies": {
"@graphql-codegen/cli": ">=1.0.0 <6.0.0",
"graphql": ">=14.0.0 <17.0.0",

View File

@@ -80,9 +80,9 @@
"storybook-react-i18next": "^3.3.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3",
"vite": "6.3.4",
"vite": "6.3.5",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-graphql-codegen": "^3.5.0",
"vite-plugin-graphql-codegen": "^3.6.0",
"vite-plugin-manifest-sri": "^0.2.0",
"vitest": "^3.1.2"
},