|
58 | 58 | "typecheck": "tsc --noEmit"
|
59 | 59 | },
|
60 | 60 | "dependencies": {
|
61 |
| - "@floating-ui/core": "1.6.2", |
62 |
| - "@floating-ui/react": "0.26.17", |
| 61 | + "@floating-ui/core": "1.6.6", |
| 62 | + "@floating-ui/react": "0.26.21", |
63 | 63 | "classnames": "2.5.1",
|
64 | 64 | "debounce": "2.1.0",
|
65 |
| - "flowbite": "2.3.0", |
| 65 | + "flowbite": "2.5.1", |
66 | 66 | "react-icons": "5.2.1",
|
67 |
| - "tailwind-merge": "2.3.0" |
| 67 | + "tailwind-merge": "2.4.0" |
68 | 68 | },
|
69 | 69 | "devDependencies": {
|
70 |
| - "@testing-library/jest-dom": "6.4.6", |
| 70 | + "@testing-library/jest-dom": "6.4.8", |
71 | 71 | "@testing-library/react": "16.0.0",
|
72 | 72 | "@testing-library/user-event": "14.5.2",
|
73 | 73 | "@types/react": "18.3.3",
|
74 | 74 | "@types/react-dom": "18.3.0",
|
75 |
| - "@typescript-eslint/eslint-plugin": "7.13.1", |
76 |
| - "@typescript-eslint/parser": "7.13.1", |
| 75 | + "@typescript-eslint/eslint-plugin": "8.0.1", |
| 76 | + "@typescript-eslint/parser": "8.0.1", |
77 | 77 | "@vitejs/plugin-react": "4.3.1",
|
78 |
| - "@vitest/coverage-v8": "1.6.0", |
79 |
| - "eslint-plugin-react": "7.34.3", |
| 78 | + "@vitest/coverage-v8": "2.0.5", |
| 79 | + "eslint-plugin-react": "7.35.0", |
80 | 80 | "eslint-plugin-storybook": "0.8.0",
|
81 | 81 | "eslint-plugin-vitest": "0.5.4",
|
82 | 82 | "fast-glob": "3.3.2",
|
83 |
| - "jsdom": "24.1.0", |
84 |
| - "rollup": "4.18.0", |
| 83 | + "jsdom": "24.1.1", |
| 84 | + "rollup": "4.20.0", |
85 | 85 | "rollup-plugin-esbuild": "6.1.1",
|
86 | 86 | "rollup-plugin-use-client": "1.4.0",
|
87 |
| - "typescript": "5.4.5", |
88 |
| - "vitest": "1.6.0" |
| 87 | + "typescript": "5.5.4", |
| 88 | + "vitest": "2.0.5" |
89 | 89 | },
|
90 | 90 | "peerDependencies": {
|
91 | 91 | "react": ">=18",
|
|
0 commit comments