mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-07-18 17:13:58 +00:00
Bumps the dev-dependencies group with 3 updates in the / directory: [eslint](https://github.com/eslint/eslint), [set-cookie-parser](https://github.com/nfriedly/set-cookie-parser) and [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react). Updates `eslint` from 10.6.0 to 10.7.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v10.6.0...v10.7.0) Updates `set-cookie-parser` from 3.1.1 to 3.1.2 - [Changelog](https://github.com/nfriedly/set-cookie-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/nfriedly/set-cookie-parser/compare/v3.1.1...v3.1.2) Updates `lucide-react` from 1.23.0 to 1.24.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.24.0/packages/lucide-react) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: set-cookie-parser dependency-version: 3.1.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: lucide-react dependency-version: 1.24.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
53 lines
1.8 KiB
JSON
53 lines
1.8 KiB
JSON
{
|
|
"name": "admin",
|
|
"private": true,
|
|
"version": "3.3.2",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "pnpm gen:api && vite",
|
|
"dev:only": "vite",
|
|
"gen:api": "node scripts/gen-api.mjs",
|
|
"build": "pnpm gen:api && tsc && vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"build-copy": "pnpm gen:api && tsc && vite build --outDir ../src/templates/admin --emptyOutDir",
|
|
"preview": "vite preview",
|
|
"test": "pnpm gen:api && tsx --test 'src/**/__tests__/*.test.ts' 'src/**/__tests__/*.test.tsx'"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-switch": "^1.3.3",
|
|
"@tanstack/react-query": "^5.101.2",
|
|
"@tanstack/react-query-devtools": "^5.101.2",
|
|
"jsonc-parser": "^3.3.1",
|
|
"openapi-fetch": "^0.17.0",
|
|
"openapi-react-query": "^0.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"@radix-ui/react-dialog": "^1.1.19",
|
|
"@radix-ui/react-toast": "^1.2.19",
|
|
"@radix-ui/react-visually-hidden": "^1.2.7",
|
|
"@types/react": "^19.2.17",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@typescript-eslint/eslint-plugin": "^8.63.0",
|
|
"@typescript-eslint/parser": "^8.63.0",
|
|
"@vitejs/plugin-react": "^6.0.3",
|
|
"babel-plugin-react-compiler": "19.1.0-rc.3",
|
|
"eslint": "^10.7.0",
|
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
"eslint-plugin-react-refresh": "^0.5.3",
|
|
"i18next": "^26.3.6",
|
|
"i18next-browser-languagedetector": "^8.2.1",
|
|
"lucide-react": "^1.24.0",
|
|
"openapi-typescript": "^7.13.0",
|
|
"react": "^19.2.7",
|
|
"react-dom": "^19.2.7",
|
|
"react-hook-form": "^7.81.0",
|
|
"react-i18next": "^17.0.9",
|
|
"react-router-dom": "^7.18.1",
|
|
"socket.io-client": "^4.8.3",
|
|
"tsx": "^4.23.0",
|
|
"typescript": "^6.0.3",
|
|
"vite": "^8.1.4",
|
|
"vite-plugin-babel": "^1.7.3",
|
|
"zustand": "^5.0.14"
|
|
}
|
|
}
|