mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
Merge pull request #13674 from overleaf/mj-translations-fix
[web] Update dependency for OneSky translations GitOrigin-RevId: 217ab41186a0edf5a6dd56ce6b87c9f3c4e8690e
This commit is contained in:
committed by
Copybot
parent
aba9d9c352
commit
8918b93e80
+6
-6
@@ -5,16 +5,16 @@
|
||||
"packages": {
|
||||
"": {
|
||||
"dependencies": {
|
||||
"@brainly/onesky-utils": "https://github.com/overleaf/nodejs-onesky-utils/archive/jpa-upstream-pr-43.tar.gz",
|
||||
"@brainly/onesky-utils": "https://github.com/overleaf/nodejs-onesky-utils/archive/main.tar.gz",
|
||||
"node-fetch": "^2.6.7",
|
||||
"sanitize-html": "^2.7.0",
|
||||
"yargs": "^17.7.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@brainly/onesky-utils": {
|
||||
"version": "1.4.0",
|
||||
"resolved": "https://github.com/overleaf/nodejs-onesky-utils/archive/jpa-upstream-pr-43.tar.gz",
|
||||
"integrity": "sha512-kmA0+M1htZVjJrRU2TzWYVrRXSPiZAElKLGxAqhBa1llQj+OqBb7W7t5gDMPdP9Q0mXIgjmaCs6hlPl3awUOEw==",
|
||||
"version": "1.4.2",
|
||||
"resolved": "https://github.com/overleaf/nodejs-onesky-utils/archive/main.tar.gz",
|
||||
"integrity": "sha512-B4mNrHXvR7ZHf2we+dtGa8ME/8rqHWWM5m05LzcpVAUpIQTxFL+vPsBzis7grVu5TgXlII481stj/68+YIRgPA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"md5": "^2.0.0",
|
||||
@@ -901,8 +901,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@brainly/onesky-utils": {
|
||||
"version": "https://github.com/overleaf/nodejs-onesky-utils/archive/jpa-upstream-pr-43.tar.gz",
|
||||
"integrity": "sha512-kmA0+M1htZVjJrRU2TzWYVrRXSPiZAElKLGxAqhBa1llQj+OqBb7W7t5gDMPdP9Q0mXIgjmaCs6hlPl3awUOEw==",
|
||||
"version": "https://github.com/overleaf/nodejs-onesky-utils/archive/main.tar.gz",
|
||||
"integrity": "sha512-B4mNrHXvR7ZHf2we+dtGa8ME/8rqHWWM5m05LzcpVAUpIQTxFL+vPsBzis7grVu5TgXlII481stj/68+YIRgPA==",
|
||||
"requires": {
|
||||
"md5": "^2.0.0",
|
||||
"request": "^2.88.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"@brainly/onesky-utils": "https://github.com/overleaf/nodejs-onesky-utils/archive/jpa-upstream-pr-43.tar.gz",
|
||||
"@brainly/onesky-utils": "https://github.com/overleaf/nodejs-onesky-utils/archive/main.tar.gz",
|
||||
"node-fetch": "^2.6.7",
|
||||
"sanitize-html": "^2.7.0",
|
||||
"yargs": "^17.7.2"
|
||||
|
||||
Reference in New Issue
Block a user