From acd9341d320fdcf697ab7053a72379696bb6375b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 02:46:16 +0000 Subject: [PATCH] chore: bump tailwindcss in /examples/openfeature_react/react-app Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.0.3 to 4.0.5. - [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.5/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/openfeature_react/react-app/package-lock.json | 8 ++++---- examples/openfeature_react/react-app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/openfeature_react/react-app/package-lock.json b/examples/openfeature_react/react-app/package-lock.json index 883669e5087..3dfd4afb954 100644 --- a/examples/openfeature_react/react-app/package-lock.json +++ b/examples/openfeature_react/react-app/package-lock.json @@ -26,7 +26,7 @@ "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.18", "postcss": "^8.5.1", - "tailwindcss": "^4.0.3", + "tailwindcss": "^4.0.5", "typescript": "^5.7.3", "vite": "^6.0.11" } @@ -2965,9 +2965,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.3.tgz", - "integrity": "sha512-ImmZF0Lon5RrQpsEAKGxRvHwCvMgSC4XVlFRqmbzTEDb/3wvin9zfEZrMwgsa3yqBbPqahYcVI6lulM2S7IZAA==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.5.tgz", + "integrity": "sha512-DZZIKX3tA23LGTjHdnwlJOTxfICD1cPeykLLsYF1RQBI9QsCR3i0szohJfJDVjr6aNRAIio5WVO7FGB77fRHwg==", "dev": true, "license": "MIT" }, diff --git a/examples/openfeature_react/react-app/package.json b/examples/openfeature_react/react-app/package.json index f19d435d5d8..abbc3918629 100644 --- a/examples/openfeature_react/react-app/package.json +++ b/examples/openfeature_react/react-app/package.json @@ -28,7 +28,7 @@ "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.18", "postcss": "^8.5.1", - "tailwindcss": "^4.0.3", + "tailwindcss": "^4.0.5", "typescript": "^5.7.3", "vite": "^6.0.11" }