Skip to content

Commit

Permalink
Bump @codemirror/gutter dependency
Browse files Browse the repository at this point in the history
FIX: Fix too-low dependency on @codemirror/gutter that could cause broken
upgrades.

Closes codemirror/dev#495
  • Loading branch information
marijnh committed May 25, 2021
1 parent 86bcbd6 commit 29e0f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@codemirror/commands": "^0.18.0",
"@codemirror/comment": "^0.18.0",
"@codemirror/fold": "^0.18.0",
"@codemirror/gutter": "^0.18.0",
"@codemirror/gutter": "^0.18.3",
"@codemirror/highlight": "^0.18.0",
"@codemirror/history": "^0.18.0",
"@codemirror/language": "^0.18.0",
Expand Down

0 comments on commit 29e0f5a

Please sign in to comment.