From 99075ccd3bcbef69ffaee8a2cbe7bc3201cfb08d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 05:16:29 +0000 Subject: [PATCH] chore(dev-deps): update tailwindcss requirement from ^3.4.4 to ^3.4.6 Updates the requirements on [tailwindcss](https://github.com/tailwindlabs/tailwindcss) to permit the latest version. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.6/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.4...v3.4.6) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- examples/devtools-react-ts/package.json | 2 +- examples/overlay-react-ts/package.json | 2 +- examples/popup-react-ts/package.json | 2 +- examples/sidepanel-react-ts/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/devtools-react-ts/package.json b/examples/devtools-react-ts/package.json index ece0c094..1d787089 100644 --- a/examples/devtools-react-ts/package.json +++ b/examples/devtools-react-ts/package.json @@ -68,7 +68,7 @@ "husky": "^9.0.11", "autoprefixer": "^10.4.19", "postcss": "^8.4.38", - "tailwindcss": "^3.4.4", + "tailwindcss": "^3.4.6", "typescript": "^5.4.3", "unplugin-fonts": "^1.1.1", "vite": "^5.2.6" diff --git a/examples/overlay-react-ts/package.json b/examples/overlay-react-ts/package.json index b1c7f693..d8a2df7e 100644 --- a/examples/overlay-react-ts/package.json +++ b/examples/overlay-react-ts/package.json @@ -68,7 +68,7 @@ "husky": "^9.0.11", "autoprefixer": "^10.4.19", "postcss": "^8.4.38", - "tailwindcss": "^3.4.4", + "tailwindcss": "^3.4.6", "typescript": "^5.4.3", "unplugin-fonts": "^1.1.1", "vite": "^5.2.6" diff --git a/examples/popup-react-ts/package.json b/examples/popup-react-ts/package.json index ddb4495a..fd3efb66 100644 --- a/examples/popup-react-ts/package.json +++ b/examples/popup-react-ts/package.json @@ -68,7 +68,7 @@ "husky": "^9.0.11", "autoprefixer": "^10.4.19", "postcss": "^8.4.38", - "tailwindcss": "^3.4.4", + "tailwindcss": "^3.4.6", "typescript": "^5.4.3", "unplugin-fonts": "^1.1.1", "vite": "^5.2.6" diff --git a/examples/sidepanel-react-ts/package.json b/examples/sidepanel-react-ts/package.json index fda01c82..550c61ec 100644 --- a/examples/sidepanel-react-ts/package.json +++ b/examples/sidepanel-react-ts/package.json @@ -68,7 +68,7 @@ "husky": "^9.0.11", "autoprefixer": "^10.4.19", "postcss": "^8.4.38", - "tailwindcss": "^3.4.4", + "tailwindcss": "^3.4.6", "typescript": "^5.4.3", "unplugin-fonts": "^1.1.1", "vite": "^5.2.6"