|
32 | 32 | "coverage": "vitest run --coverage" |
33 | 33 | }, |
34 | 34 | "dependencies": { |
35 | | - "@chakra-ui/react": "^3.20.0", |
| 35 | + "@chakra-ui/react": "^3.27.0", |
36 | 36 | "@emotion/react": "^11.14.0", |
37 | | - "@tanstack/react-query": "^5.75.1", |
38 | | - "axios": "^1.12.0", |
| 37 | + "@tanstack/react-query": "^5.90.2", |
| 38 | + "axios": "^1.12.2", |
39 | 39 | "next-themes": "^0.4.6", |
40 | 40 | "react": "^19.1.1", |
41 | 41 | "react-dom": "^19.1.1", |
42 | 42 | "react-icons": "^5.5.0", |
43 | | - "react-router-dom": "^6.30.0", |
| 43 | + "react-router-dom": "^7.9.1", |
44 | 44 | "react-timeago": "^8.3.0" |
45 | 45 | }, |
46 | 46 | "devDependencies": { |
47 | 47 | "@7nohe/openapi-react-query-codegen": "^1.6.2", |
48 | | - "@eslint/compat": "^1.2.9", |
49 | | - "@eslint/js": "^9.25.1", |
50 | | - "@stylistic/eslint-plugin": "^2.13.0", |
51 | | - "@testing-library/jest-dom": "^6.6.3", |
| 48 | + "@eslint/compat": "^1.4.0", |
| 49 | + "@eslint/js": "^9.36.0", |
| 50 | + "@stylistic/eslint-plugin": "^5.4.0", |
| 51 | + "@testing-library/jest-dom": "^6.8.0", |
52 | 52 | "@testing-library/react": "^16.3.0", |
53 | | - "@trivago/prettier-plugin-sort-imports": "^4.3.0", |
54 | | - "@types/node": "^22.15.3", |
55 | | - "@types/react": "^18.3.19", |
56 | | - "@types/react-dom": "^18.3.5", |
57 | | - "@vitejs/plugin-react-swc": "^4.0.1", |
| 53 | + "@trivago/prettier-plugin-sort-imports": "^5.2.2", |
| 54 | + "@types/node": "^24.5.2", |
| 55 | + "@types/react": "^19.1.13", |
| 56 | + "@types/react-dom": "^19.1.9", |
| 57 | + "@vitejs/plugin-react-swc": "^4.1.0", |
58 | 58 | "@vitest/coverage-v8": "^3.2.4", |
59 | | - "eslint": "^9.25.1", |
| 59 | + "eslint": "^9.36.0", |
60 | 60 | "eslint-config-prettier": "^10.1.2", |
61 | 61 | "eslint-plugin-jsx-a11y": "^6.10.2", |
62 | 62 | "eslint-plugin-perfectionist": "^4.12.3", |
63 | 63 | "eslint-plugin-prettier": "^5.2.6", |
64 | 64 | "eslint-plugin-react": "^7.37.5", |
65 | 65 | "eslint-plugin-react-hooks": "^5.2.0", |
66 | | - "eslint-plugin-react-refresh": "^0.4.20", |
67 | | - "eslint-plugin-unicorn": "^55.0.0", |
68 | | - "globals": "^15.15.0", |
69 | | - "happy-dom": "^17.4.6", |
| 66 | + "eslint-plugin-react-refresh": "^0.4.21", |
| 67 | + "eslint-plugin-unicorn": "^61.0.2", |
| 68 | + "globals": "^16.4.0", |
| 69 | + "happy-dom": "^18.0.1", |
70 | 70 | "prettier": "^3.5.3", |
71 | 71 | "typescript": "~5.8.3", |
72 | | - "typescript-eslint": "^8.31.1", |
73 | | - "vite": "^7.1.5", |
| 72 | + "typescript-eslint": "^8.44.1", |
| 73 | + "vite": "^7.1.7", |
74 | 74 | "vite-plugin-css-injected-by-js": "^3.5.2", |
75 | 75 | "vite-plugin-dts": "^4.5.4", |
76 | 76 | "vitest": "^3.2.4" |
|
0 commit comments