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 Jun 7, 2024
2 parents 395387e + 69ffecc commit c5c6c40
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.16.5",
"version": "4.16.6",
"keywords": [
"react",
"nextjs",
Expand Down Expand Up @@ -32,7 +32,7 @@
"markdown-it-anchor": "^9.0.1",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-mark": "^4.0.0",
"md-editor-rt": "^4.16.5",
"md-editor-rt": "^4.16.6",
"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 @@ -3586,10 +3586,10 @@ marked@*:
resolved "https://registry.npmjs.org/marked/-/marked-12.0.0.tgz#051ea8c8c7f65148a63003df1499515a2c6de716"
integrity sha512-Vkwtq9rLqXryZnWaQc86+FHLC6tr/fycMfYAhiOIXkrNmeGAyhSxjqu0Rs1i0bBqw5u0S7+lV9fdH2ZSVaoa0w==

md-editor-rt@^4.16.5:
version "4.16.5"
resolved "https://registry.npmjs.org/md-editor-rt/-/md-editor-rt-4.16.5.tgz#befb50916670bca23c65985de7a9496d2707089d"
integrity sha512-A0OgEA3KlnX4zQ97tR1I/Tcy0R/DRUS/34h1L3I2aY00UTzadAlvAzjUc+k0zzs4N3p2F+Adm0k1Wv4qFiICAw==
md-editor-rt@^4.16.6:
version "4.16.6"
resolved "https://registry.npmjs.org/md-editor-rt/-/md-editor-rt-4.16.6.tgz#39642a889d057f9b24edda192b3b29b3c56e68bc"
integrity sha512-x2bmgzFbs6xPTf93wEzs74Fq87rj+GKcLVmYKEAWz8kIvzjetXGBKmbXEG6HRowmaRM6jt2dBndmCiJzVsRXbw==
dependencies:
"@codemirror/lang-markdown" "^6.2.5"
"@codemirror/language-data" "^6.5.1"
Expand Down

0 comments on commit c5c6c40

Please sign in to comment.