From 7457084eb35631f7c203582caa47d4dba950a42a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 07:17:55 +0000 Subject: [PATCH] build(deps-dev): 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:development 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 f78b8d76..09f861af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -73,7 +73,7 @@ "sass-loader": "~8.0.0", "source-map-loader": "~1.1.3", "start-server-and-test": "~1.15.0", - "tailwindcss": "^3.1.8", + "tailwindcss": "^3.4.0", "typescript": "~4.9.4", "vue-template-compiler": "~2.7.14" } @@ -25645,9 +25645,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==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index 61baf941..8723869b 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "sass-loader": "~8.0.0", "source-map-loader": "~1.1.3", "start-server-and-test": "~1.15.0", - "tailwindcss": "^3.1.8", + "tailwindcss": "^3.4.0", "typescript": "~4.9.4", "vue-template-compiler": "~2.7.14" },