Skip to content

Commit

Permalink
Update CodeMirror (#1870)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 866d59b commit 22ac822
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 138 deletions.
6 changes: 3 additions & 3 deletions packages/app-support/codemirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@
"path": "path-browserify"
},
"dependencies": {
"@codemirror/autocomplete": "6.18.2",
"@codemirror/autocomplete": "6.18.3",
"@codemirror/commands": "6.7.1",
"@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-javascript": "6.2.2",
"@codemirror/lang-markdown": "6.3.1",
"@codemirror/language": "^6.10.3",
"@codemirror/language-data": "^6.5.1",
"@codemirror/lint": "^6.8.2",
"@codemirror/search": "6.5.7",
"@codemirror/search": "6.5.8",
"@codemirror/state": "6.4.1",
"@codemirror/view": "6.34.2",
"@codemirror/view": "6.35.0",
"@lezer/common": "^1.2.2",
"@lezer/highlight": "^1.2.1",
"@lezer/html": "^1.3.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax/glimmer/codemirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@codemirror/autocomplete": "6.18.2",
"@codemirror/autocomplete": "6.18.3",
"@codemirror/lang-css": "^6.3.0",
"@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-javascript": "^6.2.1",
Expand Down
Loading

0 comments on commit 22ac822

Please sign in to comment.