Skip to content

Commit

Permalink
chore: force latest marked as easymde dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
albanm committed Nov 6, 2024
1 parent 6204a23 commit 4ca2be0
Show file tree
Hide file tree
Showing 5 changed files with 1,623 additions and 4,425 deletions.
7 changes: 3 additions & 4 deletions doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"compile-examples": "node scripts/compile-examples.mjs"
},
"dependencies": {
"@koumoul/vjsf": "3.0.0-beta.49",
"@koumoul/vjsf-markdown": "0.2.4",
"@koumoul/vjsf": "3.0.0-beta.51",
"@koumoul/vjsf-markdown": "0.3.0",
"@mdi/font": "^7.2.96",
"ajv-formats": "^2.1.1",
"ajv-i18n": "^4.2.0",
"diff": "^5.1.0",
"ejs": "^3.1.9",
"markdown-it": "^13.0.2",
"marked": "^14.1.3",
"nuxt": "^3.13.2",
"prismjs": "^1.29.0",
"vite-plugin-vuetify": "^2.0.3",
Expand All @@ -31,7 +31,6 @@
"license": "MIT",
"devDependencies": {
"@types/ejs": "^3.1.2",
"@types/markdown-it": "^13.0.1",
"@types/prismjs": "^1.26.1",
"vite-plugin-dependency-watcher": "^0.5.0"
}
Expand Down
10 changes: 0 additions & 10 deletions doc/plugins/markdown-it.ts

This file was deleted.

9 changes: 9 additions & 0 deletions doc/plugins/marked.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { marked } from 'marked'

export default defineNuxtPlugin(() => {
return {
provide: {
markdown: marked.parse.bind(marked)
}
}
})
Loading

0 comments on commit 4ca2be0

Please sign in to comment.