Skip to content

Commit

Permalink
fix(deps): update dependency pinia to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 5, 2025
1 parent 2d92e98 commit f4b9f2c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@tiptap/vue-3": "^2.10.3",
"@vojtechlanka/vue-tags-input": "^3",
"mitt": "3.0.1",
"pinia": "2.3.1",
"pinia": "3.0.1",
"radix-vue": "1.9.17",
"v-calendar": "^3.1.2",
"vue": "^3.5.13",
Expand Down
24 changes: 15 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2263,11 +2263,18 @@
"@vue/compiler-dom" "3.5.13"
"@vue/shared" "3.5.13"

"@vue/devtools-api@^6.5.0", "@vue/devtools-api@^6.6.3", "@vue/devtools-api@^6.6.4":
"@vue/devtools-api@^6.5.0", "@vue/devtools-api@^6.6.4":
version "6.6.4"
resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz#cbe97fe0162b365edc1dba80e173f90492535343"
integrity sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==

"@vue/devtools-api@^7.7.2":
version "7.7.2"
resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-7.7.2.tgz#49837eae6f61fc43a09f5d6c2d3210f9f73a0d09"
integrity sha512-1syn558KhyN+chO5SjlZIwJ8bV/bQ1nOVTG66t2RbG66ZGekyiYNmRO7X9BJCXQqPsFHlnksqvPhce2qpzxFnA==
dependencies:
"@vue/devtools-kit" "^7.7.2"

"@vue/[email protected]":
version "7.6.8"
resolved "https://registry.yarnpkg.com/@vue/devtools-core/-/devtools-core-7.6.8.tgz#3b5552e0d71b5f6598c9db9ef8c8f4558577fcc1"
Expand All @@ -2293,7 +2300,7 @@
speakingurl "^14.0.1"
superjson "^2.2.1"

"@vue/devtools-kit@^7.6.8":
"@vue/devtools-kit@^7.6.8", "@vue/devtools-kit@^7.7.2":
version "7.7.2"
resolved "https://registry.yarnpkg.com/@vue/devtools-kit/-/devtools-kit-7.7.2.tgz#3315bd5b144f98c7b84c2f44270b445644ec8f10"
integrity sha512-CY0I1JH3Z8PECbn6k3TqM1Bk9ASWxeMtTCvZr7vb+CHi+X/QwQm5F1/fPagraamKMAHVfuuCbdcnNg1A4CYVWQ==
Expand Down Expand Up @@ -5882,13 +5889,12 @@ pify@^2.3.0:
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
integrity sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==

pinia@2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/pinia/-/pinia-2.3.1.tgz#54c476675b72f5abcfafa24a7582531ea8c23d94"
integrity sha512-khUlZSwt9xXCaTbbxFYBKDc/bWAGWJjOgvxETwkTN7KRm66EeT1ZdZj6i2ceh9sP2Pzqsbc704r2yngBrxBVug==
pinia@3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/pinia/-/pinia-3.0.1.tgz#d19f79a04b2b55fd63f78f1395a8c4a714d96941"
integrity sha512-WXglsDzztOTH6IfcJ99ltYZin2mY8XZCXujkYWVIJlBjqsP6ST7zw+Aarh63E1cDVYeyUcPCxPHzJpEOmzB6Wg==
dependencies:
"@vue/devtools-api" "^6.6.3"
vue-demi "^0.14.10"
"@vue/devtools-api" "^7.7.2"

pirates@^4.0.1:
version "4.0.6"
Expand Down Expand Up @@ -7862,7 +7868,7 @@ vue-bundle-renderer@^2.1.1:
dependencies:
ufo "^1.5.4"

vue-demi@>=0.13.0, vue-demi@>=0.14.8, vue-demi@^0.14.10:
vue-demi@>=0.13.0, vue-demi@>=0.14.8:
version "0.14.10"
resolved "https://registry.yarnpkg.com/vue-demi/-/vue-demi-0.14.10.tgz#afc78de3d6f9e11bf78c55e8510ee12814522f04"
integrity sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==
Expand Down

0 comments on commit f4b9f2c

Please sign in to comment.