Merge pull request #11732 from overleaf/td-remove-cm6-indentation-markers

[cm6] Remove indentation markers for now

GitOrigin-RevId: 0281abf1dc27a68ce41e99e1ebd5f00266b1e362
This commit is contained in:
Tim Down 2023-02-08 15:18:24 +00:00 committed by Copybot
parent af96eb6941
commit 1a4011fb61
2 changed files with 0 additions and 20 deletions

19
package-lock.json generated
View file

@ -7583,17 +7583,6 @@
"@codemirror/view": "^6.3.0"
}
},
"node_modules/@replit/codemirror-indentation-markers": {
"version": "6.1.0",
"resolved": "git+ssh://git@github.com/overleaf/codemirror-indentation-markers.git#fcbd6c381cc53a7a489cf53ef58e706ffe1ea70d",
"integrity": "sha512-vlzCiXrOCVoYqaLWh2yUbMZWXmWhucsOIovc4pf09AyapO+/egJ6BcugwXiOmhzRL4JLH0WmAQsuAo4P11OXUQ==",
"license": "MIT",
"peerDependencies": {
"@codemirror/language": "^6.0.0",
"@codemirror/state": "^6.0.0",
"@codemirror/view": "^6.0.0"
}
},
"node_modules/@replit/codemirror-vim": {
"version": "6.0.4",
"resolved": "git+ssh://git@github.com/overleaf/codemirror-vim.git#77876ac3390f5a6642e04348c0afbe9f0878ec25",
@ -34424,7 +34413,6 @@
"@pollyjs/persister-fs": "^4.2.1",
"@reach/tabs": "^0.15.0",
"@replit/codemirror-emacs": "overleaf/codemirror-emacs#3f235870d4fa83069df855d6588569865c31e220",
"@replit/codemirror-indentation-markers": "overleaf/codemirror-indentation-markers#fcbd6c381cc53a7a489cf53ef58e706ffe1ea70d",
"@replit/codemirror-vim": "overleaf/codemirror-vim#77876ac3390f5a6642e04348c0afbe9f0878ec25",
"@sentry/browser": "^7.8.1",
"@uppy/core": "^1.15.0",
@ -43573,7 +43561,6 @@
"@pollyjs/persister-fs": "^4.2.1",
"@reach/tabs": "^0.15.0",
"@replit/codemirror-emacs": "overleaf/codemirror-emacs#3f235870d4fa83069df855d6588569865c31e220",
"@replit/codemirror-indentation-markers": "overleaf/codemirror-indentation-markers#fcbd6c381cc53a7a489cf53ef58e706ffe1ea70d",
"@replit/codemirror-vim": "overleaf/codemirror-vim#77876ac3390f5a6642e04348c0afbe9f0878ec25",
"@sentry/browser": "^7.8.1",
"@testing-library/cypress": "^9.0.0",
@ -45692,12 +45679,6 @@
"from": "@replit/codemirror-emacs@overleaf/codemirror-emacs#3f235870d4fa83069df855d6588569865c31e220",
"requires": {}
},
"@replit/codemirror-indentation-markers": {
"version": "git+ssh://git@github.com/overleaf/codemirror-indentation-markers.git#fcbd6c381cc53a7a489cf53ef58e706ffe1ea70d",
"integrity": "sha512-vlzCiXrOCVoYqaLWh2yUbMZWXmWhucsOIovc4pf09AyapO+/egJ6BcugwXiOmhzRL4JLH0WmAQsuAo4P11OXUQ==",
"from": "@replit/codemirror-indentation-markers@overleaf/codemirror-indentation-markers#fcbd6c381cc53a7a489cf53ef58e706ffe1ea70d",
"requires": {}
},
"@replit/codemirror-vim": {
"version": "git+ssh://git@github.com/overleaf/codemirror-vim.git#77876ac3390f5a6642e04348c0afbe9f0878ec25",
"integrity": "sha512-RgUkjOul+ReaCOj6SxCtIviKjJGDn7h15bODIClN/oFwaOwhTjelTlIReY1t5tlYEwkp5SFBL04PaSZLJp1sSQ==",

View file

@ -113,7 +113,6 @@
"@reach/tabs": "^0.15.0",
"@replit/codemirror-emacs": "overleaf/codemirror-emacs#3f235870d4fa83069df855d6588569865c31e220",
"@replit/codemirror-vim": "overleaf/codemirror-vim#77876ac3390f5a6642e04348c0afbe9f0878ec25",
"@replit/codemirror-indentation-markers": "overleaf/codemirror-indentation-markers#fcbd6c381cc53a7a489cf53ef58e706ffe1ea70d",
"@sentry/browser": "^7.8.1",
"@uppy/core": "^1.15.0",
"@uppy/dashboard": "^1.11.0",