fix(deps): update dependency @pinia/nuxt to v0.10.1

This commit is contained in:
Renovate
2025-02-12 21:03:45 +00:00
parent 2872bb4037
commit 621d94f1f4
2 changed files with 8 additions and 7 deletions
+7 -6
View File
@@ -12,7 +12,7 @@
"@apollo/client": "3.12.11",
"@auth0/auth0-vue": "2.4.0",
"@mdi/font": "7.4.47",
"@pinia/nuxt": "0.10.0",
"@pinia/nuxt": "0.10.1",
"@sentry/nuxt": "9.0.1",
"@vue/apollo-composable": "4.2.1",
"apollo-link-sentry": "4.1.0",
@@ -6469,17 +6469,18 @@
}
},
"node_modules/@pinia/nuxt": {
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/@pinia/nuxt/-/nuxt-0.10.0.tgz",
"integrity": "sha512-crYQgsqhEnf0HbOuaLYyLR9hyWK2lYUjcCYhFV4vgo3YThrLdnRKfBLa31au1uqcmgDqoX4mEm2OS3DO8GxR7w==",
"version": "0.10.1",
"resolved": "https://registry.npmjs.org/@pinia/nuxt/-/nuxt-0.10.1.tgz",
"integrity": "sha512-xrpkKZHSmshPK6kQzboJ+TZiZ5zj73gBCI5SfiUaJkKKS9gx4B1hLEzJIjxZl0/HS5jRWrIvQ+u9ulvIRlNiow==",
"license": "MIT",
"dependencies": {
"@nuxt/kit": "^3.15.4"
"@nuxt/kit": "^3.9.0"
},
"funding": {
"url": "https://github.com/sponsors/posva"
},
"peerDependencies": {
"pinia": "^3.0.0"
"pinia": "^3.0.1"
}
},
"node_modules/@pkgjs/parseargs": {
+1 -1
View File
@@ -49,7 +49,7 @@
"@apollo/client": "3.12.11",
"@auth0/auth0-vue": "2.4.0",
"@mdi/font": "7.4.47",
"@pinia/nuxt": "0.10.0",
"@pinia/nuxt": "0.10.1",
"@sentry/nuxt": "9.0.1",
"@vue/apollo-composable": "4.2.1",
"apollo-link-sentry": "4.1.0",