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 Sep 5, 2023
2 parents b89c48f + 09381a5 commit 80733e8
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-rt",
"version": "4.6.0",
"version": "4.6.1",
"keywords": [
"react",
"nextjs",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@vavt/md-editor-extension": "^3.0.0",
"dayjs": "^1.11.3",
"markdown-it-mark": "^3.0.1",
"md-editor-rt": "^4.6.0",
"md-editor-rt": "^4.6.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^7.2.6",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3126,10 +3126,10 @@ markdown-it@^13.0.1:
mdurl "^1.0.1"
uc.micro "^1.0.5"

md-editor-rt@^4.6.0:
version "4.6.0"
resolved "https://registry.npmjs.org/md-editor-rt/-/md-editor-rt-4.6.0.tgz#dc0e56937ffcd7e22ffddc5a111cb9482851633b"
integrity sha512-fbjUYlBbOGZWUOML8gK9hBmn8qvUqRtj2rFSJLXBeW2ZIR+XubOC2tqnte8xOU75kGGdscbAiCxfN8iW57q2/w==
md-editor-rt@^4.6.1:
version "4.6.1"
resolved "https://registry.npmjs.org/md-editor-rt/-/md-editor-rt-4.6.1.tgz#536523ee2eb93e980bfd2084a259906283b5794f"
integrity sha512-rlUN6v29329SxU+CxCh8xnpGgI/mC4BrsmSse7iHSn+OTGeFq95KafyoGxgE+3xcSLy2N6C9R5PdTzEUbqYwpw==
dependencies:
"@codemirror/lang-markdown" "^6.1.1"
"@codemirror/language-data" "^6.3.0"
Expand Down

0 comments on commit 80733e8

Please sign in to comment.