mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
[web] Add keybindings (vim, emacs) to CodeMirror 6 (#6117)
GitOrigin-RevId: 9ee0b320a29ef3bf99bb414a775a94adce8ca8c1
This commit is contained in:
parent
7edcc51d92
commit
07abb8ac99
2 changed files with 12 additions and 0 deletions
10
services/web/package-lock.json
generated
10
services/web/package-lock.json
generated
|
@ -7118,6 +7118,16 @@
|
|||
"resolved": "https://registry.npmjs.org/@react-dnd/shallowequal/-/shallowequal-2.0.0.tgz",
|
||||
"integrity": "sha512-Pc/AFTdwZwEKJxFJvlxrSmGe/di+aAOBn60sremrpLo6VI/6cmiUYNNwlI5KNYttg7uypzA3ILPMPgxB2GYZEg=="
|
||||
},
|
||||
"@replit/codemirror-emacs": {
|
||||
"version": "0.19.0",
|
||||
"resolved": "https://registry.npmjs.org/@replit/codemirror-emacs/-/codemirror-emacs-0.19.0.tgz",
|
||||
"integrity": "sha512-WtJ7uDVmKOSg5ZLH9Q470I7yOJprn9rKnFhbZesGm/5SaY3MhQ7ZgWrnm2FfbIRcxswQiR3rBrEWloDrSM9Ovg=="
|
||||
},
|
||||
"@replit/codemirror-vim": {
|
||||
"version": "0.19.0",
|
||||
"resolved": "https://registry.npmjs.org/@replit/codemirror-vim/-/codemirror-vim-0.19.0.tgz",
|
||||
"integrity": "sha512-Uq0Q/sy0pM8HPWKHGHM3lTNi3o//+yYMySJThtLeiwOhXXQaAbpxVxdbSc20P3xUtLyJ2Xo3gy/FXgxXJDDqoQ=="
|
||||
},
|
||||
"@sentry/browser": {
|
||||
"version": "6.3.5",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-6.3.5.tgz",
|
||||
|
|
|
@ -77,6 +77,8 @@
|
|||
"@pollyjs/core": "^4.2.1",
|
||||
"@pollyjs/persister-fs": "^4.2.1",
|
||||
"@reach/tabs": "^0.15.0",
|
||||
"@replit/codemirror-emacs": "^0.19.0",
|
||||
"@replit/codemirror-vim": "^0.19.0",
|
||||
"@sentry/browser": "^6.3.5",
|
||||
"@uppy/core": "^1.15.0",
|
||||
"@uppy/dashboard": "^1.11.0",
|
||||
|
|
Loading…
Reference in a new issue