mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #8040 from overleaf/jk-cm6-upgrade-lezer-lr
[web] CM6: Fix document environment fold GitOrigin-RevId: 9e4261b1f20d9a1075f014d7f39a4e629c7bb7aa
This commit is contained in:
parent
5a1ff8149d
commit
233469b233
2 changed files with 9 additions and 6 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -4138,9 +4138,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@lezer/lr": {
|
||||
"version": "0.16.2",
|
||||
"resolved": "https://registry.npmjs.org/@lezer/lr/-/lr-0.16.2.tgz",
|
||||
"integrity": "sha512-bx7kkp4eLOzp+YclKMOx1P0OzWRH/6Y3EdEvsHC+rhsc7H72GvccwlKfuXlWkiKjnmzlxLTFxsNjA8v+Yj75mQ==",
|
||||
"version": "0.16.3",
|
||||
"resolved": "https://registry.npmjs.org/@lezer/lr/-/lr-0.16.3.tgz",
|
||||
"integrity": "sha512-pau7um4eAw94BEuuShUIeQDTf3k4Wt6oIUOYxMmkZgDHdqtIcxWND4LRxi8nI9KuT4I1bXQv67BCapkxt7Ywqw==",
|
||||
"dependencies": {
|
||||
"@lezer/common": "^0.16.0"
|
||||
}
|
||||
|
@ -35006,6 +35006,7 @@
|
|||
"@codemirror/state": "^0.20.0",
|
||||
"@codemirror/view": "^0.20.2",
|
||||
"@lezer/highlight": "^0.16.0",
|
||||
"@lezer/lr": "^0.16.3",
|
||||
"@overleaf/logger": "^3.1.0",
|
||||
"@overleaf/metrics": "^4.0.0",
|
||||
"@overleaf/o-error": "^3.4.0",
|
||||
|
@ -39656,9 +39657,9 @@
|
|||
}
|
||||
},
|
||||
"@lezer/lr": {
|
||||
"version": "0.16.2",
|
||||
"resolved": "https://registry.npmjs.org/@lezer/lr/-/lr-0.16.2.tgz",
|
||||
"integrity": "sha512-bx7kkp4eLOzp+YclKMOx1P0OzWRH/6Y3EdEvsHC+rhsc7H72GvccwlKfuXlWkiKjnmzlxLTFxsNjA8v+Yj75mQ==",
|
||||
"version": "0.16.3",
|
||||
"resolved": "https://registry.npmjs.org/@lezer/lr/-/lr-0.16.3.tgz",
|
||||
"integrity": "sha512-pau7um4eAw94BEuuShUIeQDTf3k4Wt6oIUOYxMmkZgDHdqtIcxWND4LRxi8nI9KuT4I1bXQv67BCapkxt7Ywqw==",
|
||||
"requires": {
|
||||
"@lezer/common": "^0.16.0"
|
||||
}
|
||||
|
@ -42721,6 +42722,7 @@
|
|||
"@cypress/webpack-preprocessor": "^5.11.1",
|
||||
"@juggle/resize-observer": "^3.3.1",
|
||||
"@lezer/highlight": "^0.16.0",
|
||||
"@lezer/lr": "0.16.3",
|
||||
"@overleaf/logger": "^3.1.0",
|
||||
"@overleaf/metrics": "^4.0.0",
|
||||
"@overleaf/o-error": "^3.4.0",
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
"@codemirror/state": "^0.20.0",
|
||||
"@codemirror/view": "^0.20.2",
|
||||
"@lezer/highlight": "^0.16.0",
|
||||
"@lezer/lr": "^0.16.3",
|
||||
"@overleaf/logger": "^3.1.0",
|
||||
"@overleaf/metrics": "^4.0.0",
|
||||
"@overleaf/o-error": "^3.4.0",
|
||||
|
|
Loading…
Reference in a new issue