From db6ba6eaeb3be7af6bf8c824d1c3c72614e06aa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 17:50:14 +0000 Subject: [PATCH] Bump tailwindcss from 4.0.8 to 4.0.9 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.0.8 to 4.0.9. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.9/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 40 +++++++++++++++++++++++++++------------- package.json | 2 +- 2 files changed, 28 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 54717cbf..ef900328 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,9 +56,9 @@ "next-themes": "^0.4.4", "novel": "^1.0.2", "openai": "^4.85.3", - "react": "latest", + "react": "*", "react-cookie": "^7.2.2", - "react-dom": "latest", + "react-dom": "*", "react-i18next": "^15.4.1", "sonner": "^2.0.1", "stripe": "^17.6.0", @@ -70,17 +70,17 @@ }, "devDependencies": { "@tailwindcss/postcss": "^4.0.8", - "@types/node": "latest", - "@types/react": "latest", - "@types/react-dom": "latest", + "@types/node": "*", + "@types/react": "*", + "@types/react-dom": "*", "@types/uuid": "^10.0.0", - "eslint": "latest", - "eslint-config-next": "latest", - "postcss": "latest", + "eslint": "*", + "eslint-config-next": "*", + "postcss": "*", "prettier": "^3.5.2", "prettier-plugin-tailwindcss": "^0.6.11", - "tailwindcss": "^4.0.8", - "typescript": "latest" + "tailwindcss": "^4.0.9", + "typescript": "*" }, "optionalDependencies": { "@tailwindcss/oxide-linux-arm64-gnu": "^4.0.8", @@ -3876,6 +3876,13 @@ "tailwindcss": "4.0.8" } }, + "node_modules/@tailwindcss/node/node_modules/tailwindcss": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.8.tgz", + "integrity": "sha512-Me7N5CKR+D2A1xdWA5t5+kjjT7bwnxZOE6/yDI/ixJdJokszsn2n++mdU5yJwrsTpqFX2B9ZNMBJDwcqk9C9lw==", + "dev": true, + "license": "MIT" + }, "node_modules/@tailwindcss/oxide": { "version": "4.0.8", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.0.8.tgz", @@ -4099,6 +4106,13 @@ "tailwindcss": "4.0.8" } }, + "node_modules/@tailwindcss/postcss/node_modules/tailwindcss": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.8.tgz", + "integrity": "sha512-Me7N5CKR+D2A1xdWA5t5+kjjT7bwnxZOE6/yDI/ixJdJokszsn2n++mdU5yJwrsTpqFX2B9ZNMBJDwcqk9C9lw==", + "dev": true, + "license": "MIT" + }, "node_modules/@tailwindcss/typography": { "version": "0.5.16", "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.16.tgz", @@ -11896,9 +11910,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.8.tgz", - "integrity": "sha512-Me7N5CKR+D2A1xdWA5t5+kjjT7bwnxZOE6/yDI/ixJdJokszsn2n++mdU5yJwrsTpqFX2B9ZNMBJDwcqk9C9lw==", + "version": "4.0.9", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.9.tgz", + "integrity": "sha512-12laZu+fv1ONDRoNR9ipTOpUD7RN9essRVkX36sjxuRUInpN7hIiHN4lBd/SIFjbISvnXzp8h/hXzmU8SQQYhw==", "license": "MIT" }, "node_modules/tailwindcss-animate": { diff --git a/package.json b/package.json index a4c56b9a..4ee0fc6c 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "postcss": "latest", "prettier": "^3.5.2", "prettier-plugin-tailwindcss": "^0.6.11", - "tailwindcss": "^4.0.8", + "tailwindcss": "^4.0.9", "typescript": "latest" }, "optionalDependencies": {