diff --git a/packages/ui/package-lock.json b/packages/ui/package-lock.json index c71754234..7857b8927 100644 --- a/packages/ui/package-lock.json +++ b/packages/ui/package-lock.json @@ -37,7 +37,7 @@ "jsdom": "^29.0.1", "publint": "^0.3.18", "size-limit": "^12.0.0", - "storybook": "^10.2.16", + "storybook": "^10.3.3", "tailwind-csstree": "^0.1.4", "tailwindcss": "^4.2.2", "tsx": "^4.21.0", @@ -12327,9 +12327,9 @@ } }, "node_modules/storybook": { - "version": "10.3.1", - "resolved": "https://registry.npmjs.org/storybook/-/storybook-10.3.1.tgz", - "integrity": "sha512-i/CA1dUyVcF6cNL3tgPTQ/G6Evh6r3QdATuiiKObrA3QkEKmt3jrY+WeuQA7FCcmHk/vKabeliNrblaff8aY6Q==", + "version": "10.3.3", + "resolved": "https://registry.npmjs.org/storybook/-/storybook-10.3.3.tgz", + "integrity": "sha512-tMoRAts9EVqf+mEMPLC6z1DPyHbcPe+CV1MhLN55IKsl0HxNjvVGK44rVPSePbltPE6vIsn4bdRj6CCUt8SJwQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/packages/ui/package.json b/packages/ui/package.json index ff62ea40d..d10656e87 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -105,7 +105,7 @@ "jsdom": "^29.0.1", "publint": "^0.3.18", "size-limit": "^12.0.0", - "storybook": "^10.2.16", + "storybook": "^10.3.3", "tailwind-csstree": "^0.1.4", "tailwindcss": "^4.2.2", "tsx": "^4.21.0",