Skip to content

Commit

Permalink
build(deps): bump markdown-it-emoji from 2.0.0 to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed Feb 26, 2024
1 parent 8d0cbc0 commit aba4af2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 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 @@ -38,7 +38,7 @@
},
"devDependencies": {
"ava": "^3.13.0",
"markdown-it-emoji": "^2.0.0",
"markdown-it-emoji": "^3.0.0",
"np": "^10.0.0",
"nyc": "^15.1.0",
"xo": "^0.39.0"
Expand Down
3 changes: 2 additions & 1 deletion test/test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const test = require('ava')
const plugin = require('../lib')
const posthtml = require('posthtml')
const {light: emoji} = require('markdown-it-emoji')

const path = require('path')
const {readFileSync} = require('fs')
Expand Down Expand Up @@ -40,7 +41,7 @@ test('Render markdown inline from imported file', t => {
test('Uses markdown-it plugins', t => {
return compare(t, 'md-plugin', {
plugins: [{
plugin: require('markdown-it-emoji')
plugin: emoji
}]
})
})
Expand Down

0 comments on commit aba4af2

Please sign in to comment.