-
- Téléchargements
Update yarn.lock and fix Docker builds (#825)
* Update yarn.lock * Dockerfile: Install python3 and add git:// workaround for github.com * CI: Apply git config to fix fetching from Github * Upgrade matrix-appservice-bridge to v5.0.0; requires Node.js 16+
parent
7d77e6d6
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Affichage de
changelog.d/825.removal
0 → 100644
... | ... | @@ -5,7 +5,7 @@ |
"main": "discordas.js", | ||
"engines": { | ||
"npm": "please-use-yarn", | ||
"node": "14.x - 18.x" | ||
"node": ">=16 <=18" | ||
}, | ||
"scripts": { | ||
"test": "mocha -r ts-node/register test/config.ts test/test_*.ts test/**/test_*.ts", | ||
... | ... | @@ -48,7 +48,7 @@ |
"escape-string-regexp": "^4.0.0", | ||
"js-yaml": "^3.14.0", | ||
"marked": "^1.2.2", | ||
"matrix-appservice-bridge": "^3.1.0", | ||
"matrix-appservice-bridge": "^5.0.0", | ||
"matrix-discord-parser": "0.1.5", | ||
"mime": "^2.4.6", | ||
"node-html-parser": "^1.2.19", | ||
... | ... |
Ce diff est replié.
Veuillez vous inscrire ou vous se connecter pour commenter