Merge pull request #9793 from overleaf/td-vim-cm6-search-fix

Use CM6 Vim fix from Overleaf fork

GitOrigin-RevId: 2b293c2edccaec1fdc9477a2680cdba59fe28391
This commit is contained in:
Tim Down 2022-10-03 16:21:12 +01:00 committed by Copybot
parent 58d27d3b7e
commit 5810353cc7
2 changed files with 10 additions and 9 deletions

17
package-lock.json generated
View file

@ -4710,12 +4710,13 @@
},
"node_modules/@replit/codemirror-vim": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/@replit/codemirror-vim/-/codemirror-vim-6.0.2.tgz",
"integrity": "sha512-NbtrSJcb2b0SXBLGFeUeUhMLaP15dvd/srngghmpN8H0g9NgNaoU86NUYAtCzHzB1pIipE0qbUEDyz8/dM3uMA==",
"resolved": "git+ssh://git@github.com/overleaf/codemirror-vim.git#76b21cf77b6c36755cc2be3b41dd17d4c847cc57",
"integrity": "sha512-nAdguVEy9otnKhzSrjdKo+pRY9+8lXvOvMQaoc5oCJxejAZ+htwA1nvyd2lvSX2x2pD7lpksrRp9XC5/CWRhiA==",
"license": "MIT",
"peerDependencies": {
"@codemirror/commands": "^6.0.0",
"@codemirror/language": "^6.1.0",
"@codemirror/search": "^6.0.0",
"@codemirror/search": "^6.2.0",
"@codemirror/state": "^6.0.1",
"@codemirror/view": "^6.0.3"
}
@ -34821,7 +34822,7 @@
"@pollyjs/persister-fs": "^4.2.1",
"@reach/tabs": "^0.15.0",
"@replit/codemirror-emacs": "overleaf/codemirror-emacs#8640addc01bbe99fec0144993d012b6dfc57d6e2",
"@replit/codemirror-vim": "^6.0.2",
"@replit/codemirror-vim": "overleaf/codemirror-vim#76b21cf77b6c36755cc2be3b41dd17d4c847cc57",
"@sentry/browser": "^7.8.1",
"@uppy/core": "^1.15.0",
"@uppy/dashboard": "^1.11.0",
@ -42441,7 +42442,7 @@
"@pollyjs/persister-fs": "^4.2.1",
"@reach/tabs": "^0.15.0",
"@replit/codemirror-emacs": "overleaf/codemirror-emacs#8640addc01bbe99fec0144993d012b6dfc57d6e2",
"@replit/codemirror-vim": "^6.0.2",
"@replit/codemirror-vim": "overleaf/codemirror-vim#76b21cf77b6c36755cc2be3b41dd17d4c847cc57",
"@sentry/browser": "^7.8.1",
"@testing-library/cypress": "^8.0.3",
"@testing-library/dom": "^8.13.0",
@ -44374,9 +44375,9 @@
"integrity": "sha512-Pc/AFTdwZwEKJxFJvlxrSmGe/di+aAOBn60sremrpLo6VI/6cmiUYNNwlI5KNYttg7uypzA3ILPMPgxB2GYZEg=="
},
"@replit/codemirror-vim": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/@replit/codemirror-vim/-/codemirror-vim-6.0.2.tgz",
"integrity": "sha512-NbtrSJcb2b0SXBLGFeUeUhMLaP15dvd/srngghmpN8H0g9NgNaoU86NUYAtCzHzB1pIipE0qbUEDyz8/dM3uMA==",
"version": "git+ssh://git@github.com/overleaf/codemirror-vim.git#76b21cf77b6c36755cc2be3b41dd17d4c847cc57",
"integrity": "sha512-nAdguVEy9otnKhzSrjdKo+pRY9+8lXvOvMQaoc5oCJxejAZ+htwA1nvyd2lvSX2x2pD7lpksrRp9XC5/CWRhiA==",
"from": "@replit/codemirror-vim@overleaf/codemirror-vim#76b21cf77b6c36755cc2be3b41dd17d4c847cc57",
"requires": {}
},
"@sentry/browser": {

View file

@ -90,7 +90,7 @@
"@pollyjs/persister-fs": "^4.2.1",
"@reach/tabs": "^0.15.0",
"@replit/codemirror-emacs": "overleaf/codemirror-emacs#8640addc01bbe99fec0144993d012b6dfc57d6e2",
"@replit/codemirror-vim": "^6.0.2",
"@replit/codemirror-vim": "overleaf/codemirror-vim#76b21cf77b6c36755cc2be3b41dd17d4c847cc57",
"@sentry/browser": "^7.8.1",
"@uppy/core": "^1.15.0",
"@uppy/dashboard": "^1.11.0",