This commit is contained in:
dependabot[bot] 2025-06-11 15:55:59 +00:00 committed by GitHub
commit be1e394d37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 778 additions and 929 deletions

View file

@ -14,29 +14,29 @@
"@radix-ui/react-switch": "^1.2.4"
},
"devDependencies": {
"@radix-ui/react-dialog": "^1.1.11",
"@radix-ui/react-toast": "^1.2.11",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.3",
"@typescript-eslint/eslint-plugin": "^8.31.1",
"@typescript-eslint/parser": "^8.31.1",
"@vitejs/plugin-react-swc": "^3.9.0",
"eslint": "^9.26.0",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-toast": "^1.2.14",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@typescript-eslint/eslint-plugin": "^8.34.0",
"@typescript-eslint/parser": "^8.34.0",
"@vitejs/plugin-react-swc": "^3.10.2",
"eslint": "^9.28.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"i18next": "^25.0.2",
"i18next-browser-languagedetector": "^8.1.0",
"lucide-react": "^0.507.0",
"i18next": "^25.2.1",
"i18next-browser-languagedetector": "^8.2.0",
"lucide-react": "^0.514.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.56.2",
"react-i18next": "^15.5.1",
"react-router-dom": "^7.5.3",
"react-hook-form": "^7.57.0",
"react-i18next": "^15.5.2",
"react-router-dom": "^7.6.2",
"socket.io-client": "^4.8.1",
"typescript": "^5.8.2",
"vite": "^6.3.5",
"vite-plugin-static-copy": "^2.3.1",
"vite-plugin-static-copy": "^3.0.0",
"vite-plugin-svgr": "^4.3.0",
"zustand": "^5.0.4"
"zustand": "^5.0.5"
}
}

View file

@ -15,7 +15,7 @@
"ueberdb2": "^5.0.6"
},
"devDependencies": {
"@types/node": "^22.15.3",
"@types/node": "^24.0.0",
"@types/semver": "^7.7.0",
"typescript": "^5.8.2"
},

1657
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff

View file

@ -83,18 +83,18 @@
"etherpad-lite": "node/server.ts"
},
"devDependencies": {
"@playwright/test": "^1.52.0",
"@playwright/test": "^1.53.0",
"@types/async": "^3.2.24",
"@types/express": "^4.17.21",
"@types/formidable": "^3.4.5",
"@types/http-errors": "^2.0.4",
"@types/http-errors": "^2.0.5",
"@types/jquery": "^3.5.32",
"@types/js-cookie": "^3.0.6",
"@types/jsdom": "^21.1.7",
"@types/jsonwebtoken": "^9.0.9",
"@types/mime-types": "^2.1.4",
"@types/mime-types": "^3.0.1",
"@types/mocha": "^10.0.9",
"@types/node": "^22.15.3",
"@types/node": "^24.0.0",
"@types/oidc-provider": "^8.8.1",
"@types/semver": "^7.7.0",
"@types/sinon": "^17.0.3",
@ -103,19 +103,19 @@
"@types/underscore": "^1.13.0",
"@types/whatwg-mimetype": "^3.0.2",
"chokidar": "^4.0.3",
"eslint": "^9.26.0",
"eslint": "^9.28.0",
"eslint-config-etherpad": "^4.0.4",
"etherpad-cli-client": "^3.0.2",
"mocha": "^11.2.2",
"mocha": "^11.6.0",
"mocha-froth": "^0.2.10",
"nodeify": "^1.0.1",
"openapi-schema-validation": "^0.4.2",
"set-cookie-parser": "^2.7.1",
"sinon": "^20.0.0",
"split-grid": "^1.0.11",
"supertest": "^7.1.0",
"supertest": "^7.1.1",
"typescript": "^5.8.2",
"vitest": "^3.1.3"
"vitest": "^3.2.3"
},
"engines": {
"node": ">=18.18.2",