From 3c5986b881d2955ed38e715cb56112c5501fde6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 17:52:33 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump tailwindcss from 3.4.5 to 4.1.18 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.5 to 4.1.18. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.18/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.1.18 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontends/dbal/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/dbal/package.json b/frontends/dbal/package.json index b9f2f37ef..75a8f1dc0 100644 --- a/frontends/dbal/package.json +++ b/frontends/dbal/package.json @@ -27,7 +27,7 @@ "eslint": "9.39.2", "eslint-config-next": "16.1.1", "postcss": "8.4.35", - "tailwindcss": "3.4.5", + "tailwindcss": "4.1.18", "typescript": "~5.9.3" } } From 680b5329e267a2837d0050704e9af58ec821b141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 17:54:06 +0000 Subject: [PATCH 2/2] chore(deps-dev): bump storybook from 8.6.15 to 10.1.11 Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) from 8.6.15 to 10.1.11. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v10.1.11/code/core) --- updated-dependencies: - dependency-name: storybook dependency-version: 10.1.11 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- storybook/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storybook/package.json b/storybook/package.json index 4a303d1d4..015fa1feb 100644 --- a/storybook/package.json +++ b/storybook/package.json @@ -26,7 +26,7 @@ "@types/react-dom": "^18.3.5", "@vitejs/plugin-react": "^4.5.2", "sass": "^1.97.1", - "storybook": "^8.6.15", + "storybook": "^10.1.11", "typescript": "^5.9.3", "vite": "^6.3.5" }