Skip to content

Commit

Permalink
Build(deps): Bump markdown-it-emoji from 2.0.2 to 3.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <[email protected]>
  • Loading branch information
raimund-schluessler committed Dec 10, 2023
1 parent 4daff31 commit 034017b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"jstimezonedetect": "",
"linkify-it": "^5.0.0",
"markdown-it": "^14.0.0",
"markdown-it-emoji": "^2.0.2",
"markdown-it-emoji": "^3.0.0",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-task-lists": "^2.1.1",
"md5": "^2.3.0",
Expand Down
4 changes: 2 additions & 2 deletions src/components/AppSidebar/NotesItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ import { translate as t } from '@nextcloud/l10n'

import MarkdownIt from 'markdown-it'
import Mila from 'markdown-it-link-attributes'
import MarkdownItEmoji from 'markdown-it-emoji'
import { full as emoji } from 'markdown-it-emoji'
import Mitl from 'markdown-it-task-lists'

import { vOnClickOutside as ClickOutside } from '@vueuse/components'
Expand All @@ -72,7 +72,7 @@ export default {
linkify: true,
breaks: true,
})
.use(MarkdownItEmoji)
.use(emoji)
.use(Mila, {
attrs: {
target: '_blank',
Expand Down

0 comments on commit 034017b

Please sign in to comment.