|
34 | 34 | "@radix-ui/react-slot": "1.2.4", |
35 | 35 | "@tanstack/react-query": "5.99.0", |
36 | 36 | "@tanstack/react-query-devtools": "5.99.0", |
37 | | - "es-toolkit": "1.45.1", |
38 | | - "next": "16.2.3", |
| 37 | + "next": "16.2.4", |
39 | 38 | "nuqs": "2.8.9", |
40 | 39 | "react": "19.2.5", |
41 | 40 | "react-dom": "19.2.5", |
|
47 | 46 | "zod": "4.3.6" |
48 | 47 | }, |
49 | 48 | "devDependencies": { |
| 49 | + "@babel/core": "7.29.0", |
50 | 50 | "@faker-js/faker": "10.4.0", |
51 | | - "@next/env": "16.2.3", |
| 51 | + "@next/env": "16.2.4", |
| 52 | + "@rolldown/plugin-babel": "0.2.3", |
52 | 53 | "@storybook/addon-a11y": "10.3.5", |
53 | 54 | "@storybook/addon-docs": "10.3.5", |
54 | 55 | "@storybook/addon-mcp": "0.6.0", |
|
59 | 60 | "@testing-library/jest-dom": "6.9.1", |
60 | 61 | "@testing-library/react": "16.3.2", |
61 | 62 | "@testing-library/user-event": "14.6.1", |
| 63 | + "@types/babel__core": "7.20.5", |
62 | 64 | "@types/node": "24.12.2", |
63 | 65 | "@types/react": "19.2.14", |
64 | 66 | "@types/react-dom": "19.2.3", |
65 | 67 | "@vitejs/plugin-react": "6.0.1", |
66 | 68 | "@vitest/browser-playwright": "4.1.4", |
67 | 69 | "@vitest/coverage-v8": "4.1.4", |
68 | | - "axe-core": "4.11.2", |
| 70 | + "axe-core": "4.11.3", |
69 | 71 | "babel-plugin-react-compiler": "1.0.0", |
70 | | - "eslint": "10.2.0", |
71 | | - "eslint-plugin-react-hooks": "7.0.1", |
| 72 | + "eslint": "10.2.1", |
| 73 | + "eslint-plugin-react-hooks": "7.1.1", |
72 | 74 | "eslint-plugin-storybook": "10.3.5", |
73 | 75 | "happy-dom": "20.9.0", |
74 | 76 | "jest-extended": "7.0.0", |
75 | 77 | "knip": "6.4.1", |
76 | | - "msw": "2.13.2", |
| 78 | + "msw": "2.13.4", |
77 | 79 | "msw-auto-mock": "0.32.0", |
78 | 80 | "msw-storybook-addon": "2.0.7", |
79 | 81 | "oxfmt": "0.45.0", |
80 | 82 | "oxlint": "1.60.0", |
81 | | - "oxlint-tsgolint": "0.21.0", |
| 83 | + "oxlint-tsgolint": "0.21.1", |
82 | 84 | "playwright": "1.59.1", |
83 | 85 | "remark-gfm": "4.0.1", |
84 | 86 | "storybook": "10.3.5", |
85 | 87 | "tailwindcss": "4.2.2", |
86 | | - "typescript": "6.0.2", |
| 88 | + "typescript": "6.0.3", |
87 | 89 | "vite": "8.0.8", |
88 | 90 | "vitest": "4.1.4" |
89 | 91 | }, |
90 | 92 | "engines": { |
91 | | - "node": "24.14.1" |
| 93 | + "node": "24.15.0" |
92 | 94 | }, |
93 | 95 | "packageManager": "[email protected]", |
94 | 96 | "pnpm": { |
|
0 commit comments