Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hojas committed Nov 9, 2023
1 parent 88baa46 commit 3dd63ef
Show file tree
Hide file tree
Showing 3 changed files with 402 additions and 1,171 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vue-md-render",
"type": "module",
"version": "1.0.3",
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"license": "MIT",
"repository": "hojas/vue-md-render",
"bugs": "https://github.com/hojas/vue-md-render/issues",
Expand Down Expand Up @@ -41,14 +41,12 @@
"unified": "^11.0.4"
},
"devDependencies": {
"@antfu/eslint-config": "^1.0.0-beta.29",
"@types/node": "^20.8.10",
"@vitejs/plugin-vue": "^4.4.0",
"eslint": "^8.52.0",
"@antfu/eslint-config": "^1.1.0",
"@types/node": "^20.9.0",
"eslint": "^8.53.0",
"shelljs": "^0.8.5",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vue": "^3.3.7",
"vue-tsc": "^1.8.22"
}
}
8 changes: 4 additions & 4 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@
"build": "vite build"
},
"dependencies": {
"github-markdown-css": "^5.3.0",
"github-markdown-css": "^5.4.0",
"highlight.js": "^11.9.0",
"katex": "^0.16.9",
"mermaid": "^10.6.0",
"mermaid": "^10.6.1",
"rehype-highlight": "^7.0.0",
"rehype-katex": "^7.0.0",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-toc": "^9.0.0",
"vue": "*",
"vue": "^3.3.8",
"vue-md-render": "workspace:*"
},
"devDependencies": {
"@vitejs/plugin-vue": "*",
"@vitejs/plugin-vue": "^4.4.1",
"typescript": "*",
"vite": "*",
"vue-tsc": "*"
Expand Down
Loading

0 comments on commit 3dd63ef

Please sign in to comment.