fix(deps): pin dependency pinia-plugin-persistedstate to 4.1.2
This commit is contained in:
Generated
+2
-1
@@ -20,7 +20,7 @@
|
|||||||
"graphql": "16.9.0",
|
"graphql": "16.9.0",
|
||||||
"graphql-tag": "2.12.6",
|
"graphql-tag": "2.12.6",
|
||||||
"pinia": "2.2.6",
|
"pinia": "2.2.6",
|
||||||
"pinia-plugin-persistedstate": "^4.1.2",
|
"pinia-plugin-persistedstate": "4.1.2",
|
||||||
"subscriptions-transport-ws": "0.11.0"
|
"subscriptions-transport-ws": "0.11.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@@ -15608,6 +15608,7 @@
|
|||||||
"version": "4.1.2",
|
"version": "4.1.2",
|
||||||
"resolved": "https://registry.npmjs.org/pinia-plugin-persistedstate/-/pinia-plugin-persistedstate-4.1.2.tgz",
|
"resolved": "https://registry.npmjs.org/pinia-plugin-persistedstate/-/pinia-plugin-persistedstate-4.1.2.tgz",
|
||||||
"integrity": "sha512-oh4y4lmtXcgbE3BDWTDBUl9F4G1lhtgDI+GnF+cDDZ/fF6wnGYp4TKQ6FCuv9hMLAkNjs6IzADZHwPBYq10ksQ==",
|
"integrity": "sha512-oh4y4lmtXcgbE3BDWTDBUl9F4G1lhtgDI+GnF+cDDZ/fF6wnGYp4TKQ6FCuv9hMLAkNjs6IzADZHwPBYq10ksQ==",
|
||||||
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nuxt/kit": "^3.13.2",
|
"@nuxt/kit": "^3.13.2",
|
||||||
"deep-pick-omit": "^1.2.1",
|
"deep-pick-omit": "^1.2.1",
|
||||||
|
|||||||
+1
-1
@@ -57,7 +57,7 @@
|
|||||||
"graphql": "16.9.0",
|
"graphql": "16.9.0",
|
||||||
"graphql-tag": "2.12.6",
|
"graphql-tag": "2.12.6",
|
||||||
"pinia": "2.2.6",
|
"pinia": "2.2.6",
|
||||||
"pinia-plugin-persistedstate": "^4.1.2",
|
"pinia-plugin-persistedstate": "4.1.2",
|
||||||
"subscriptions-transport-ws": "0.11.0"
|
"subscriptions-transport-ws": "0.11.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
Reference in New Issue
Block a user