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

This commit is contained in:
Renovate
2024-11-28 12:10:03 +00:00
parent a0d1d07055
commit a0e215c073
2 changed files with 10 additions and 7 deletions
+9 -6
View File
@@ -12,7 +12,7 @@
"@apollo/client": "3.11.10",
"@auth0/auth0-vue": "2.3.3",
"@mdi/font": "7.4.47",
"@pinia/nuxt": "0.7.0",
"@pinia/nuxt": "0.8.0",
"@sentry/nuxt": "8.41.0",
"@vue/apollo-composable": "4.2.1",
"apollo-link-sentry": "4.0.0",
@@ -6012,15 +6012,18 @@
}
},
"node_modules/@pinia/nuxt": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@pinia/nuxt/-/nuxt-0.7.0.tgz",
"integrity": "sha512-IAKRl7mQCrFKQtD8Z6EzOz5bQ/px0FdeyaB+70A3igkFzHzKVJVblLCjFwXPBC/IO0EwHuMRk/SMgwkUn82jwg==",
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/@pinia/nuxt/-/nuxt-0.8.0.tgz",
"integrity": "sha512-BWPUKOg3KGnRSgz54x9IUzCKTqUxZx4UJezPRbRwY5BVt18rfiP4Cqq8kxtR8WWDZa5PTRJpx0Jxz+qyUdLvjQ==",
"license": "MIT",
"dependencies": {
"@nuxt/kit": "^3.9.0",
"pinia": "^2.2.6"
"@nuxt/kit": "^3.14.1592"
},
"funding": {
"url": "https://github.com/sponsors/posva"
},
"peerDependencies": {
"pinia": "^2.2.7"
}
},
"node_modules/@pkgjs/parseargs": {
+1 -1
View File
@@ -49,7 +49,7 @@
"@apollo/client": "3.11.10",
"@auth0/auth0-vue": "2.3.3",
"@mdi/font": "7.4.47",
"@pinia/nuxt": "0.7.0",
"@pinia/nuxt": "0.8.0",
"@sentry/nuxt": "8.41.0",
"@vue/apollo-composable": "4.2.1",
"apollo-link-sentry": "4.0.0",