Fixed ueberdb2 build. (#6533)

This commit is contained in:
SamTV12345 2024-07-22 21:28:52 +02:00 committed by GitHub
parent 2f41b1b278
commit 8a1a03eca1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 336 additions and 181 deletions

View file

@ -46,7 +46,7 @@
"http-errors": "^2.0.0",
"jose": "^5.6.3",
"js-cookie": "^3.0.5",
"jsdom": "^24.1.0",
"jsdom": "^24.1.1",
"jsonminify": "0.4.2",
"jsonwebtoken": "^9.0.2",
"languages4translatewiki": "0.1.3",
@ -71,7 +71,7 @@
"threads": "^1.7.0",
"tinycon": "0.6.8",
"tsx": "4.16.2",
"ueberdb2": "^4.2.84",
"ueberdb2": "^4.2.85",
"underscore": "1.13.6",
"unorm": "1.6.0",
"wtfnode": "^0.9.3"
@ -81,7 +81,7 @@
"etherpad-lite": "node/server.ts"
},
"devDependencies": {
"@playwright/test": "^1.45.2",
"@playwright/test": "^1.45.3",
"@types/async": "^3.2.24",
"@types/express": "^4.17.21",
"@types/formidable": "^3.4.5",
@ -100,7 +100,7 @@
"eslint": "^9.7.0",
"eslint-config-etherpad": "^4.0.4",
"etherpad-cli-client": "^3.0.2",
"mocha": "^10.6.0",
"mocha": "^10.7.0",
"mocha-froth": "^0.2.10",
"nodeify": "^1.0.1",
"openapi-schema-validation": "^0.4.2",