From 3c16e6725b7d59838ca28ad7d3ea2ede99768a39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 16:44:23 +0000 Subject: [PATCH] Build(deps): Bump tailwindcss from 3.3.5 to 3.4.0 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.3.5 to 3.4.0. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.3.5...v3.4.0) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 30b5abd38..1b895728e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "svelte": "4.2.8", "svelte-check": "3.6.2", "svelte-preprocess": "5.1.3", - "tailwindcss": "3.3.5", + "tailwindcss": "3.4.0", "typescript": "5.3.3", "vitest": "0.34.6" } @@ -8731,9 +8731,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.3.5", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.5.tgz", - "integrity": "sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.0.tgz", + "integrity": "sha512-VigzymniH77knD1dryXbyxR+ePHihHociZbXnLZHUyzf2MMs2ZVqlUrZ3FvpXP8pno9JzmILt1sZPD19M3IxtA==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/package.json b/package.json index fe350c040..5613f1e90 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "svelte": "4.2.8", "svelte-check": "3.6.2", "svelte-preprocess": "5.1.3", - "tailwindcss": "3.3.5", + "tailwindcss": "3.4.0", "typescript": "5.3.3", "vitest": "0.34.6" },