Skip to content

Commit

Permalink
Merge branch 'dev-docs' into docs
Browse files Browse the repository at this point in the history
  • Loading branch information
imzbf committed Feb 2, 2024
2 parents 391977c + 3290665 commit decdb17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "md-editor-v3",
"version": "4.11.0",
"version": "4.11.1",
"keywords": [
"vue",
"vue3",
Expand Down Expand Up @@ -38,7 +38,7 @@
"axios": "^0.27.2",
"dayjs": "^1.11.2",
"markdown-it-mark": "^3.0.1",
"md-editor-v3": "^4.11.0",
"md-editor-v3": "^4.11.1",
"nprogress": "^0.2.0",
"vue": "^3.2.47",
"vue-router": "^4.0.11",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2962,10 +2962,10 @@ markdown-it@^13.0.1:
mdurl "^1.0.1"
uc.micro "^1.0.5"

md-editor-v3@^4.11.0:
version "4.11.0"
resolved "https://registry.npmjs.org/md-editor-v3/-/md-editor-v3-4.11.0.tgz#f149b239ba443801bf911e06009c8cfbc3ae555b"
integrity sha512-xSzmhqyHfx6r8AzI8/ioll/YScAVNHjc3Hob4qv7cyxigJDuDmk7aBWk3+uA8SzA7z6p6v+4cyvxHexVwPbWZw==
md-editor-v3@^4.11.1:
version "4.11.1"
resolved "https://registry.npmmirror.com/md-editor-v3/-/md-editor-v3-4.11.1.tgz#233faecf1e2273e1138980421aea202ab8721c90"
integrity sha512-u5dScQNt7uwWEuKLEooAz7gzn+ImSv/CQy6+Uu0z1pe4unChyNBWUyKmCk1RhivqZpcBiI37Ix9jecIAEC8yyQ==
dependencies:
"@codemirror/lang-markdown" "^6.1.1"
"@codemirror/language-data" "^6.3.0"
Expand Down

0 comments on commit decdb17

Please sign in to comment.