Skip to content

Commit

Permalink
Desktop, Mobile: Upgrade CodeMirror packages (laurent22#11034)
Browse files Browse the repository at this point in the history
  • Loading branch information
personalizedrefrigerator authored Sep 13, 2024
1 parent bfab442 commit 5a07b79
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 99 deletions.
20 changes: 10 additions & 10 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@
"typescript": "5.2.2"
},
"dependencies": {
"@codemirror/autocomplete": "6.13.0",
"@codemirror/commands": "6.3.3",
"@codemirror/lang-html": "6.4.8",
"@codemirror/lang-markdown": "6.2.4",
"@codemirror/language": "6.10.1",
"@codemirror/autocomplete": "6.18.0",
"@codemirror/commands": "6.6.1",
"@codemirror/lang-html": "6.4.9",
"@codemirror/lang-markdown": "6.2.5",
"@codemirror/language": "6.10.2",
"@codemirror/language-data": "6.3.1",
"@codemirror/legacy-modes": "6.3.3",
"@codemirror/lint": "6.5.0",
"@codemirror/legacy-modes": "6.4.1",
"@codemirror/lint": "6.8.1",
"@codemirror/search": "6.5.6",
"@codemirror/state": "6.4.1",
"@codemirror/view": "6.26.3",
"@codemirror/view": "6.33.0",
"@lezer/common": "1.2.1",
"@lezer/highlight": "1.2.0",
"@lezer/markdown": "1.2.0",
"@lezer/highlight": "1.2.1",
"@lezer/markdown": "1.3.1",
"@replit/codemirror-vim": "6.2.0"
}
}
Loading

0 comments on commit 5a07b79

Please sign in to comment.