mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #18200 from overleaf/ae-autocomplete
Fix commit for `@codemirror.autocomplete` dependency GitOrigin-RevId: 90d5df123500214edf4d798c67c28902882a9fa9
This commit is contained in:
parent
5f2ace2ad2
commit
0d00d34e1e
1 changed files with 3 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -3271,9 +3271,8 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/@codemirror/autocomplete": {
|
||||
"version": "6.10.2",
|
||||
"resolved": "git+ssh://git@github.com/overleaf/codemirror-autocomplete.git#dd201694c0ce7efa1777ef21d0dbe862dcefd338",
|
||||
"integrity": "sha512-QauPciJyxC1xT8vMZFs/OhaaV7Nqq1Nfj3YLFQbyTkxhsyK69vz2wdiZ+63sWcBT3crZf53NPPhiK2ZxyQaMxQ==",
|
||||
"version": "6.12.0",
|
||||
"resolved": "git+ssh://git@github.com/overleaf/codemirror-autocomplete.git#51ba3679f062cd0d216095bc1dc0b0cf64576939",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
@ -47632,8 +47631,7 @@
|
|||
"dev": true
|
||||
},
|
||||
"@codemirror/autocomplete": {
|
||||
"version": "git+ssh://git@github.com/overleaf/codemirror-autocomplete.git#dd201694c0ce7efa1777ef21d0dbe862dcefd338",
|
||||
"integrity": "sha512-QauPciJyxC1xT8vMZFs/OhaaV7Nqq1Nfj3YLFQbyTkxhsyK69vz2wdiZ+63sWcBT3crZf53NPPhiK2ZxyQaMxQ==",
|
||||
"version": "git+ssh://git@github.com/overleaf/codemirror-autocomplete.git#51ba3679f062cd0d216095bc1dc0b0cf64576939",
|
||||
"dev": true,
|
||||
"from": "@codemirror/autocomplete@github:overleaf/codemirror-autocomplete#v6.12.0-overleaf-1",
|
||||
"requires": {
|
||||
|
|
Loading…
Reference in a new issue