Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Jul 11, 2023
1 parent 2c0e2b6 commit de0715d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-markdown-mermaid",
"version": "1.0.1",
"version": "1.0.2",
"description": "Import markdown files in vite, with Mermaid rendering support.",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -60,7 +60,7 @@
"front-matter": "^4.0.2",
"htmlparser2": "^6.1.0",
"markdown-it": "^12.3.2",
"node-mermaid-render": "^1.0.2"
"node-mermaid-render": "^1.0.3"
},
"peerDependencies": {
"vite": "^2.0.0 || ^3.0.0 || ^4.0.0"
Expand Down
23 changes: 12 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit de0715d

Please sign in to comment.