fix(deps): update dependency pinia to v3.0.4
This commit is contained in:
Generated
+7
-7
@@ -19,7 +19,7 @@
|
|||||||
"date-fns": "4.1.0",
|
"date-fns": "4.1.0",
|
||||||
"graphql": "16.12.0",
|
"graphql": "16.12.0",
|
||||||
"graphql-tag": "2.12.6",
|
"graphql-tag": "2.12.6",
|
||||||
"pinia": "3.0.3",
|
"pinia": "3.0.4",
|
||||||
"pinia-plugin-persistedstate": "4.7.1",
|
"pinia-plugin-persistedstate": "4.7.1",
|
||||||
"subscriptions-transport-ws": "0.11.0"
|
"subscriptions-transport-ws": "0.11.0"
|
||||||
},
|
},
|
||||||
@@ -17267,20 +17267,20 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/pinia": {
|
"node_modules/pinia": {
|
||||||
"version": "3.0.3",
|
"version": "3.0.4",
|
||||||
"resolved": "https://registry.npmjs.org/pinia/-/pinia-3.0.3.tgz",
|
"resolved": "https://registry.npmjs.org/pinia/-/pinia-3.0.4.tgz",
|
||||||
"integrity": "sha512-ttXO/InUULUXkMHpTdp9Fj4hLpD/2AoJdmAbAeW2yu1iy1k+pkFekQXw5VpC0/5p51IOR/jDaDRfRWRnMMsGOA==",
|
"integrity": "sha512-l7pqLUFTI/+ESXn6k3nu30ZIzW5E2WZF/LaHJEpoq6ElcLD+wduZoB2kBN19du6K/4FDpPMazY2wJr+IndBtQw==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"peer": true,
|
"peer": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vue/devtools-api": "^7.7.2"
|
"@vue/devtools-api": "^7.7.7"
|
||||||
},
|
},
|
||||||
"funding": {
|
"funding": {
|
||||||
"url": "https://github.com/sponsors/posva"
|
"url": "https://github.com/sponsors/posva"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"typescript": ">=4.4.4",
|
"typescript": ">=4.5.0",
|
||||||
"vue": "^2.7.0 || ^3.5.11"
|
"vue": "^3.5.11"
|
||||||
},
|
},
|
||||||
"peerDependenciesMeta": {
|
"peerDependenciesMeta": {
|
||||||
"typescript": {
|
"typescript": {
|
||||||
|
|||||||
+1
-1
@@ -59,7 +59,7 @@
|
|||||||
"date-fns": "4.1.0",
|
"date-fns": "4.1.0",
|
||||||
"graphql": "16.12.0",
|
"graphql": "16.12.0",
|
||||||
"graphql-tag": "2.12.6",
|
"graphql-tag": "2.12.6",
|
||||||
"pinia": "3.0.3",
|
"pinia": "3.0.4",
|
||||||
"pinia-plugin-persistedstate": "4.7.1",
|
"pinia-plugin-persistedstate": "4.7.1",
|
||||||
"subscriptions-transport-ws": "0.11.0"
|
"subscriptions-transport-ws": "0.11.0"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user