Use Hunspell for client-side spellchecking (#20286)

GitOrigin-RevId: c4d0d9e06fe0cc9d7cb7a058fd0768eb024e44f5
This commit is contained in:
Alf Eaton
2024-10-02 09:25:02 +01:00
committed by Copybot
parent 2c4789c852
commit 8fc2ece82a
40 changed files with 5391 additions and 514 deletions

11
package-lock.json generated
View File

@@ -8371,6 +8371,11 @@
"resolved": "services/contacts",
"link": true
},
"node_modules/@overleaf/dictionaries": {
"version": "0.0.2",
"resolved": "https://github.com/overleaf/dictionaries/archive/refs/tags/v0.0.2.tar.gz",
"integrity": "sha512-p8QJhmQcZ33PEPe0Lqi7NfFkA9IbZNOvlPk3URKFTeb3qAHW+s5+U9qEnHp1s3xr7ZOgu6D5YPK0fRNOE9+zmg=="
},
"node_modules/@overleaf/docstore": {
"resolved": "services/docstore",
"link": true
@@ -43751,6 +43756,7 @@
"@node-oauth/oauth2-server": "^5.1.0",
"@node-saml/passport-saml": "^4.0.4",
"@overleaf/access-token-encryptor": "*",
"@overleaf/dictionaries": "https://github.com/overleaf/dictionaries/archive/refs/tags/v0.0.2.tar.gz",
"@overleaf/fetch-utils": "*",
"@overleaf/logger": "*",
"@overleaf/metrics": "*",
@@ -51353,6 +51359,10 @@
}
}
},
"@overleaf/dictionaries": {
"version": "https://github.com/overleaf/dictionaries/archive/refs/tags/v0.0.2.tar.gz",
"integrity": "sha512-p8QJhmQcZ33PEPe0Lqi7NfFkA9IbZNOvlPk3URKFTeb3qAHW+s5+U9qEnHp1s3xr7ZOgu6D5YPK0fRNOE9+zmg=="
},
"@overleaf/docstore": {
"version": "file:services/docstore",
"requires": {
@@ -52361,6 +52371,7 @@
"@opentelemetry/semantic-conventions": "^1.15.2",
"@overleaf/access-token-encryptor": "*",
"@overleaf/codemirror-tree-view": "^0.1.3",
"@overleaf/dictionaries": "https://github.com/overleaf/dictionaries/archive/refs/tags/v0.0.2.tar.gz",
"@overleaf/fetch-utils": "*",
"@overleaf/logger": "*",
"@overleaf/metrics": "*",