mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #7659 from overleaf/ae-upgrade-codemirror
Upgrade CodeMirror 6 to v0.20.0 GitOrigin-RevId: 603f914cf7e4063231a1c0ed94ea0429dfe6d90c
This commit is contained in:
parent
37218bce59
commit
c380eef9fb
2 changed files with 275 additions and 585 deletions
828
package-lock.json
generated
828
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -47,25 +47,15 @@
|
|||
"@babel/preset-env": "^7.14.5",
|
||||
"@babel/preset-react": "^7.14.5",
|
||||
"@babel/preset-typescript": "^7.16.0",
|
||||
"@codemirror/autocomplete": "^0.19.13",
|
||||
"@codemirror/closebrackets": "^0.19.1",
|
||||
"@codemirror/commands": "^0.19.8",
|
||||
"@codemirror/comment": "^0.19.1",
|
||||
"@codemirror/fold": "^0.19.3",
|
||||
"@codemirror/gutter": "^0.19.9",
|
||||
"@codemirror/highlight": "^0.19.7",
|
||||
"@codemirror/history": "^0.19.2",
|
||||
"@codemirror/lang-markdown": "^0.19.6",
|
||||
"@codemirror/language": "^0.19.8",
|
||||
"@codemirror/lint": "^0.19.6",
|
||||
"@codemirror/matchbrackets": "^0.19.4",
|
||||
"@codemirror/rangeset": "^0.19.8",
|
||||
"@codemirror/rectangular-selection": "^0.19.1",
|
||||
"@codemirror/search": "^0.19.9",
|
||||
"@codemirror/state": "^0.19.9",
|
||||
"@codemirror/stream-parser": "^0.19.7",
|
||||
"@codemirror/tooltip": "^0.19.16",
|
||||
"@codemirror/view": "^0.19.46",
|
||||
"@codemirror/autocomplete": "^0.20.0",
|
||||
"@codemirror/commands": "^0.20.0",
|
||||
"@codemirror/lang-markdown": "^0.20.0",
|
||||
"@codemirror/language": "^0.20.0",
|
||||
"@codemirror/lint": "^0.20.1",
|
||||
"@codemirror/search": "^0.20.1",
|
||||
"@codemirror/state": "^0.20.0",
|
||||
"@codemirror/view": "^0.20.2",
|
||||
"@lezer/highlight": "^0.16.0",
|
||||
"@overleaf/logger": "^3.1.0",
|
||||
"@overleaf/metrics": "^4.0.0",
|
||||
"@overleaf/o-error": "^3.4.0",
|
||||
|
@ -76,8 +66,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",
|
||||
"@replit/codemirror-emacs": "^0.20.0",
|
||||
"@replit/codemirror-vim": "^0.20.0",
|
||||
"@sentry/browser": "^6.3.5",
|
||||
"@uppy/core": "^1.15.0",
|
||||
"@uppy/dashboard": "^1.11.0",
|
||||
|
|
Loading…
Reference in a new issue