fix(deps): update dependency @vue/apollo-composable to v4.2.2

This commit is contained in:
Renovate
2025-03-11 14:01:41 +00:00
committed by Joakim Olsson
parent 2b5c95497e
commit fcddab5dc2
2 changed files with 7 additions and 5 deletions
+6 -4
View File
@@ -14,7 +14,7 @@
"@mdi/font": "7.4.47",
"@pinia/nuxt": "0.10.1",
"@sentry/nuxt": "9.5.0",
"@vue/apollo-composable": "4.2.1",
"@vue/apollo-composable": "4.2.2",
"apollo-link-sentry": "4.1.0",
"date-fns": "4.1.0",
"graphql": "16.10.0",
@@ -7926,9 +7926,10 @@
}
},
"node_modules/@vue/apollo-composable": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/@vue/apollo-composable/-/apollo-composable-4.2.1.tgz",
"integrity": "sha512-9PZ/pSl4Miqgg9uUOkAbg38ALyjm1j7QL9iZeppgUCBcJI3Sa7SA3LOCB2IV1jYsLjXuKVMHh2cwHJE1wzhfSA==",
"version": "4.2.2",
"resolved": "https://registry.npmjs.org/@vue/apollo-composable/-/apollo-composable-4.2.2.tgz",
"integrity": "sha512-5j+Jl07Gemz5vmuS8u/FfWtYgr04Rh0rjQ5HBv6DZDP7d+pvQfsCIRgX5adJoZJcznJLsQ0JupO/mZmRCBWGaQ==",
"license": "MIT",
"dependencies": {
"throttle-debounce": "^5.0.0",
"ts-essentials": "^9.4.0",
@@ -7951,6 +7952,7 @@
"resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
"integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
"hasInstallScript": true,
"license": "MIT",
"bin": {
"vue-demi-fix": "bin/vue-demi-fix.js",
"vue-demi-switch": "bin/vue-demi-switch.js"
+1 -1
View File
@@ -51,7 +51,7 @@
"@mdi/font": "7.4.47",
"@pinia/nuxt": "0.10.1",
"@sentry/nuxt": "9.5.0",
"@vue/apollo-composable": "4.2.1",
"@vue/apollo-composable": "4.2.2",
"apollo-link-sentry": "4.1.0",
"date-fns": "4.1.0",
"graphql": "16.10.0",