|
10 | 10 | "lint": "tsc --noEmit && eslint ." |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@babel/core": "7.26.0", |
| 13 | + "@babel/core": "7.26.10", |
14 | 14 | "@headlessui/react": "1.7.19", |
15 | | - "@radix-ui/react-checkbox": "1.1.3", |
| 15 | + "@radix-ui/react-checkbox": "1.2.2", |
16 | 16 | "@twind/core": "1.1.3", |
17 | 17 | "@twind/preset-autoprefix": "1.0.7", |
18 | 18 | "@twind/preset-tailwind": "1.1.4", |
|
21 | 21 | "@types/tinycolor2": "1.4.6", |
22 | 22 | "csstype": "3.1.3", |
23 | 23 | "keycloak-js": "25.0.6", |
24 | | - "lucide-react": "0.468.0", |
| 24 | + "lucide-react": "0.501.0", |
25 | 25 | "react": "18.3.1", |
26 | 26 | "react-custom-scrollbars-2": "4.5.0", |
27 | 27 | "react-dom": "18.3.1", |
28 | 28 | "simplebar-core": "1.3.0", |
29 | 29 | "simplebar-react": "3.3.0", |
30 | 30 | "tinycolor2": "1.6.0", |
31 | | - "typescript": "5.7.2", |
32 | | - "webpack": "5.97.1", |
33 | | - "zod": "3.24.1" |
| 31 | + "typescript": "5.8.3", |
| 32 | + "webpack": "5.99.6", |
| 33 | + "zod": "3.24.3" |
34 | 34 | }, |
35 | 35 | "devDependencies": { |
36 | | - "@babel/preset-env": "7.26.0", |
| 36 | + "@babel/preset-env": "7.26.9", |
37 | 37 | "@babel/preset-react": "7.26.3", |
38 | | - "@babel/preset-typescript": "7.26.0", |
| 38 | + "@babel/preset-typescript": "7.27.0", |
39 | 39 | "@helpwave/eslint-config": "workspace:*", |
40 | 40 | "@storybook/addon-essentials": "7.6.20", |
41 | 41 | "@storybook/addon-interactions": "7.6.20", |
|
44 | 44 | "@storybook/nextjs": "7.6.20", |
45 | 45 | "@storybook/react": "7.6.20", |
46 | 46 | "@storybook/testing-library": "0.2.2", |
47 | | - "@types/react": "18.3.17", |
48 | | - "@types/react-dom": "18.3.5", |
49 | | - "next": "14.2.20", |
| 47 | + "@types/react": "18.3.20", |
| 48 | + "@types/react-dom": "18.3.6", |
| 49 | + "next": "14.2.28", |
50 | 50 | "prop-types": "15.8.1", |
51 | 51 | "storybook": "7.6.20" |
52 | 52 | }, |
|
0 commit comments