This commit is contained in:
dependabot[bot] 2025-04-25 15:23:25 +00:00 committed by GitHub
commit 392ec08bc0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 660 additions and 359 deletions

View file

@ -14,27 +14,27 @@
"@radix-ui/react-switch": "^1.1.4" "@radix-ui/react-switch": "^1.1.4"
}, },
"devDependencies": { "devDependencies": {
"@radix-ui/react-dialog": "^1.1.7", "@radix-ui/react-dialog": "^1.1.11",
"@radix-ui/react-toast": "^1.2.7", "@radix-ui/react-toast": "^1.2.11",
"@types/react": "^19.1.2", "@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2", "@types/react-dom": "^19.1.2",
"@typescript-eslint/eslint-plugin": "^8.30.1", "@typescript-eslint/eslint-plugin": "^8.31.0",
"@typescript-eslint/parser": "^8.30.1", "@typescript-eslint/parser": "^8.31.0",
"@vitejs/plugin-react-swc": "^3.9.0", "@vitejs/plugin-react-swc": "^3.9.0",
"eslint": "^9.23.0", "eslint": "^9.25.1",
"eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19", "eslint-plugin-react-refresh": "^0.4.20",
"i18next": "^25.0.0", "i18next": "^25.0.1",
"i18next-browser-languagedetector": "^8.0.5", "i18next-browser-languagedetector": "^8.0.5",
"lucide-react": "^0.501.0", "lucide-react": "^0.503.0",
"react": "^19.1.0", "react": "^19.1.0",
"react-dom": "^19.1.0", "react-dom": "^19.1.0",
"react-hook-form": "^7.55.0", "react-hook-form": "^7.56.1",
"react-i18next": "^15.4.1", "react-i18next": "^15.5.1",
"react-router-dom": "^7.5.1", "react-router-dom": "^7.5.2",
"socket.io-client": "^4.8.1", "socket.io-client": "^4.8.1",
"typescript": "^5.8.2", "typescript": "^5.8.2",
"vite": "^6.3.2", "vite": "^6.3.3",
"vite-plugin-static-copy": "^2.3.1", "vite-plugin-static-copy": "^2.3.1",
"vite-plugin-svgr": "^4.3.0", "vite-plugin-svgr": "^4.3.0",
"zustand": "^5.0.3" "zustand": "^5.0.3"

View file

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

985
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff

View file

@ -94,7 +94,7 @@
"@types/jsonwebtoken": "^9.0.9", "@types/jsonwebtoken": "^9.0.9",
"@types/mime-types": "^2.1.4", "@types/mime-types": "^2.1.4",
"@types/mocha": "^10.0.9", "@types/mocha": "^10.0.9",
"@types/node": "^22.14.1", "@types/node": "^22.15.2",
"@types/oidc-provider": "^8.8.1", "@types/oidc-provider": "^8.8.1",
"@types/semver": "^7.7.0", "@types/semver": "^7.7.0",
"@types/sinon": "^17.0.3", "@types/sinon": "^17.0.3",
@ -103,7 +103,7 @@
"@types/underscore": "^1.13.0", "@types/underscore": "^1.13.0",
"@types/whatwg-mimetype": "^3.0.2", "@types/whatwg-mimetype": "^3.0.2",
"chokidar": "^4.0.3", "chokidar": "^4.0.3",
"eslint": "^9.23.0", "eslint": "^9.25.1",
"eslint-config-etherpad": "^4.0.4", "eslint-config-etherpad": "^4.0.4",
"etherpad-cli-client": "^3.0.2", "etherpad-cli-client": "^3.0.2",
"mocha": "^11.1.0", "mocha": "^11.1.0",
@ -115,7 +115,7 @@
"split-grid": "^1.0.11", "split-grid": "^1.0.11",
"supertest": "^7.1.0", "supertest": "^7.1.0",
"typescript": "^5.8.2", "typescript": "^5.8.2",
"vitest": "^3.1.1" "vitest": "^3.1.2"
}, },
"engines": { "engines": {
"node": ">=18.18.2", "node": ">=18.18.2",

View file

@ -12,6 +12,6 @@
"devDependencies": { "devDependencies": {
"ep_etherpad-lite": "workspace:../src", "ep_etherpad-lite": "workspace:../src",
"typescript": "^5.8.2", "typescript": "^5.8.2",
"vite": "^6.3.2" "vite": "^6.3.3"
} }
} }