fix(deps): update dependency pinia to v3.0.2 (#653)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
9fe2caa251
commit
b824ebe404
|
|
@ -94,7 +94,7 @@
|
|||
"klona": "2.0.6",
|
||||
"lowlight": "3.3.0",
|
||||
"marked": "15.0.8",
|
||||
"pinia": "3.0.1",
|
||||
"pinia": "3.0.2",
|
||||
"register-service-worker": "1.7.2",
|
||||
"sortablejs": "1.15.6",
|
||||
"tailwindcss": "3.4.17",
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ importers:
|
|||
version: 7.120.3
|
||||
'@sentry/vue':
|
||||
specifier: 8.51.0
|
||||
version: 8.51.0(pinia@3.0.1(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)))(vue@3.5.13(typescript@5.8.3))
|
||||
version: 8.51.0(pinia@3.0.2(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)))(vue@3.5.13(typescript@5.8.3))
|
||||
'@tiptap/core':
|
||||
specifier: 2.11.7
|
||||
version: 2.11.7(@tiptap/pm@2.11.7)
|
||||
|
|
@ -152,8 +152,8 @@ importers:
|
|||
specifier: 15.0.8
|
||||
version: 15.0.8
|
||||
pinia:
|
||||
specifier: 3.0.1
|
||||
version: 3.0.1(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))
|
||||
specifier: 3.0.2
|
||||
version: 3.0.2(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))
|
||||
register-service-worker:
|
||||
specifier: 1.7.2
|
||||
version: 1.7.2
|
||||
|
|
@ -5114,8 +5114,8 @@ packages:
|
|||
resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
||||
pinia@3.0.1:
|
||||
resolution: {integrity: sha512-WXglsDzztOTH6IfcJ99ltYZin2mY8XZCXujkYWVIJlBjqsP6ST7zw+Aarh63E1cDVYeyUcPCxPHzJpEOmzB6Wg==}
|
||||
pinia@3.0.2:
|
||||
resolution: {integrity: sha512-sH2JK3wNY809JOeiiURUR0wehJ9/gd9qFN2Y828jCbxEzKEmEt0pzCXwqiSTfuRsK9vQsOflSdnbdBOGrhtn+g==}
|
||||
peerDependencies:
|
||||
typescript: '>=4.4.4'
|
||||
vue: ^2.7.0 || ^3.5.11
|
||||
|
|
@ -8763,13 +8763,13 @@ snapshots:
|
|||
dependencies:
|
||||
'@sentry/types': 7.120.3
|
||||
|
||||
'@sentry/vue@8.51.0(pinia@3.0.1(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)))(vue@3.5.13(typescript@5.8.3))':
|
||||
'@sentry/vue@8.51.0(pinia@3.0.2(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)))(vue@3.5.13(typescript@5.8.3))':
|
||||
dependencies:
|
||||
'@sentry/browser': 8.51.0
|
||||
'@sentry/core': 8.51.0
|
||||
vue: 3.5.13(typescript@5.8.3)
|
||||
optionalDependencies:
|
||||
pinia: 3.0.1(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))
|
||||
pinia: 3.0.2(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))
|
||||
|
||||
'@shikijs/core@3.2.1':
|
||||
dependencies:
|
||||
|
|
@ -12092,7 +12092,7 @@ snapshots:
|
|||
|
||||
pify@2.3.0: {}
|
||||
|
||||
pinia@3.0.1(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)):
|
||||
pinia@3.0.2(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)):
|
||||
dependencies:
|
||||
'@vue/devtools-api': 7.7.2
|
||||
vue: 3.5.13(typescript@5.8.3)
|
||||
|
|
|
|||
Loading…
Reference in New Issue