Fix/pnpm lock (#6230)

* Updated server socket io version to 4.

* Removed old pnpm locks.
This commit is contained in:
SamTV12345 2024-03-15 23:05:25 +01:00 committed by GitHub
parent aa5deddf3f
commit b2f17cc0a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2316 additions and 1176 deletions

1
.gitignore vendored
View file

@ -23,7 +23,6 @@ out/
/src/bin/etherpad-1.deb
/src/bin/node.exe
plugin_packages
pnpm-lock.yaml
/src/templates/admin
/src/test-results
playwright-report

File diff suppressed because it is too large Load diff

View file

@ -91,7 +91,7 @@
"@types/underscore": "^1.11.15",
"eslint": "^8.57.0",
"eslint-config-etherpad": "^3.0.22",
"etherpad-cli-client": "^3.0.1",
"etherpad-cli-client": "^3.0.2",
"mocha": "^10.3.0",
"mocha-froth": "^0.2.10",
"nodeify": "^1.0.1",