Merge pull request #10771 from overleaf/mj-emacs-improvements

[cm6] Update emacs extension

GitOrigin-RevId: 915e28c2c8ede463741c18e5617028edb51c65d4
This commit is contained in:
June Kelly 2022-12-09 09:34:59 +00:00 committed by Copybot
parent e9965498fc
commit ccd509ff6d
2 changed files with 22 additions and 22 deletions

42
package-lock.json generated
View file

@ -8247,6 +8247,19 @@
"resolved": "https://registry.npmjs.org/@react-dnd/shallowequal/-/shallowequal-2.0.0.tgz",
"integrity": "sha512-Pc/AFTdwZwEKJxFJvlxrSmGe/di+aAOBn60sremrpLo6VI/6cmiUYNNwlI5KNYttg7uypzA3ILPMPgxB2GYZEg=="
},
"node_modules/@replit/codemirror-emacs": {
"version": "6.0.0",
"resolved": "git+ssh://git@github.com/overleaf/codemirror-emacs.git#08370ec61411bdb60a83012293076781a5fdc0f5",
"integrity": "sha512-WoHb01Fw9062fNz/NemsDi/RLgwlZoX6wzgl7t0XwbwCWLh6srDwA2tHe2ttUmHjC83Ft0+NIKn4g5Q0BkY9zw==",
"license": "MIT",
"peerDependencies": {
"@codemirror/autocomplete": "^6.0.2",
"@codemirror/commands": "^6.0.0",
"@codemirror/search": "^6.0.0",
"@codemirror/state": "^6.0.1",
"@codemirror/view": "^6.3.0"
}
},
"node_modules/@replit/codemirror-vim": {
"version": "6.0.2",
"resolved": "git+ssh://git@github.com/overleaf/codemirror-vim.git#60a264e12bb0e1eccf8d16b760371949f69cedb9",
@ -38612,7 +38625,7 @@
"@pollyjs/core": "^4.2.1",
"@pollyjs/persister-fs": "^4.2.1",
"@reach/tabs": "^0.15.0",
"@replit/codemirror-emacs": "overleaf/codemirror-emacs#8640addc01bbe99fec0144993d012b6dfc57d6e2",
"@replit/codemirror-emacs": "overleaf/codemirror-emacs#08370ec61411bdb60a83012293076781a5fdc0f5",
"@replit/codemirror-vim": "overleaf/codemirror-vim#60a264e12bb0e1eccf8d16b760371949f69cedb9",
"@sentry/browser": "^7.8.1",
"@uppy/core": "^1.15.0",
@ -38909,19 +38922,6 @@
"@opentelemetry/api": ">=1.0.0 <1.3.0"
}
},
"services/web/node_modules/@replit/codemirror-emacs": {
"version": "6.0.0",
"resolved": "git+ssh://git@github.com/overleaf/codemirror-emacs.git#8640addc01bbe99fec0144993d012b6dfc57d6e2",
"integrity": "sha512-qtSe/u/3zai4G2bSwpL7DTfZK/uHViCiAcokqOe+FXKhCLHtrzs5VVgpMwK1JUHLwxo0lpSB4Hkz3epP6K2axw==",
"license": "MIT",
"peerDependencies": {
"@codemirror/autocomplete": "^6.0.2",
"@codemirror/commands": "^6.0.0",
"@codemirror/search": "^6.0.0",
"@codemirror/state": "^6.0.1",
"@codemirror/view": "^6.3.0"
}
},
"services/web/node_modules/@sinonjs/formatio": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/@sinonjs/formatio/-/formatio-3.2.2.tgz",
@ -48722,7 +48722,7 @@
"@pollyjs/core": "^4.2.1",
"@pollyjs/persister-fs": "^4.2.1",
"@reach/tabs": "^0.15.0",
"@replit/codemirror-emacs": "overleaf/codemirror-emacs#8640addc01bbe99fec0144993d012b6dfc57d6e2",
"@replit/codemirror-emacs": "overleaf/codemirror-emacs#08370ec61411bdb60a83012293076781a5fdc0f5",
"@replit/codemirror-vim": "overleaf/codemirror-vim#60a264e12bb0e1eccf8d16b760371949f69cedb9",
"@sentry/browser": "^7.8.1",
"@testing-library/cypress": "^8.0.3",
@ -48990,12 +48990,6 @@
"@opentelemetry/semantic-conventions": "1.7.0"
}
},
"@replit/codemirror-emacs": {
"version": "git+ssh://git@github.com/overleaf/codemirror-emacs.git#8640addc01bbe99fec0144993d012b6dfc57d6e2",
"integrity": "sha512-qtSe/u/3zai4G2bSwpL7DTfZK/uHViCiAcokqOe+FXKhCLHtrzs5VVgpMwK1JUHLwxo0lpSB4Hkz3epP6K2axw==",
"from": "@replit/codemirror-emacs@overleaf/codemirror-emacs#8640addc01bbe99fec0144993d012b6dfc57d6e2",
"requires": {}
},
"@sinonjs/formatio": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/@sinonjs/formatio/-/formatio-3.2.2.tgz",
@ -50686,6 +50680,12 @@
"resolved": "https://registry.npmjs.org/@react-dnd/shallowequal/-/shallowequal-2.0.0.tgz",
"integrity": "sha512-Pc/AFTdwZwEKJxFJvlxrSmGe/di+aAOBn60sremrpLo6VI/6cmiUYNNwlI5KNYttg7uypzA3ILPMPgxB2GYZEg=="
},
"@replit/codemirror-emacs": {
"version": "git+ssh://git@github.com/overleaf/codemirror-emacs.git#08370ec61411bdb60a83012293076781a5fdc0f5",
"integrity": "sha512-WoHb01Fw9062fNz/NemsDi/RLgwlZoX6wzgl7t0XwbwCWLh6srDwA2tHe2ttUmHjC83Ft0+NIKn4g5Q0BkY9zw==",
"from": "@replit/codemirror-emacs@overleaf/codemirror-emacs#08370ec61411bdb60a83012293076781a5fdc0f5",
"requires": {}
},
"@replit/codemirror-vim": {
"version": "git+ssh://git@github.com/overleaf/codemirror-vim.git#60a264e12bb0e1eccf8d16b760371949f69cedb9",
"integrity": "sha512-oN8uVuJ9+4X4QppW3zD01iKbxN+5JYdfs7ni8QSomQqI+sHGsLy9tts16ttve3fVhn75xt28Z2m73ml9s0ygBQ==",

View file

@ -108,7 +108,7 @@
"@pollyjs/core": "^4.2.1",
"@pollyjs/persister-fs": "^4.2.1",
"@reach/tabs": "^0.15.0",
"@replit/codemirror-emacs": "overleaf/codemirror-emacs#8640addc01bbe99fec0144993d012b6dfc57d6e2",
"@replit/codemirror-emacs": "overleaf/codemirror-emacs#08370ec61411bdb60a83012293076781a5fdc0f5",
"@replit/codemirror-vim": "overleaf/codemirror-vim#60a264e12bb0e1eccf8d16b760371949f69cedb9",
"@sentry/browser": "^7.8.1",
"@uppy/core": "^1.15.0",