|
21 | 21 | "typecheck": "tsc --noEmit" |
22 | 22 | }, |
23 | 23 | "dependencies": { |
24 | | - "@tanstack/react-query": "^5.74.4", |
25 | | - "axios": "^1.8.4", |
| 24 | + "@tanstack/react-query": "^5.75.1", |
| 25 | + "axios": "^1.9.0", |
26 | 26 | "clsx": "^2.1.1", |
27 | 27 | "cookies-next": "^5.1.0", |
28 | 28 | "next": "^15.3.1", |
|
31 | 31 | "react-dom": "^19.1.0", |
32 | 32 | "react-hook-form": "^7.56.1", |
33 | 33 | "react-toastify": "^11.0.5", |
34 | | - "zustand": "^5.0.3" |
| 34 | + "zustand": "^5.0.4" |
35 | 35 | }, |
36 | 36 | "devDependencies": { |
37 | | - "@eslint/compat": "^1.2.8", |
| 37 | + "@eslint/compat": "^1.2.9", |
38 | 38 | "@eslint/js": "^9.25.1", |
39 | 39 | "@next/eslint-plugin-next": "^15.3.1", |
40 | 40 | "@stylistic/eslint-plugin": "^3.1.0", |
41 | | - "@tanstack/eslint-plugin-query": "^5.73.3", |
42 | | - "@tanstack/react-query-devtools": "^5.74.6", |
43 | | - "@types/node": "^22.14.1", |
| 41 | + "@tanstack/eslint-plugin-query": "^5.74.7", |
| 42 | + "@tanstack/react-query-devtools": "^5.75.1", |
| 43 | + "@types/node": "^22.15.3", |
44 | 44 | "@types/react": "^19.1.2", |
45 | | - "@types/react-dom": "^19.1.2", |
| 45 | + "@types/react-dom": "^19.1.3", |
46 | 46 | "eslint": "^9.25.1", |
47 | | - "eslint-config-airbnb-extended": "^1.0.1", |
| 47 | + "eslint-config-airbnb-extended": "^1.0.11", |
48 | 48 | "eslint-config-next": "^15.3.1", |
49 | 49 | "eslint-config-prettier": "^10.1.2", |
50 | 50 | "eslint-import-resolver-typescript": "^4.3.4", |
51 | | - "eslint-plugin-import-x": "^4.10.6", |
| 51 | + "eslint-plugin-import-x": "^4.11.0", |
52 | 52 | "eslint-plugin-jsx-a11y": "^6.10.2", |
53 | 53 | "eslint-plugin-prettier": "^5.2.6", |
54 | 54 | "eslint-plugin-promise": "^7.2.1", |
55 | 55 | "eslint-plugin-react": "^7.37.5", |
56 | 56 | "eslint-plugin-react-hooks": "^5.2.0", |
57 | | - "eslint-plugin-unicorn": "^58.0.0", |
| 57 | + "eslint-plugin-unicorn": "^59.0.0", |
58 | 58 | "eslint-plugin-unused-imports": "^4.1.4", |
59 | 59 | "husky": "^9.1.7", |
60 | 60 | "lint-staged": "^15.5.1", |
61 | 61 | "prettier": "^3.5.3", |
62 | 62 | "prettier-plugin-packagejson": "^2.5.10", |
63 | | - "type-fest": "^4.40.0", |
| 63 | + "type-fest": "^4.40.1", |
64 | 64 | "typescript": "^5.8.3", |
65 | | - "typescript-eslint": "^8.31.0" |
| 65 | + "typescript-eslint": "^8.31.1" |
66 | 66 | }, |
67 | | - "packageManager": "pnpm@10.9.0", |
| 67 | + "packageManager": "pnpm@10.10.0", |
68 | 68 | "engines": { |
69 | 69 | "node": ">=22.0.0", |
70 | 70 | "npm": "please-use-pnpm", |
|
0 commit comments