Skip to content

Commit

Permalink
fix(codemirror): use the correct codemirror package version
Browse files Browse the repository at this point in the history
  • Loading branch information
BroKun committed Jan 23, 2024
1 parent 6911228 commit 2087e7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions packages/libro-codemirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@
"@codemirror/lang-markdown": "^6.0.5",
"@codemirror/lang-python": "^6.0.1",
"@codemirror/lang-sql": "^6.3.0",
"@codemirror/language": "^6.2.1",
"@codemirror/language": "^6.10.0",
"@codemirror/lint": "^6.0.0",
"@codemirror/search": "^6.0.0",
"@codemirror/state": "^6.0.0",
"@codemirror/view": "^6.2.2",
"@codemirror/state": "^6.4.0",
"@codemirror/view": "^6.23.0",
"@difizen/libro-code-editor": "^0.1.14",
"@difizen/libro-common": "^0.1.14",
"@difizen/libro-rendermime": "^0.1.14",
"@difizen/libro-lsp": "^0.1.14",
"@difizen/libro-rendermime": "^0.1.14",
"@difizen/mana-app": "latest",
"@lezer/common": "^1.1.0",
"@lezer/highlight": "^1.1.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/libro-search-code-cell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@difizen/libro-search": "^0.1.14",
"@difizen/libro-core": "^0.1.14",
"@difizen/mana-app": "latest",
"@codemirror/state": "^6.0.0",
"@codemirror/view": "^6.2.2"
"@codemirror/state": "^6.4.0",
"@codemirror/view": "^6.23.0"
}
}

0 comments on commit 2087e7b

Please sign in to comment.