Skip to content

Commit

Permalink
update pinia before EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Dec 7, 2024
1 parent d0d955b commit 836249a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 21 deletions.
3 changes: 1 addition & 2 deletions components/fullscreen-preview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
<v-dialog v-model="modalOpened" :width="`${this.aspectRatio * 90}vh`" height="90vh">
<v-card>
<v-img
ref="image-ref"
:style="styles"
:src="src"
alt="fullscreen preview"
:aspect-ratio="aspectRatio"
contain
@click="() => (modalOpened = false)"
@click="() => { modalOpened = false }"
/>
</v-card>
</v-dialog>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"dotenv": "^16.4.7",
"marked": "~15.0.3",
"moment": "^2.30.1",
"pinia": "^2.2.8",
"pinia": "^2.3.0",
"prettier": "^3.4.2",
"prismjs": "~1.29.0",
"vite": "^6.0.2",
"vite": "^6.0.3",
"vue": "^2.7.16",
"vue-calendar-heatmap": "0.8.4",
"vue-graph": "0.8.7",
Expand Down
33 changes: 16 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 836249a

Please sign in to comment.