From 4988001e0ac3aea17dba7ee3d544ae1e7afab520 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 10:05:31 +0000 Subject: [PATCH] Bump tailwindcss from 4.0.0-beta.1 to 4.0.0 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 4.0.0-beta.1 to 4.0.0. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/next/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v4.0.0-beta.1...v4.0.0) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 +++++++++++++++++---- package.json | 2 +- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f853b9c..ee4c4cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^6.28.0", - "tailwindcss": "^4.0.0-beta.1", + "tailwindcss": "^4.0.0", "zod": "^3.23.8" }, "devDependencies": { @@ -1146,6 +1146,12 @@ "tailwindcss": "4.0.0-beta.1" } }, + "node_modules/@tailwindcss/node/node_modules/tailwindcss": { + "version": "4.0.0-beta.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.0-beta.1.tgz", + "integrity": "sha512-Pnj2oLtAiNgnd+eHfW4RFuG8EIklYF1FModYFtr6bXrgLoZndePW5jX17Zwyo7Oeq+0dXTekjjMr5IRnQHgCXg==", + "license": "MIT" + }, "node_modules/@tailwindcss/oxide": { "version": "4.0.0-beta.1", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.0.0-beta.1.tgz", @@ -1347,6 +1353,12 @@ "vite": "^5.2.0" } }, + "node_modules/@tailwindcss/vite/node_modules/tailwindcss": { + "version": "4.0.0-beta.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.0-beta.1.tgz", + "integrity": "sha512-Pnj2oLtAiNgnd+eHfW4RFuG8EIklYF1FModYFtr6bXrgLoZndePW5jX17Zwyo7Oeq+0dXTekjjMr5IRnQHgCXg==", + "license": "MIT" + }, "node_modules/@types/babel__core": { "version": "7.20.5", "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", @@ -2358,9 +2370,10 @@ } }, "node_modules/tailwindcss": { - "version": "4.0.0-beta.1", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.0-beta.1.tgz", - "integrity": "sha512-Pnj2oLtAiNgnd+eHfW4RFuG8EIklYF1FModYFtr6bXrgLoZndePW5jX17Zwyo7Oeq+0dXTekjjMr5IRnQHgCXg==" + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.0.tgz", + "integrity": "sha512-ULRPI3A+e39T7pSaf1xoi58AqqJxVCLg8F/uM5A3FadUbnyDTgltVnXJvdkTjwCOGA6NazqHVcwPJC5h2vRYVQ==", + "license": "MIT" }, "node_modules/tapable": { "version": "2.2.1", diff --git a/package.json b/package.json index f1daa6c..cf49e53 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^6.28.0", - "tailwindcss": "^4.0.0-beta.1", + "tailwindcss": "^4.0.0", "zod": "^3.23.8" }, "devDependencies": {