|
12 | 12 | "@tanstack/react-query": "^5.24.1", |
13 | 13 | "@tanstack/react-query-devtools": "^5.24.1", |
14 | 14 | "@testing-library/jest-dom": "^6.4.2", |
15 | | - "@testing-library/react": "^14.0.0", |
16 | | - "@testing-library/user-event": "^14.4.3", |
| 15 | + "@testing-library/react": "^14.2.1", |
| 16 | + "@testing-library/user-event": "^14.5.2", |
17 | 17 | "@vitejs/plugin-react": "^4.2.1", |
18 | | - "axios": "^1.1.2", |
19 | | - "immer": "^10.0.0", |
| 18 | + "axios": "^1.6.7", |
| 19 | + "immer": "^10.0.3", |
20 | 20 | "jotai": "^2.6.5", |
21 | 21 | "jotai-immer": "^0.3.0", |
22 | 22 | "jotai-tanstack-query": "^0.8.5", |
|
26 | 26 | "react": "^18.2.0", |
27 | 27 | "react-dom": "^18.2.0", |
28 | 28 | "react-error-boundary": "^4.0.12", |
29 | | - "react-hot-toast": "^2.4.0", |
| 29 | + "react-hot-toast": "^2.4.1", |
30 | 30 | "typescript": "^5.3.3", |
31 | 31 | "typescript-eslint": "^7.0.2", |
32 | 32 | "vite": "^5.1.4", |
33 | 33 | "vite-tsconfig-paths": "^4.3.1", |
34 | 34 | "vitest": "^1.3.1", |
35 | | - "web-vitals": "^3.0.1", |
36 | | - "whatwg-fetch": "^3.6.2", |
| 35 | + "web-vitals": "^3.5.2", |
| 36 | + "whatwg-fetch": "^3.6.20", |
37 | 37 | "wonka": "^6.3.4" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "@commitlint/cli": "^17.1.2", |
41 | | - "@commitlint/config-conventional": "^17.1.0", |
| 40 | + "@commitlint/cli": "^18.6.1", |
| 41 | + "@commitlint/config-conventional": "^18.6.2", |
42 | 42 | "@types/node": "^20.11.20", |
43 | | - "@types/react": "^18.0.19", |
44 | | - "@types/react-dom": "^18.0.6", |
| 43 | + "@types/react": "^18.2.58", |
| 44 | + "@types/react-dom": "^18.2.19", |
45 | 45 | "@types/testing-library__jest-dom": "^6.0.0", |
46 | | - "@typescript-eslint/eslint-plugin": "^6.21.0", |
47 | | - "@typescript-eslint/parser": "^6.21.0", |
48 | | - "autoprefixer": "^10.4.9", |
49 | | - "cssnano": "^6.0.0", |
| 46 | + "@typescript-eslint/eslint-plugin": "^7.0.2", |
| 47 | + "@typescript-eslint/parser": "^7.0.2", |
| 48 | + "autoprefixer": "^10.4.17", |
| 49 | + "cssnano": "^6.0.5", |
50 | 50 | "eslint": "^8.57.0", |
51 | 51 | "eslint-config-airbnb": "^19.0.4", |
52 | 52 | "eslint-config-airbnb-typescript": "^17.1.0", |
53 | | - "eslint-config-prettier": "^8.5.0", |
| 53 | + "eslint-config-prettier": "^9.1.0", |
54 | 54 | "eslint-plugin-eslint-comments": "^3.2.0", |
55 | | - "eslint-plugin-import": "^2.26.0", |
| 55 | + "eslint-plugin-import": "^2.29.1", |
56 | 56 | "eslint-plugin-jest-dom": "^5.1.0", |
57 | | - "eslint-plugin-jsx-a11y": "^6.6.1", |
58 | | - "eslint-plugin-prettier": "^4.2.1", |
59 | | - "eslint-plugin-react": "^7.31.8", |
| 57 | + "eslint-plugin-jsx-a11y": "^6.8.0", |
| 58 | + "eslint-plugin-prettier": "^5.1.3", |
| 59 | + "eslint-plugin-react": "^7.33.2", |
60 | 60 | "eslint-plugin-react-hooks": "^4.6.0", |
61 | | - "eslint-plugin-testing-library": "^5.6.3", |
62 | | - "gh-pages": "^4.0.0", |
63 | | - "husky": "^8.0.1", |
64 | | - "lint-staged": "^13.0.3", |
65 | | - "postcss": "^8.4.16", |
66 | | - "prettier": "^2.7.1", |
67 | | - "prettier-plugin-tailwindcss": "^0.1.13", |
68 | | - "tailwindcss": "^3.1.8", |
69 | | - "tsc-files": "^1.1.3" |
| 61 | + "eslint-plugin-testing-library": "^6.2.0", |
| 62 | + "gh-pages": "^6.1.1", |
| 63 | + "husky": "^9.0.11", |
| 64 | + "lint-staged": "^15.2.2", |
| 65 | + "postcss": "^8.4.35", |
| 66 | + "prettier": "^3.2.5", |
| 67 | + "prettier-plugin-tailwindcss": "^0.5.11", |
| 68 | + "tailwindcss": "^3.4.1", |
| 69 | + "tsc-files": "^1.1.4" |
70 | 70 | }, |
71 | 71 | "scripts": { |
72 | 72 | "start": "vite", |
|
0 commit comments