mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-28 12:45:47 +00:00
Bumps the minor-patch group in /frontend with 4 updates: [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query), [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react), [@tanstack/eslint-plugin-query](https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query) and [typescript](https://github.com/microsoft/TypeScript). Updates `@tanstack/react-query` from 5.83.0 to 5.84.0 - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.84.0/packages/react-query) Updates `lucide-react` from 0.534.0 to 0.535.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.535.0/packages/lucide-react) Updates `@tanstack/eslint-plugin-query` from 5.81.2 to 5.83.1 - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.83.1/packages/eslint-plugin-query) Updates `typescript` from 5.8.3 to 5.9.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.8.3...v5.9.2) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-version: 5.84.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: lucide-react dependency-version: 0.535.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: "@tanstack/eslint-plugin-query" dependency-version: 5.83.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: typescript dependency-version: 5.9.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"name": "tinyauth-shadcn",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^5.2.1",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-select": "^2.2.5",
|
|
"@radix-ui/react-separator": "^1.1.7",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@tailwindcss/vite": "^4.1.11",
|
|
"@tanstack/react-query": "^5.84.0",
|
|
"axios": "^1.11.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"dompurify": "^3.2.6",
|
|
"i18next": "^25.3.2",
|
|
"i18next-browser-languagedetector": "^8.2.0",
|
|
"i18next-resources-to-backend": "^1.2.1",
|
|
"input-otp": "^1.4.2",
|
|
"lucide-react": "^0.535.0",
|
|
"next-themes": "^0.4.6",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1",
|
|
"react-hook-form": "^7.61.1",
|
|
"react-i18next": "^15.6.1",
|
|
"react-markdown": "^10.1.0",
|
|
"react-router": "^7.7.1",
|
|
"sonner": "^2.0.6",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tailwindcss": "^4.1.11",
|
|
"zod": "^4.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.32.0",
|
|
"@tanstack/eslint-plugin-query": "^5.83.1",
|
|
"@types/node": "^24.1.0",
|
|
"@types/react": "^19.1.9",
|
|
"@types/react-dom": "^19.1.7",
|
|
"@vitejs/plugin-react": "^4.7.0",
|
|
"eslint": "^9.32.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
"globals": "^16.3.0",
|
|
"prettier": "3.6.2",
|
|
"tw-animate-css": "^1.3.6",
|
|
"typescript": "~5.9.2",
|
|
"typescript-eslint": "^8.38.0",
|
|
"vite": "^7.0.6"
|
|
}
|
|
} |