Skip to content

Commit

Permalink
Update to omorphia 0.6.2 (modrinth#1418)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mysterious-Dev authored Oct 25, 2023
1 parent 8231c73 commit 19828e9
Show file tree
Hide file tree
Showing 4 changed files with 200 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"js-yaml": "^4.1.0",
"jszip": "^3.10.1",
"markdown-it": "^13.0.1",
"omorphia": "^0.4.37",
"omorphia": "^0.6.2",
"qrcode.vue": "^3.4.0",
"semver": "^7.5.4",
"vue-multiselect": "^3.0.0-alpha.2",
Expand Down
4 changes: 2 additions & 2 deletions pages/[type]/[id]/gallery.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
</div>
</div>
</Modal>
<ModalConfirm
<ConfirmModal
v-if="currentMember"
ref="modal_confirm"
title="Are you sure you want to delete this gallery image?"
Expand Down Expand Up @@ -287,7 +287,7 @@ import {
InfoIcon,
ImageIcon,
TransferIcon,
ModalConfirm,
ConfirmModal,
Modal,
FileInput,
DropArea,
Expand Down
4 changes: 2 additions & 2 deletions pages/settings/pats.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="universal-card">
<ModalConfirm
<ConfirmModal
ref="modal_confirm"
title="Are you sure you want to delete this token?"
description="This will remove this token forever (like really forever)."
Expand Down Expand Up @@ -163,7 +163,7 @@ import {
TrashIcon,
EditIcon,
SaveIcon,
ModalConfirm,
ConfirmModal,
} from 'omorphia'
import CopyCode from '~/components/ui/CopyCode.vue'
Expand Down
199 changes: 195 additions & 4 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 19828e9

Please sign in to comment.