mirror of
https://github.com/docsifyjs/docsify.git
synced 2026-01-25 15:23:21 +00:00
chore: bump marked from 16.0.0 to 17.0.1 (#2647)
This commit is contained in:
parent
44326ca423
commit
c1dfc4d1ba
9
package-lock.json
generated
9
package-lock.json
generated
@ -12,7 +12,7 @@
|
||||
"dependencies": {
|
||||
"common-tags": "^1.8.0",
|
||||
"dexie": "^4.0.11",
|
||||
"marked": "^16.0.0",
|
||||
"marked": "^17.0.1",
|
||||
"medium-zoom": "^1.1.0",
|
||||
"opencollective-postinstall": "^2.0.2",
|
||||
"prismjs": "^1.29.0",
|
||||
@ -14395,9 +14395,10 @@
|
||||
}
|
||||
},
|
||||
"node_modules/marked": {
|
||||
"version": "16.0.0",
|
||||
"resolved": "https://registry.npmjs.org/marked/-/marked-16.0.0.tgz",
|
||||
"integrity": "sha512-MUKMXDjsD/eptB7GPzxo4xcnLS6oo7/RHimUMHEDRhUooPwmN9BEpMl7AEOJv3bmso169wHI2wUF9VQgL7zfmA==",
|
||||
"version": "17.0.1",
|
||||
"resolved": "https://registry.npmjs.org/marked/-/marked-17.0.1.tgz",
|
||||
"integrity": "sha512-boeBdiS0ghpWcSwoNm/jJBwdpFaMnZWRzjA6SkUMYb40SVaN1x7mmfGKp0jvexGcx+7y2La5zRZsYFZI6Qpypg==",
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"marked": "bin/marked.js"
|
||||
},
|
||||
|
||||
@ -39,7 +39,7 @@
|
||||
"dependencies": {
|
||||
"common-tags": "^1.8.0",
|
||||
"dexie": "^4.0.11",
|
||||
"marked": "^16.0.0",
|
||||
"marked": "^17.0.1",
|
||||
"medium-zoom": "^1.1.0",
|
||||
"opencollective-postinstall": "^2.0.2",
|
||||
"prismjs": "^1.29.0",
|
||||
|
||||
@ -21,8 +21,6 @@ export const taskListItemCompiler = ({ renderer }) =>
|
||||
text: checkbox + ' ',
|
||||
});
|
||||
}
|
||||
} else {
|
||||
text += checkbox + ' ';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user