From ca0ca4368a7c1258c0ff2a1447ca55c5db376e72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 18:23:14 +0000 Subject: [PATCH] chore(deps): update dependency tailwindcss to v3.4.0 (#2994) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- spring-boot-admin-server-ui/package-lock.json | 8 ++++---- spring-boot-admin-server-ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/spring-boot-admin-server-ui/package-lock.json b/spring-boot-admin-server-ui/package-lock.json index 98649038d30..fbb2536b6bf 100644 --- a/spring-boot-admin-server-ui/package-lock.json +++ b/spring-boot-admin-server-ui/package-lock.json @@ -87,7 +87,7 @@ "rollup-plugin-visualizer": "5.11.0", "sass": "^1.57.1", "storybook": "7.6.6", - "tailwindcss": "3.3.7", + "tailwindcss": "3.4.0", "ts-node-dev": "^2.0.0", "typescript": "^5.0.3", "vite": "5.0.10", @@ -17410,9 +17410,9 @@ "dev": true }, "node_modules/tailwindcss": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.7.tgz", - "integrity": "sha512-pjgQxDZPvyS/nG3ZYkyCvsbONJl7GdOejfm24iMt2ElYQQw8Jc4p0m8RdMp7mznPD0kUhfzwV3zAwa80qI0zmQ==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.0.tgz", + "integrity": "sha512-VigzymniH77knD1dryXbyxR+ePHihHociZbXnLZHUyzf2MMs2ZVqlUrZ3FvpXP8pno9JzmILt1sZPD19M3IxtA==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/spring-boot-admin-server-ui/package.json b/spring-boot-admin-server-ui/package.json index 2bbaf32eaf9..accfa258d76 100644 --- a/spring-boot-admin-server-ui/package.json +++ b/spring-boot-admin-server-ui/package.json @@ -98,7 +98,7 @@ "rollup-plugin-visualizer": "5.11.0", "sass": "^1.57.1", "storybook": "7.6.6", - "tailwindcss": "3.3.7", + "tailwindcss": "3.4.0", "ts-node-dev": "^2.0.0", "typescript": "^5.0.3", "vite": "5.0.10",