Skip to content

Commit

Permalink
-update vue-tiptap-katex-core
Browse files Browse the repository at this point in the history
-version update
  • Loading branch information
kerasus committed Aug 12, 2023
1 parent 5568b22 commit b16cfa0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue3-tiptap-katex",
"version": "1.1.7",
"version": "1.1.8",
"description": "tiptap editor using mathlive package to render katex in vue 3",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -66,7 +66,7 @@
"tiptap-text-direction-extension": "^1.0.7",
"vue": "^3.2.47",
"vue-filepond": "^7.0.3",
"vue-tiptap-katex-core": "^2.0.7",
"vue-tiptap-katex-core": "^2.0.8",
"vue3-drag-resize": "^2.0.5"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2734,10 +2734,10 @@ vue-notification@^1.3.20:
resolved "https://registry.yarnpkg.com/vue-notification/-/vue-notification-1.3.20.tgz#d85618127763b46f3e25b8962b857947d5a97cbe"
integrity sha512-vPj67Ah72p8xvtyVE8emfadqVWguOScAjt6OJDEUdcW5hW189NsqvfkOrctxHUUO9UYl9cTbIkzAEcPnHu+zBQ==

vue-tiptap-katex-core@^2.0.7:
version "2.0.7"
resolved "https://registry.yarnpkg.com/vue-tiptap-katex-core/-/vue-tiptap-katex-core-2.0.7.tgz#6399278a89e891b75a7e1243561c0a6ca8bd32e2"
integrity sha512-og74vGU5RRdvtGkl44OLyWQnYP7qC/y/qRZUCyeEtlBj0gyEy2jCSMBJnz1Hb2F/NfhfsrpKgYwmE9QRZZ8Wrw==
vue-tiptap-katex-core@^2.0.8:
version "2.0.8"
resolved "https://registry.yarnpkg.com/vue-tiptap-katex-core/-/vue-tiptap-katex-core-2.0.8.tgz#8c724a7a1ffd7328cbeeec4e237d9ed7204647a0"
integrity sha512-Y52AeZADsccQCq5FZ12QeJWXzY8JKsZgiJP5YthXpSVlgYBUAXtrqf2wqXftb9x2/cAeAXTeGzVRUri+ZR+c2w==
dependencies:
"@mdi/font" "^6.9.96"
"@tiptap/core" "^2.0.0-beta.209"
Expand Down

0 comments on commit b16cfa0

Please sign in to comment.