Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Update pinia to v2.3.0 #3237

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"lodash": "4.17.21",
"mini-svg-data-uri": "1.4.4",
"moment": "2.30.1",
"pinia": "2.2.2",
"pinia": "2.3.0",
"qrcode": "1.5.4",
"semver": "7.6.3",
"showdown": "2.1.0",
Expand Down
15 changes: 6 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7837,7 +7837,7 @@ __metadata:
mini-svg-data-uri: "npm:1.4.4"
moment: "npm:2.30.1"
moment-timezone: "npm:0.5.46"
pinia: "npm:2.2.2"
pinia: "npm:2.3.0"
prettier: "npm:3.4.2"
qrcode: "npm:1.5.4"
sass: "npm:1.83.0"
Expand Down Expand Up @@ -9075,22 +9075,19 @@ __metadata:
languageName: node
linkType: hard

"pinia@npm:2.2.2":
version: 2.2.2
resolution: "pinia@npm:2.2.2"
"pinia@npm:2.3.0":
version: 2.3.0
resolution: "pinia@npm:2.3.0"
dependencies:
"@vue/devtools-api": "npm:^6.6.3"
vue-demi: "npm:^0.14.10"
peerDependencies:
"@vue/composition-api": ^1.4.0
typescript: ">=4.4.4"
vue: ^2.6.14 || ^3.3.0
vue: ^2.7.0 || ^3.5.11
peerDependenciesMeta:
"@vue/composition-api":
optional: true
typescript:
optional: true
checksum: 10c0/6c30a6e355be294f87a0256d4b2c266d3315d4fc1451c0a17847d03c0e7879faab4d58df2496e0c2b34a54743807bf65b27f8e80e400883d8bb46682f7af3b5f
checksum: 10c0/08bba6fd45f4e45e1e7160c70005f074722a6eccb3da113bb038bf219ff4447b745fed23ec42efd001322599433bb741986b5f17628c079508136ee2b7923062
languageName: node
linkType: hard

Expand Down
Loading