|
29 | 29 | "lint": "eslint --cache . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
30 | 30 | "lint:fix": "pnpm run lint --fix",
|
31 | 31 | "preview": "vite preview",
|
32 |
| - "prepare": "husky install" |
| 32 | + "prepare": "husky" |
33 | 33 | },
|
34 | 34 | "dependencies": {
|
35 | 35 | "@chakra-ui/react": "^2.8.2",
|
36 |
| - "@emotion/react": "^11.11.4", |
37 |
| - "@emotion/styled": "^11.11.5", |
| 36 | + "@emotion/react": "^11.13.3", |
| 37 | + "@emotion/styled": "^11.13.0", |
38 | 38 | "@fingerprintjs/fingerprintjs": "3.4.2",
|
39 |
| - "@formkit/auto-animate": "^0.8.1", |
40 |
| - "@hookform/resolvers": "^3.3.4", |
41 |
| - "@lottiefiles/react-lottie-player": "^3.5.3", |
42 |
| - "@tanstack/react-query": "^5.29.0", |
43 |
| - "@tsparticles/engine": "^3.3.0", |
44 |
| - "@tsparticles/preset-links": "^3.0.2", |
| 39 | + "@formkit/auto-animate": "^0.8.2", |
| 40 | + "@hookform/resolvers": "^3.9.0", |
| 41 | + "@lottiefiles/react-lottie-player": "^3.5.4", |
| 42 | + "@tanstack/react-query": "^5.52.0", |
| 43 | + "@tsparticles/engine": "^3.5.0", |
| 44 | + "@tsparticles/preset-links": "^3.1.0", |
45 | 45 | "@tsparticles/react": "^3.0.0",
|
46 |
| - "@vercel/analytics": "^1.2.2", |
| 46 | + "@vercel/analytics": "^1.3.1", |
47 | 47 | "axios": "^1.7.4",
|
48 |
| - "clsx": "^2.1.0", |
| 48 | + "clsx": "^2.1.1", |
49 | 49 | "date-fns": "^3.6.0",
|
50 |
| - "framer-motion": "^11.0.25", |
51 |
| - "jotai": "^2.7.2", |
52 |
| - "nanoid": "^5.0.6", |
53 |
| - "qs": "^6.12.0", |
54 |
| - "react": "^18.2.0", |
55 |
| - "react-dom": "^18.2.0", |
| 50 | + "framer-motion": "^11.3.29", |
| 51 | + "jotai": "^2.9.3", |
| 52 | + "nanoid": "^5.0.7", |
| 53 | + "qs": "^6.13.0", |
| 54 | + "react": "^18.3.1", |
| 55 | + "react-dom": "^18.3.1", |
56 | 56 | "react-error-boundary": "^4.0.13",
|
57 |
| - "react-hook-form": "^7.51.2", |
58 |
| - "react-icons": "^5.0.1", |
59 |
| - "react-router-dom": "^6.22.3", |
60 |
| - "sass": "^1.74.1", |
| 57 | + "react-hook-form": "^7.52.2", |
| 58 | + "react-icons": "^5.3.0", |
| 59 | + "react-router-dom": "^6.26.1", |
| 60 | + "sass": "^1.77.8", |
61 | 61 | "yup": "^1.4.0"
|
62 | 62 | },
|
63 | 63 | "devDependencies": {
|
64 | 64 | "@hookform/devtools": "^4.3.1",
|
65 |
| - "@tanstack/eslint-plugin-query": "^5.28.11", |
66 |
| - "@tanstack/react-query-devtools": "^5.29.0", |
67 |
| - "@types/node": "^20.12.5", |
68 |
| - "@types/qs": "^6.9.14", |
69 |
| - "@types/react": "^18.2.74", |
70 |
| - "@types/react-dom": "^18.2.24", |
71 |
| - "@typescript-eslint/eslint-plugin": "^7.5.0", |
72 |
| - "@typescript-eslint/parser": "^7.5.0", |
73 |
| - "@vitejs/plugin-react": "^4.2.1", |
| 65 | + "@tanstack/eslint-plugin-query": "^5.52.0", |
| 66 | + "@tanstack/react-query-devtools": "^5.52.0", |
| 67 | + "@types/node": "^20.16.1", |
| 68 | + "@types/qs": "^6.9.15", |
| 69 | + "@types/react": "^18.3.4", |
| 70 | + "@types/react-dom": "^18.3.0", |
| 71 | + "@typescript-eslint/eslint-plugin": "^7.18.0", |
| 72 | + "@typescript-eslint/parser": "^7.18.0", |
| 73 | + "@vitejs/plugin-react": "^4.3.1", |
74 | 74 | "eslint": "^8.57.0",
|
75 | 75 | "eslint-config-prettier": "^9.1.0",
|
76 | 76 | "eslint-import-resolver-typescript": "^3.6.1",
|
77 | 77 | "eslint-plugin-import": "^2.29.1",
|
78 |
| - "eslint-plugin-prettier": "^5.1.3", |
79 |
| - "eslint-plugin-react": "^7.34.1", |
80 |
| - "eslint-plugin-react-hooks": "^4.6.0", |
81 |
| - "eslint-plugin-react-refresh": "^0.4.6", |
82 |
| - "husky": "^9.0.11", |
| 78 | + "eslint-plugin-prettier": "^5.2.1", |
| 79 | + "eslint-plugin-react": "^7.35.0", |
| 80 | + "eslint-plugin-react-hooks": "^4.6.2", |
| 81 | + "eslint-plugin-react-refresh": "^0.4.10", |
| 82 | + "husky": "^9.1.5", |
83 | 83 | "jotai-devtools": "^0.8.0",
|
84 |
| - "lint-staged": "^15.2.2", |
85 |
| - "prettier": "^3.2.5", |
| 84 | + "lint-staged": "^15.2.9", |
| 85 | + "prettier": "^3.3.3", |
86 | 86 | "rollup-plugin-visualizer": "^5.12.0",
|
87 |
| - "typescript": "^5.4.4", |
88 |
| - "vite": "^5.2.8", |
| 87 | + "typescript": "^5.5.4", |
| 88 | + "vite": "^5.4.2", |
89 | 89 | "vite-plugin-pwa": "^0.19.8",
|
90 | 90 | "vite-tsconfig-paths": "^4.3.2"
|
91 | 91 | }
|
|
0 commit comments