Skip to content

Commit

Permalink
Bump markdown-it-emoji from 2.0.2 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [markdown-it-emoji](https://github.com/markdown-it/markdown-it-emoji) from 2.0.2 to 3.0.0.
- [Changelog](https://github.com/markdown-it/markdown-it-emoji/blob/master/CHANGELOG.md)
- [Commits](markdown-it/markdown-it-emoji@2.0.2...3.0.0)

---
updated-dependencies:
- dependency-name: markdown-it-emoji
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Fix markdownitEmoji import signatures
  • Loading branch information
dependabot[bot] authored and bcomnes committed Dec 12, 2023
1 parent 1f94b0d commit 3051197
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion lib/build-pages/page-builders/md/get-md.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import markdownIt from 'markdown-it'
import markdownItFootnote from 'markdown-it-footnote'
import markdownItEmoji from 'markdown-it-emoji'
import markdownItHighlightjs from 'markdown-it-highlightjs'
// @ts-ignore
import { full as markdownItEmoji } from 'markdown-it-emoji'
// @ts-ignore
import markdownItSub from 'markdown-it-sub'
// @ts-ignore
import markdownItSup from 'markdown-it-sup'
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"markdown-it-anchor": "^8.6.7",
"markdown-it-attrs": "^4.1.6",
"markdown-it-deflist": "^3.0.0",
"markdown-it-emoji": "^2.0.0",
"markdown-it-emoji": "^3.0.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-highlightjs": "^4.0.1",
"markdown-it-ins": "^4.0.0",
Expand All @@ -61,7 +61,6 @@
"@types/browser-sync": "^2.27.3",
"@types/js-yaml": "^4.0.8",
"@types/markdown-it": "^13.0.5",
"@types/markdown-it-emoji": "^2.0.3",
"@types/markdown-it-footnote": "^3.0.2",
"@types/minimist": "^1.2.4",
"@types/node": "^20.8.4",
Expand Down

0 comments on commit 3051197

Please sign in to comment.