Skip to content

Commit

Permalink
upd: core - update deps + set version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mjorgegulab committed Jul 4, 2024
1 parent c974737 commit 8fb62d1
Show file tree
Hide file tree
Showing 6 changed files with 509 additions and 542 deletions.
502 changes: 250 additions & 252 deletions dist/vue-markdown.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-markdown.mjs.map

Large diffs are not rendered by default.

54 changes: 27 additions & 27 deletions dist/vue-markdown.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-markdown.umd.js.map

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-markdown-wrapper",
"version": "2.0.0",
"version": "2.0.1",
"author": {
"name": "Marc Jorge Gonzalez",
"url": "https://github.com/mjorgegulab"
Expand Down Expand Up @@ -33,19 +33,19 @@
},
"dependencies": {
"dompurify": "^3.1.5",
"marked": "^13.0.0"
"marked": "^13.0.2"
},
"peerDependencies": {},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@types/marked": "^5.0.2",
"@types/node": "^20.14.7",
"@types/node": "^20.14.9",
"@vitejs/plugin-vue": "^5.0.5",
"typescript": "^5.5.2",
"vite": "^5.3.1",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vite-plugin-banner": "^0.7.1",
"vite-plugin-dts": "^3.9.1",
"vue": "^3.4.29",
"vue-tsc": "^2.0.21"
"vue": "^3.4.31",
"vue-tsc": "^2.0.26"
}
}
Loading

0 comments on commit 8fb62d1

Please sign in to comment.