Skip to content

Commit

Permalink
chore: releases
Browse files Browse the repository at this point in the history
  • Loading branch information
albanm committed Nov 6, 2024
1 parent 4ca2be0 commit 51613e7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@koumoul/vjsf": "3.0.0-beta.51",
"@koumoul/vjsf-markdown": "0.3.0",
"@koumoul/vjsf-markdown": "0.3.1",
"@mdi/font": "^7.2.96",
"ajv-formats": "^2.1.1",
"ajv-i18n": "^4.2.0",
Expand Down
7 changes: 6 additions & 1 deletion markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@koumoul/vjsf-markdown",
"version": "0.3.0",
"version": "0.3.1",
"description": "A plugin to add markdown edition capability to vjsf.",
"scripts": {
"test": "vitest",
Expand Down Expand Up @@ -49,5 +49,10 @@
},
"dependencies": {
"easymde": "^2.18.0"
},
"overrides": {
"easymde": {
"marked": "^14.1.3"
}
}
}
4 changes: 2 additions & 2 deletions package-lock.json

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

0 comments on commit 51613e7

Please sign in to comment.