|
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | 54 | "@chromatic-com/storybook": "^3.2.4", |
55 | | - "@storybook/addon-essentials": "^8.5.3", |
56 | | - "@storybook/addon-interactions": "^8.5.3", |
57 | | - "@storybook/addon-links": "^8.5.3", |
58 | | - "@storybook/blocks": "^8.5.3", |
59 | | - "@storybook/nextjs": "^8.5.3", |
60 | | - "@storybook/react": "^8.5.3", |
61 | | - "@storybook/test": "^8.5.3", |
62 | | - "@tailwindcss/postcss": "^4.0.0", |
| 55 | + "@storybook/addon-essentials": "^8.5.6", |
| 56 | + "@storybook/addon-interactions": "^8.5.6", |
| 57 | + "@storybook/addon-links": "^8.5.6", |
| 58 | + "@storybook/blocks": "^8.5.6", |
| 59 | + "@storybook/nextjs": "^8.5.6", |
| 60 | + "@storybook/react": "^8.5.6", |
| 61 | + "@storybook/test": "^8.5.6", |
| 62 | + "@tailwindcss/postcss": "^4.0.6", |
63 | 63 | "@testing-library/jest-dom": "^6.6.3", |
64 | 64 | "@testing-library/react": "^16.2.0", |
65 | 65 | "@testing-library/user-event": "^14.6.1", |
66 | | - "@types/lodash": "^4.17.14", |
| 66 | + "@types/lodash": "^4.17.15", |
67 | 67 | "@types/mdx": "^2.0.10", |
68 | | - "@types/node": "^20.9.1", |
| 68 | + "@types/node": "^22.13.4", |
69 | 69 | "@types/node-fetch": "^2.6.12", |
70 | 70 | "@types/nodemailer": "^6.4.14", |
71 | | - "@types/react": "19.0.1", |
| 71 | + "@types/react": "19.0.10", |
72 | 72 | "@types/react-big-calendar": "^1.16.1", |
73 | | - "@types/react-dom": "19.0.2", |
74 | | - "@types/ws": "^8.5.13", |
75 | | - "@typescript-eslint/eslint-plugin": "^8.18.1", |
76 | | - "@typescript-eslint/parser": "^8.18.1", |
| 73 | + "@types/react-dom": "19.0.4", |
| 74 | + "@types/ws": "^8.5.14", |
| 75 | + "@typescript-eslint/eslint-plugin": "^8.24.0", |
| 76 | + "@typescript-eslint/parser": "^8.24.0", |
77 | 77 | "@vitest/ui": "^3.0.5", |
78 | 78 | "chromatic": "^11.25.2", |
79 | | - "drizzle-kit": "^0.30.1", |
80 | | - "eslint": "^9.17.0", |
81 | | - "eslint-config-next": "15.1.0", |
82 | | - "eslint-plugin-storybook": "^0.11.2", |
83 | | - "jsdom": "^25.0.1", |
84 | | - "postcss": "^8.4.31", |
85 | | - "prettier": "^3.4.2", |
| 79 | + "drizzle-kit": "^0.30.4", |
| 80 | + "eslint": "^9.20.1", |
| 81 | + "eslint-config-next": "15.1.7", |
| 82 | + "eslint-plugin-storybook": "^0.11.3", |
| 83 | + "jsdom": "^26.0.0", |
| 84 | + "postcss": "^8.5.2", |
| 85 | + "prettier": "^3.5.1", |
86 | 86 | "raw-loader": "^4.0.2", |
87 | | - "storybook": "^8.5.3", |
88 | | - "tailwindcss": "^4.0.0", |
| 87 | + "storybook": "^8.5.6", |
| 88 | + "tailwindcss": "^4.0.6", |
89 | 89 | "tsconfig-paths-webpack-plugin": "^4.1.0", |
90 | | - "typescript": "^5.2.2", |
| 90 | + "typescript": "^5.7.3", |
91 | 91 | "vite-tsconfig-paths": "^5.1.4", |
92 | 92 | "vitest": "^3.0.5" |
93 | 93 | }, |
94 | 94 | "pnpm": { |
95 | 95 | "overrides": { |
96 | | - "@types/react": "19.0.1", |
97 | | - "@types/react-dom": "19.0.2" |
| 96 | + "@types/react": "19.0.10", |
| 97 | + "@types/react-dom": "19.0.4" |
98 | 98 | }, |
99 | 99 | "patchedDependencies": { |
100 | 100 | |
|
0 commit comments