mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-01-23 02:35:34 +00:00
Bumps the dev-dependencies group with 2 updates: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) and [react-i18next](https://github.com/i18next/react-i18next). Updates `vitest` from 4.0.0 to 4.0.1 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.1/packages/vitest) Updates `react-i18next` from 16.1.5 to 16.1.6 - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v16.1.5...v16.1.6) --- updated-dependencies: - dependency-name: vitest dependency-version: 4.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: react-i18next dependency-version: 16.1.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
46 lines
1.4 KiB
JSON
46 lines
1.4 KiB
JSON
{
|
|
"name": "admin",
|
|
"private": true,
|
|
"version": "2.5.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"build-copy": "tsc && vite build --outDir ../src/templates/admin --emptyOutDir",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-switch": "^1.2.6"
|
|
},
|
|
"devDependencies": {
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@radix-ui/react-toast": "^1.2.15",
|
|
"@types/react": "^19.2.2",
|
|
"@types/react-dom": "^19.2.2",
|
|
"@typescript-eslint/eslint-plugin": "^8.46.2",
|
|
"@typescript-eslint/parser": "^8.46.2",
|
|
"@vitejs/plugin-react": "^5.0.4",
|
|
"babel-plugin-react-compiler": "19.1.0-rc.3",
|
|
"eslint": "^9.38.0",
|
|
"eslint-plugin-react-hooks": "^7.0.0",
|
|
"eslint-plugin-react-refresh": "^0.4.24",
|
|
"i18next": "^25.6.0",
|
|
"i18next-browser-languagedetector": "^8.2.0",
|
|
"lucide-react": "^0.546.0",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"react-hook-form": "^7.65.0",
|
|
"react-i18next": "^16.1.6",
|
|
"react-router-dom": "^7.9.4",
|
|
"socket.io-client": "^4.8.1",
|
|
"typescript": "^5.9.3",
|
|
"vite": "npm:rolldown-vite@latest",
|
|
"vite-plugin-babel": "^1.3.2",
|
|
"vite-plugin-static-copy": "^3.1.4",
|
|
"zustand": "^5.0.8"
|
|
},
|
|
"overrides": {
|
|
"vite": "npm:rolldown-vite@latest"
|
|
}
|
|
}
|