mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #10731 from overleaf/mj-vim
[web] Upgrade codemirror-vim CM6 extension GitOrigin-RevId: 202ff178083a9a20c525447288a263cbf6190e1f
This commit is contained in:
parent
f8a1da1b47
commit
0e30718892
2 changed files with 10 additions and 8 deletions
16
package-lock.json
generated
16
package-lock.json
generated
|
@ -8229,8 +8229,8 @@
|
|||
},
|
||||
"node_modules/@replit/codemirror-vim": {
|
||||
"version": "6.0.2",
|
||||
"resolved": "git+ssh://git@github.com/overleaf/codemirror-vim.git#76b21cf77b6c36755cc2be3b41dd17d4c847cc57",
|
||||
"integrity": "sha512-nAdguVEy9otnKhzSrjdKo+pRY9+8lXvOvMQaoc5oCJxejAZ+htwA1nvyd2lvSX2x2pD7lpksrRp9XC5/CWRhiA==",
|
||||
"resolved": "git+ssh://git@github.com/overleaf/codemirror-vim.git#60a264e12bb0e1eccf8d16b760371949f69cedb9",
|
||||
"integrity": "sha512-oN8uVuJ9+4X4QppW3zD01iKbxN+5JYdfs7ni8QSomQqI+sHGsLy9tts16ttve3fVhn75xt28Z2m73ml9s0ygBQ==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"@codemirror/commands": "^6.0.0",
|
||||
|
@ -37908,6 +37908,7 @@
|
|||
"bunyan": "^1.8.15",
|
||||
"dropbox": "^10.24.0",
|
||||
"express": "^4.17.1",
|
||||
"lodash": "^4.17.21",
|
||||
"lru-cache": "^4.1.5",
|
||||
"mongodb": "^3.6.0",
|
||||
"node-fetch": "^2.6.7",
|
||||
|
@ -38448,7 +38449,7 @@
|
|||
"@pollyjs/persister-fs": "^4.2.1",
|
||||
"@reach/tabs": "^0.15.0",
|
||||
"@replit/codemirror-emacs": "overleaf/codemirror-emacs#8640addc01bbe99fec0144993d012b6dfc57d6e2",
|
||||
"@replit/codemirror-vim": "overleaf/codemirror-vim#76b21cf77b6c36755cc2be3b41dd17d4c847cc57",
|
||||
"@replit/codemirror-vim": "overleaf/codemirror-vim#60a264e12bb0e1eccf8d16b760371949f69cedb9",
|
||||
"@sentry/browser": "^7.8.1",
|
||||
"@uppy/core": "^1.15.0",
|
||||
"@uppy/dashboard": "^1.11.0",
|
||||
|
@ -48046,6 +48047,7 @@
|
|||
"chai-as-promised": "^7.1.1",
|
||||
"dropbox": "^10.24.0",
|
||||
"express": "^4.17.1",
|
||||
"lodash": "^4.17.21",
|
||||
"lru-cache": "^4.1.5",
|
||||
"mocha": "^8.4.0",
|
||||
"mongodb": "^3.6.0",
|
||||
|
@ -48506,7 +48508,7 @@
|
|||
"@pollyjs/persister-fs": "^4.2.1",
|
||||
"@reach/tabs": "^0.15.0",
|
||||
"@replit/codemirror-emacs": "overleaf/codemirror-emacs#8640addc01bbe99fec0144993d012b6dfc57d6e2",
|
||||
"@replit/codemirror-vim": "overleaf/codemirror-vim#76b21cf77b6c36755cc2be3b41dd17d4c847cc57",
|
||||
"@replit/codemirror-vim": "overleaf/codemirror-vim#60a264e12bb0e1eccf8d16b760371949f69cedb9",
|
||||
"@sentry/browser": "^7.8.1",
|
||||
"@testing-library/cypress": "^8.0.3",
|
||||
"@testing-library/dom": "^8.13.0",
|
||||
|
@ -50470,9 +50472,9 @@
|
|||
"integrity": "sha512-Pc/AFTdwZwEKJxFJvlxrSmGe/di+aAOBn60sremrpLo6VI/6cmiUYNNwlI5KNYttg7uypzA3ILPMPgxB2GYZEg=="
|
||||
},
|
||||
"@replit/codemirror-vim": {
|
||||
"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",
|
||||
"version": "git+ssh://git@github.com/overleaf/codemirror-vim.git#60a264e12bb0e1eccf8d16b760371949f69cedb9",
|
||||
"integrity": "sha512-oN8uVuJ9+4X4QppW3zD01iKbxN+5JYdfs7ni8QSomQqI+sHGsLy9tts16ttve3fVhn75xt28Z2m73ml9s0ygBQ==",
|
||||
"from": "@replit/codemirror-vim@overleaf/codemirror-vim#60a264e12bb0e1eccf8d16b760371949f69cedb9",
|
||||
"requires": {}
|
||||
},
|
||||
"@sentry/browser": {
|
||||
|
|
|
@ -107,7 +107,7 @@
|
|||
"@pollyjs/persister-fs": "^4.2.1",
|
||||
"@reach/tabs": "^0.15.0",
|
||||
"@replit/codemirror-emacs": "overleaf/codemirror-emacs#8640addc01bbe99fec0144993d012b6dfc57d6e2",
|
||||
"@replit/codemirror-vim": "overleaf/codemirror-vim#76b21cf77b6c36755cc2be3b41dd17d4c847cc57",
|
||||
"@replit/codemirror-vim": "overleaf/codemirror-vim#60a264e12bb0e1eccf8d16b760371949f69cedb9",
|
||||
"@sentry/browser": "^7.8.1",
|
||||
"@uppy/core": "^1.15.0",
|
||||
"@uppy/dashboard": "^1.11.0",
|
||||
|
|
Loading…
Reference in a new issue