Skip to content

Commit 7c83617

Browse files
committed
chore: update lsp client lib
1 parent 5a7adf2 commit 7c83617

File tree

2 files changed

+72
-58
lines changed

2 files changed

+72
-58
lines changed

package-lock.json

Lines changed: 62 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -94,16 +94,16 @@
9494
"webpack-cli": "^6.0.1"
9595
},
9696
"dependencies": {
97-
"@codemirror/autocomplete": "^6.18.6",
98-
"@codemirror/commands": "^6.8.1",
97+
"@codemirror/autocomplete": "^6.19.1",
98+
"@codemirror/commands": "^6.10.0",
9999
"@codemirror/lang-cpp": "^6.0.3",
100100
"@codemirror/lang-css": "^6.3.1",
101101
"@codemirror/lang-go": "^6.0.1",
102-
"@codemirror/lang-html": "^6.4.9",
102+
"@codemirror/lang-html": "^6.4.11",
103103
"@codemirror/lang-java": "^6.0.2",
104104
"@codemirror/lang-javascript": "^6.2.4",
105105
"@codemirror/lang-json": "^6.0.2",
106-
"@codemirror/lang-markdown": "^6.3.4",
106+
"@codemirror/lang-markdown": "^6.5.0",
107107
"@codemirror/lang-php": "^6.0.2",
108108
"@codemirror/lang-python": "^6.2.1",
109109
"@codemirror/lang-rust": "^6.0.2",
@@ -112,17 +112,17 @@
112112
"@codemirror/lang-xml": "^6.1.0",
113113
"@codemirror/lang-yaml": "^6.1.2",
114114
"@codemirror/language": "^6.11.3",
115-
"@codemirror/language-data": "^6.5.1",
116-
"@codemirror/legacy-modes": "^6.5.1",
117-
"@codemirror/lint": "^6.9.0",
118-
"@codemirror/lsp-client": "^6.1.2",
115+
"@codemirror/language-data": "^6.5.2",
116+
"@codemirror/legacy-modes": "^6.5.2",
117+
"@codemirror/lint": "^6.9.2",
118+
"@codemirror/lsp-client": "^6.2.0",
119119
"@codemirror/search": "^6.5.11",
120120
"@codemirror/state": "^6.5.2",
121121
"@codemirror/theme-one-dark": "^6.1.3",
122-
"@codemirror/view": "^6.38.1",
122+
"@codemirror/view": "^6.38.6",
123123
"@deadlyjack/ajax": "^1.2.6",
124124
"@emmetio/codemirror6-plugin": "^0.4.0",
125-
"@lezer/highlight": "^1.2.1",
125+
"@lezer/highlight": "^1.2.3",
126126
"@ungap/custom-elements": "^1.3.0",
127127
"@xterm/addon-attach": "^0.11.0",
128128
"@xterm/addon-fit": "^0.10.0",

0 commit comments

Comments
 (0)