fix(deps): update dependency pinia to v2.0.23 (#2509)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2509 Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
6c1cd9f911
commit
766f2b7461
2 changed files with 10 additions and 6 deletions
|
@ -48,7 +48,7 @@
|
|||
"lodash.debounce": "4.0.8",
|
||||
"marked": "4.1.1",
|
||||
"minimist": "1.2.6",
|
||||
"pinia": "2.0.22",
|
||||
"pinia": "2.0.23",
|
||||
"register-service-worker": "1.7.2",
|
||||
"snake-case": "3.0.4",
|
||||
"sortablejs": "1.15.0",
|
||||
|
|
|
@ -58,7 +58,7 @@ specifiers:
|
|||
marked: 4.1.1
|
||||
minimist: 1.2.6
|
||||
netlify-cli: 12.0.2
|
||||
pinia: 2.0.22
|
||||
pinia: 2.0.23
|
||||
postcss: 8.4.17
|
||||
postcss-preset-env: 7.8.2
|
||||
register-service-worker: 1.7.2
|
||||
|
@ -116,7 +116,7 @@ dependencies:
|
|||
lodash.debounce: 4.0.8
|
||||
marked: 4.1.1
|
||||
minimist: 1.2.6
|
||||
pinia: 2.0.22_typescript@4.8.4+vue@3.2.40
|
||||
pinia: 2.0.23_typescript@4.8.4+vue@3.2.40
|
||||
register-service-worker: 1.7.2
|
||||
snake-case: 3.0.4
|
||||
sortablejs: 1.15.0
|
||||
|
@ -3450,6 +3450,10 @@ packages:
|
|||
resolution: {integrity: sha512-OEgAMeQXvCoJ+1x8WyQuVZzFo0wcyCmUR3baRVLmKBo1LmYZWMlRiXlux5jd0fqVJu6PfDbOrZItVqUEzLobeQ==}
|
||||
dev: false
|
||||
|
||||
/@vue/devtools-api/6.4.4:
|
||||
resolution: {integrity: sha512-Ku31WzpOV/8cruFaXaEZKF81WkNnvCSlBY4eOGtz5WMSdJvX1v1WWlSMGZeqUwPtQ27ZZz7B62erEMq8JDjcXw==}
|
||||
dev: false
|
||||
|
||||
/@vue/eslint-config-typescript/11.0.2_8498299c5d4240ca64b4886a17da166b:
|
||||
resolution: {integrity: sha512-EiKud1NqlWmSapBFkeSrE994qpKx7/27uCGnhdqzllYDpQZroyX/O6bwjEpeuyKamvLbsGdO6PMR2faIf+zFnw==}
|
||||
engines: {node: ^14.17.0 || >=16.0.0}
|
||||
|
@ -10113,8 +10117,8 @@ packages:
|
|||
engines: {node: '>=6'}
|
||||
dev: true
|
||||
|
||||
/pinia/2.0.22_typescript@4.8.4+vue@3.2.40:
|
||||
resolution: {integrity: sha512-u+b8/BC+tmvo3ACbYO2w5NfxHWFOjvvw9DQnyT0dW8aUMCPRQT5QnfZ5R5W2MzZBMTeZRMQI7V/QFbafmM9QHw==}
|
||||
/pinia/2.0.23_typescript@4.8.4+vue@3.2.40:
|
||||
resolution: {integrity: sha512-N15hFf4o5STrxpNrib1IEb1GOArvPYf1zPvQVRGOO1G1d74Ak0J0lVyalX/SmrzdT4Q0nlEFjbURsmBmIGUR5Q==}
|
||||
peerDependencies:
|
||||
'@vue/composition-api': ^1.4.0
|
||||
typescript: '>=4.4.4'
|
||||
|
@ -10125,7 +10129,7 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@vue/devtools-api': 6.2.1
|
||||
'@vue/devtools-api': 6.4.4
|
||||
typescript: 4.8.4
|
||||
vue: 3.2.40
|
||||
vue-demi: 0.12.1_vue@3.2.40
|
||||
|
|
Loading…
Reference in a new issue