fix(deps): update dependency pinia to v3.0.4 #2664

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/pinia-3.x into main 2025-11-05 12:22:49 +00:00
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -19,7 +19,7 @@
"date-fns": "4.1.0",
"graphql": "16.12.0",
"graphql-tag": "2.12.6",
"pinia": "3.0.3",
"pinia": "3.0.4",
"pinia-plugin-persistedstate": "4.7.1",
"subscriptions-transport-ws": "0.11.0"
},
@@ -17267,20 +17267,20 @@
}
},
"node_modules/pinia": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/pinia/-/pinia-3.0.3.tgz",
"integrity": "sha512-ttXO/InUULUXkMHpTdp9Fj4hLpD/2AoJdmAbAeW2yu1iy1k+pkFekQXw5VpC0/5p51IOR/jDaDRfRWRnMMsGOA==",
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/pinia/-/pinia-3.0.4.tgz",
"integrity": "sha512-l7pqLUFTI/+ESXn6k3nu30ZIzW5E2WZF/LaHJEpoq6ElcLD+wduZoB2kBN19du6K/4FDpPMazY2wJr+IndBtQw==",
"license": "MIT",
"peer": true,
"dependencies": {
"@vue/devtools-api": "^7.7.2"
"@vue/devtools-api": "^7.7.7"
},
"funding": {
"url": "https://github.com/sponsors/posva"
},
"peerDependencies": {
"typescript": ">=4.4.4",
"vue": "^2.7.0 || ^3.5.11"
"typescript": ">=4.5.0",
"vue": "^3.5.11"
},
"peerDependenciesMeta": {
"typescript": {
+1 -1
View File
@@ -59,7 +59,7 @@
"date-fns": "4.1.0",
"graphql": "16.12.0",
"graphql-tag": "2.12.6",
"pinia": "3.0.3",
"pinia": "3.0.4",
"pinia-plugin-persistedstate": "4.7.1",
"subscriptions-transport-ws": "0.11.0"
},