Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrej-dyck committed Jul 18, 2024
1 parent e750839 commit 20952a0
Show file tree
Hide file tree
Showing 2 changed files with 343 additions and 436 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,41 +17,41 @@
"dependencies": {
"clsx": "2.1.1",
"fuzzy": "0.1.3",
"i18next": "23.11.5",
"i18next": "23.12.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hotkeys-hook": "4.5.0",
"react-i18next": "14.1.2",
"react-i18next": "15.0.0",
"react-router-dom": "6.25.1",
"swr": "2.2.5",
"tailwind-merge": "2.3.0",
"tailwind-merge": "2.4.0",
"ts-pattern": "5.2.0",
"zod": "3.23.8",
"zod-validation-error": "3.3.0"
},
"devDependencies": {
"@eslint/compat": "1.1.0",
"@eslint/js": "9.6.0",
"@testing-library/dom": "10.2.0",
"@eslint/compat": "1.1.1",
"@eslint/js": "9.7.0",
"@testing-library/dom": "10.3.2",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "16.0.0",
"@types/eslint": "8.56.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"autoprefixer": "10.4.19",
"eslint": "9.6.0",
"eslint-plugin-react": "7.34.3",
"eslint": "9.7.0",
"eslint-plugin-react": "7.34.4",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-tailwindcss": "3.17.4",
"globals": "15.7.0",
"globals": "15.8.0",
"jsdom": "24.1.0",
"postcss": "8.4.39",
"postcss-load-config": "6.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.24.0",
"tailwindcss": "3.4.4",
"typescript": "5.5.2",
"typescript-eslint": "7.14.1",
"vite": "5.3.2",
"vitest": "1.6.0"
"tailwindcss": "3.4.6",
"typescript": "5.5.3",
"typescript-eslint": "7.16.1",
"vite": "5.3.4",
"vitest": "2.0.3"
}
}
Loading

0 comments on commit 20952a0

Please sign in to comment.