|
14 | 14 | "format": "prettier . --check" |
15 | 15 | }, |
16 | 16 | "dependencies": { |
17 | | - "@hookform/resolvers": "3.6.0", |
| 17 | + "@hookform/resolvers": "3.9.1", |
18 | 18 | "@tanstack/react-query": "4.35.7", |
19 | | - "@vanilla-extract/css": "1.15.3", |
20 | | - "@vanilla-extract/sprinkles": "1.6.2", |
| 19 | + "@vanilla-extract/css": "1.16.1", |
| 20 | + "@vanilla-extract/sprinkles": "1.6.3", |
21 | 21 | "clsx": "2.1.1", |
22 | 22 | "i18next": "23.11.5", |
23 | 23 | "lottie-react": "2.4.0", |
24 | 24 | "next": "13.5.6", |
25 | 25 | "react": "18.3.1", |
26 | 26 | "react-dom": "18.3.1", |
27 | | - "react-hook-form": "7.52.0", |
28 | | - "react-hotkeys-hook": "4.5.0", |
| 27 | + "react-hook-form": "7.54.1", |
| 28 | + "react-hotkeys-hook": "4.6.1", |
29 | 29 | "react-i18next": "13.5.0", |
30 | | - "yup": "1.4.0" |
| 30 | + "yup": "1.5.0" |
31 | 31 | }, |
32 | 32 | "devDependencies": { |
33 | | - "@klnjs/prettier-config": "4.0.6", |
34 | | - "@klnjs/eslint-config": "4.0.6", |
35 | | - "@mswjs/http-middleware": "0.10.1", |
| 33 | + "@klnjs/prettier-config": "4.2.0", |
| 34 | + "@klnjs/eslint-config": "4.2.0", |
| 35 | + "@mswjs/http-middleware": "0.10.2", |
36 | 36 | "@svgr/webpack": "8.1.0", |
37 | 37 | "@types/express": "4.17.21", |
38 | 38 | "@types/node": "20.14.8", |
39 | 39 | "@types/react-dom": "18.3.0", |
40 | 40 | "@types/react": "18.3.4", |
41 | | - "@types/yargs": "17.0.32", |
42 | | - "@vanilla-extract/next-plugin": "2.4.2", |
| 41 | + "@types/yargs": "17.0.33", |
| 42 | + "@vanilla-extract/next-plugin": "2.4.7", |
43 | 43 | "chalk": "5.3.0", |
44 | | - "eslint": "9.13.0", |
45 | | - "express": "4.21.1", |
46 | | - "msw": "2.4.9", |
47 | | - "prettier": "3.3.3", |
| 44 | + "eslint": "9.17.0", |
| 45 | + "express": "4.21.2", |
| 46 | + "msw": "2.6.8", |
| 47 | + "prettier": "3.4.2", |
48 | 48 | "ts-morph": "19.0.0", |
49 | | - "typescript": "5.6.3", |
| 49 | + "typescript": "5.7.2", |
50 | 50 | "yargs": "17.7.2" |
51 | 51 | } |
52 | 52 | } |
0 commit comments