diff --git a/packages/renderer/package.json b/packages/renderer/package.json index a6c736c539d69..7d50f1f09075b 100644 --- a/packages/renderer/package.json +++ b/packages/renderer/package.json @@ -42,7 +42,7 @@ "svelte-eslint-parser": "^0.41.1", "svelte-fa": "^4.0.3", "svelte-steps": "2.4.1", - "tailwindcss": "^3.4.13", + "tailwindcss": "^3.4.14", "tslib": "^2.8.0", "typescript": "^5.6.3", "vite": "^5.4.9", diff --git a/packages/ui/package.json b/packages/ui/package.json index ca6419226a32e..39512c5bc5f2d 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -152,7 +152,7 @@ "svelte": "5.0.0-next.266", "svelte-check": "^4.0.5", "svelte-eslint-parser": "^0.41.1", - "tailwindcss": "^3.4.13", + "tailwindcss": "^3.4.14", "tslib": "^2.8.0", "typescript": "^5.6.3", "vite": "^5.4.9", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 710283bb783eb..d6206d9873106 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -660,8 +660,8 @@ importers: specifier: 2.4.1 version: 2.4.1 tailwindcss: - specifier: ^3.4.13 - version: 3.4.13 + specifier: ^3.4.14 + version: 3.4.14 tslib: specifier: ^2.8.0 version: 2.8.0 @@ -754,8 +754,8 @@ importers: specifier: ^0.41.1 version: 0.41.1(svelte@5.0.0-next.266) tailwindcss: - specifier: ^3.4.13 - version: 3.4.13 + specifier: ^3.4.14 + version: 3.4.14 tslib: specifier: ^2.8.0 version: 2.8.0 @@ -865,8 +865,8 @@ importers: specifier: ^4.0.5 version: 4.0.5(picomatch@4.0.2)(svelte@5.0.0-next.266)(typescript@5.6.3) tailwindcss: - specifier: ^3.4.13 - version: 3.4.13 + specifier: ^3.4.14 + version: 3.4.14 typescript: specifier: ^5.6.3 version: 5.6.3 @@ -984,8 +984,8 @@ importers: specifier: ^8.4.47 version: 8.4.47 tailwindcss: - specifier: ^3.4.13 - version: 3.4.13 + specifier: ^3.4.14 + version: 3.4.14 typedoc: specifier: ^0.26.9 version: 0.26.9(typescript@5.6.3) @@ -10281,8 +10281,8 @@ packages: symbol-tree@3.2.4: resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} - tailwindcss@3.4.13: - resolution: {integrity: sha512-KqjHOJKogOUt5Bs752ykCeiwvi0fKVkr5oqsFNt/8px/tA8scFPIlkygsf6jXrfCqGHz7VflA6+yytWuM+XhFw==} + tailwindcss@3.4.14: + resolution: {integrity: sha512-IcSvOcTRcUtQQ7ILQL5quRDg7Xs93PdJEk1ZLbhhvJc7uj/OAhYOnruEiwnGgBvUtaUAJ8/mhSw1o8L2jCiENA==} engines: {node: '>=14.0.0'} hasBin: true @@ -23009,7 +23009,7 @@ snapshots: symbol-tree@3.2.4: {} - tailwindcss@3.4.13: + tailwindcss@3.4.14: dependencies: '@alloc/quick-lru': 5.2.0 arg: 5.0.2 diff --git a/storybook/package.json b/storybook/package.json index ee03ea52ea12c..2d177604596ac 100644 --- a/storybook/package.json +++ b/storybook/package.json @@ -44,7 +44,7 @@ "storybook-dark-mode": "^4.0.2", "svelte": "5.0.0-next.266", "svelte-check": "^4.0.5", - "tailwindcss": "^3.4.13", + "tailwindcss": "^3.4.14", "typescript": "^5.6.3", "vite": "^5.4.9", "vitest": "^2.1.2" diff --git a/website/package.json b/website/package.json index 9a95d6f7df8c8..204ad8dfb9057 100644 --- a/website/package.json +++ b/website/package.json @@ -49,7 +49,7 @@ "markdownlint": "^0.35.0", "markdownlint-cli2": "^0.14.0", "postcss": "^8.4.47", - "tailwindcss": "^3.4.13", + "tailwindcss": "^3.4.14", "typedoc": "^0.26.9", "typedoc-plugin-markdown": "^4.2.9", "typescript": "^5.6.3",