Skip to content

Commit

Permalink
feat: updating demo deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sereneinserenade committed Jan 27, 2024
1 parent ec88ed1 commit d6432d4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions demos/vue/package-lock.json

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

2 changes: 1 addition & 1 deletion demos/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview"
},
"dependencies": {
"@sereneinserenade/tiptap-search-and-replace": "^0.0.4",
"@sereneinserenade/tiptap-search-and-replace": "^0.1.1",
"@tiptap/extension-link": "^2.x.x",
"@tiptap/starter-kit": "^2.x.x",
"@tiptap/vue-3": "^2.x.x",
Expand Down
4 changes: 2 additions & 2 deletions demos/vue/src/components/Tiptap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ import StarterKit from "@tiptap/starter-kit";
import Link from "@tiptap/extension-link";
import { onMounted, ref, watch } from "vue";
// import SearchAndReplace from "@sereneinserenade/tiptap-search-and-replace";
import { SearchAndReplace } from '../../../../src/searchAndReplace'
import SearchAndReplace from "@sereneinserenade/tiptap-search-and-replace";
// import { SearchAndReplace } from '../../../../src/searchAndReplace'
import GithubIcon from "../assets/github.svg";
Expand Down

0 comments on commit d6432d4

Please sign in to comment.