Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ef1402a

Browse files
committed
Add markdown-it as a dependency to be safe
1 parent f8be03a commit ef1402a

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

package-lock.json

Lines changed: 5 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"lint:fix": "npm run lint -- --fix"
1818
},
1919
"dependencies": {
20-
"lodash-es": "^4.17.15"
20+
"lodash-es": "^4.17.15",
21+
"markdown-it": "14.1.0"
2122
},
2223
"devDependencies": {
2324
"eslint": "^9.16.0",

0 commit comments

Comments
 (0)