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 Nov 8, 2024
2 parents b7b58c6 + 7f92980 commit efdc41e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "md-editor-v3",
"version": "4.21.2",
"version": "4.21.3",
"keywords": [
"vue",
"vue3",
Expand Down Expand Up @@ -35,13 +35,13 @@
"dependencies": {
"@vavt/cm-extension": "^1.5.0",
"@vavt/message": "^2.0.0",
"@vavt/v3-extension": "^1.3.0",
"@vavt/v3-extension": "^1.3.2",
"axios": "^1.7.4",
"dayjs": "^1.11.10",
"markdown-it-anchor": "^9.0.1",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-mark": "^4.0.0",
"md-editor-v3": "^4.21.2",
"md-editor-v3": "^4.21.3",
"nprogress": "^0.2.0",
"vue": "3.4.38",
"vue-router": "^4.4.3",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2038,10 +2038,10 @@
resolved "https://registry.npmjs.org/@vavt/util/-/util-2.1.0.tgz#b8a28da361675195fd6331a1db7cbfd02f68f590"
integrity sha512-YIfAvArSFVXmWvoF+DEGD0FhkhVNcCtVWWkfYtj76eSrwHh/wuEEFhiEubg1XLNM3tChO8FH8xJCT/hnizjgFQ==

"@vavt/v3-extension@^1.3.0":
version "1.3.0"
resolved "https://registry.npmjs.org/@vavt/v3-extension/-/v3-extension-1.3.0.tgz#e50647e5a34760a1dea4847aaeb829d3a4c3dcec"
integrity sha512-Cj3GlzVcKlURrcwbb0VKxtU6QqXu0IsK4cALnTD62mmC+aJSCwTovrooFJZ1AoJop8wSt0sth4c6ChyWaK1b/Q==
"@vavt/v3-extension@^1.3.2":
version "1.3.2"
resolved "https://registry.npmjs.org/@vavt/v3-extension/-/v3-extension-1.3.2.tgz#27c8914f737a1d6d6fd89193882dc03c45b8b2de"
integrity sha512-seDqjGyfG54f/EzFP0Jd2uNC8sJ0UksFJ5uXcCUcIZD2kcZA1n+8AEOFuBE6LftLr7xmExe2b0tg6SBe4eOdaQ==

"@vavt/vite-plugin-import-markdown@^1.0.0":
version "1.0.1"
Expand Down Expand Up @@ -3244,10 +3244,10 @@ marked@*:
resolved "https://registry.npmjs.org/marked/-/marked-13.0.2.tgz#d5d05bd2683a85cb9cc6afbe5240e3a8bffcb92a"
integrity sha512-J6CPjP8pS5sgrRqxVRvkCIkZ6MFdRIjDkwUwgJ9nL2fbmM6qGQeB2C16hi8Cc9BOzj6xXzy0jyi0iPIfnMHYzA==

md-editor-v3@^4.21.2:
version "4.21.2"
resolved "https://registry.yarnpkg.com/md-editor-v3/-/md-editor-v3-4.21.2.tgz#4e6ddd84ed697d59a96a5c900ac5d3ed7f83f7bd"
integrity sha512-msC30hd5fEX1XXu/VofmG3uI2db+Xydr4kN2tFNO+9awg5GStwKU9E9MlojewR8Wm6eaUQiCVvxbySAyO0HCHg==
md-editor-v3@^4.21.3:
version "4.21.3"
resolved "https://registry.npmjs.org/md-editor-v3/-/md-editor-v3-4.21.3.tgz#c980f8ef8381f4ef66231b5013cae3f0010b6d37"
integrity sha512-9+RCioqFIWSExTsG0jf9T/RTrFhtH8SpRcKVjHeEQSlExAr/zsgYt/M9XUy/nuGx87hgNKDzK0PXp/uOlDumAw==
dependencies:
"@codemirror/lang-markdown" "^6.2.5"
"@codemirror/language-data" "^6.5.1"
Expand Down

0 comments on commit efdc41e

Please sign in to comment.