build: pinia持久化插件升级
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
"dayjs": "1.11.10",
|
||||
"js-cookie": "^3.0.5",
|
||||
"pinia": "3.0.3",
|
||||
"pinia-plugin-persistedstate": "3.2.3",
|
||||
"pinia-plugin-persistedstate": "4.4.0",
|
||||
"vue": "^3.4.21",
|
||||
"wot-design-uni": "^1.9.1",
|
||||
"z-paging": "2.8.7"
|
||||
|
||||
31
pnpm-lock.yaml
generated
31
pnpm-lock.yaml
generated
@@ -89,8 +89,8 @@ importers:
|
||||
specifier: 3.0.3
|
||||
version: 3.0.3(typescript@5.7.2)(vue@3.5.15(typescript@5.7.2))
|
||||
pinia-plugin-persistedstate:
|
||||
specifier: 3.2.3
|
||||
version: 3.2.3(pinia@3.0.3(typescript@5.7.2)(vue@3.5.15(typescript@5.7.2)))
|
||||
specifier: 4.4.0
|
||||
version: 4.4.0(pinia@3.0.3(typescript@5.7.2)(vue@3.5.15(typescript@5.7.2)))
|
||||
vue:
|
||||
specifier: ^3.4.21
|
||||
version: 3.5.15(typescript@5.7.2)
|
||||
@@ -3341,6 +3341,9 @@ packages:
|
||||
deep-is@0.1.4:
|
||||
resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
|
||||
|
||||
deep-pick-omit@1.2.1:
|
||||
resolution: {integrity: sha512-2J6Kc/m3irCeqVG42T+SaUMesaK7oGWaedGnQQK/+O0gYc+2SP5bKh/KKTE7d7SJ+GCA9UUE1GRzh6oDe0EnGw==}
|
||||
|
||||
deepmerge@4.3.1:
|
||||
resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
@@ -5333,10 +5336,20 @@ packages:
|
||||
resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
||||
pinia-plugin-persistedstate@3.2.3:
|
||||
resolution: {integrity: sha512-Cm819WBj/s5K5DGw55EwbXDtx+EZzM0YR5AZbq9XE3u0xvXwvX2JnWoFpWIcdzISBHqy9H1UiSIUmXyXqWsQRQ==}
|
||||
pinia-plugin-persistedstate@4.4.0:
|
||||
resolution: {integrity: sha512-ozDZDRf741Pbf8e6r3qIzSjQBS3c7kqvGz55mIddjSaZLkDSWlyAPx5ksFgaQvSyqF2k6tTQ5h2j3RkM1Exo5A==}
|
||||
engines: {node: '>=24'}
|
||||
peerDependencies:
|
||||
pinia: ^2.0.0
|
||||
'@nuxt/kit': '>=3.0.0'
|
||||
'@pinia/nuxt': '>=0.10.0'
|
||||
pinia: '>=3.0.0'
|
||||
peerDependenciesMeta:
|
||||
'@nuxt/kit':
|
||||
optional: true
|
||||
'@pinia/nuxt':
|
||||
optional: true
|
||||
pinia:
|
||||
optional: true
|
||||
|
||||
pinia@3.0.3:
|
||||
resolution: {integrity: sha512-ttXO/InUULUXkMHpTdp9Fj4hLpD/2AoJdmAbAeW2yu1iy1k+pkFekQXw5VpC0/5p51IOR/jDaDRfRWRnMMsGOA==}
|
||||
@@ -10728,6 +10741,8 @@ snapshots:
|
||||
|
||||
deep-is@0.1.4: {}
|
||||
|
||||
deep-pick-omit@1.2.1: {}
|
||||
|
||||
deepmerge@4.3.1: {}
|
||||
|
||||
default-gateway@6.0.3:
|
||||
@@ -13236,8 +13251,12 @@ snapshots:
|
||||
|
||||
pify@2.3.0: {}
|
||||
|
||||
pinia-plugin-persistedstate@3.2.3(pinia@3.0.3(typescript@5.7.2)(vue@3.5.15(typescript@5.7.2))):
|
||||
pinia-plugin-persistedstate@4.4.0(pinia@3.0.3(typescript@5.7.2)(vue@3.5.15(typescript@5.7.2))):
|
||||
dependencies:
|
||||
deep-pick-omit: 1.2.1
|
||||
defu: 6.1.4
|
||||
destr: 2.0.5
|
||||
optionalDependencies:
|
||||
pinia: 3.0.3(typescript@5.7.2)(vue@3.5.15(typescript@5.7.2))
|
||||
|
||||
pinia@3.0.3(typescript@5.7.2)(vue@3.5.15(typescript@5.7.2)):
|
||||
|
||||
Reference in New Issue
Block a user