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 21, 2023
1 parent d422d95 commit 2e8a0bf
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.18",
"version": "1.1.19",
"description": "tiptap editor using mathlive package to render katex in vue 3",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -67,7 +67,7 @@
"tiptap-text-direction-extension": "^1.0.7",
"vue": "^3.2.47",
"vue-filepond": "^7.0.3",
"vue-tiptap-katex-core": "^2.1.0",
"vue-tiptap-katex-core": "^2.1.1",
"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.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/vue-tiptap-katex-core/-/vue-tiptap-katex-core-2.1.0.tgz#e08ce729d04e1001c5a8deb5a6106958e86c2c96"
integrity sha512-mavvEjpLuZBaFxQYRCZeORa7zaxr+7jLJcg6Dv4ZYQpK5M1Lq5VxglmRt3PVArp+QR4YIluLBc/adNWRXHwZ8g==
vue-tiptap-katex-core@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/vue-tiptap-katex-core/-/vue-tiptap-katex-core-2.1.1.tgz#4d13596de1c7802ca315142fa7942593b12a7c63"
integrity sha512-VD3YNCzCL26DC5maOzgTlquwbU7z03dSa3UlrZa+309ulxzKPwSEvSkr/sMYEzdzcShTBbs0iC2lvO2A6CCGkQ==
dependencies:
"@mdi/font" "^6.9.96"
"@tiptap/core" "^2.0.0-beta.209"
Expand Down

0 comments on commit 2e8a0bf

Please sign in to comment.