Skip to content

Commit 2c0ca72

Browse files
fix(deps): update codemirror (#215)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 21bc9c1 commit 2c0ca72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
"dependencies": {
6666
"@babel/runtime": "7.16.0",
6767
"@codemirror/basic-setup": "0.19.0",
68-
"@codemirror/state": "0.19.3",
69-
"@codemirror/theme-one-dark": "0.19.0",
70-
"@codemirror/view": "0.19.11"
68+
"@codemirror/state": "0.19.4",
69+
"@codemirror/theme-one-dark": "0.19.1",
70+
"@codemirror/view": "0.19.13"
7171
},
7272
"devDependencies": {
7373
"@codemirror/lang-cpp": "0.19.1",

0 commit comments

Comments
 (0)