Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CodeMirror
Browse files Browse the repository at this point in the history
renovate[bot] authored Dec 22, 2024
1 parent d587867 commit 71d4fc5
Showing 3 changed files with 167 additions and 196 deletions.
6 changes: 3 additions & 3 deletions packages/app-support/codemirror/package.json
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@
"path": "path-browserify"
},
"dependencies": {
"@codemirror/autocomplete": "6.18.3",
"@codemirror/autocomplete": "6.18.4",
"@codemirror/commands": "6.7.1",
"@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-javascript": "6.2.2",
@@ -35,8 +35,8 @@
"@codemirror/language-data": "^6.5.1",
"@codemirror/lint": "^6.8.2",
"@codemirror/search": "6.5.8",
"@codemirror/state": "6.4.1",
"@codemirror/view": "6.35.0",
"@codemirror/state": "6.5.0",
"@codemirror/view": "6.36.1",
"@lezer/common": "^1.2.2",
"@lezer/highlight": "^1.2.1",
"@lezer/html": "^1.3.7",
2 changes: 1 addition & 1 deletion packages/syntax/glimmer/codemirror/package.json
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@codemirror/autocomplete": "6.18.3",
"@codemirror/autocomplete": "6.18.4",
"@codemirror/lang-css": "^6.3.0",
"@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-javascript": "^6.2.1",
Loading

0 comments on commit 71d4fc5

Please sign in to comment.