From aa5118f6581cdee8e0b53d4c30ba29184ab3c4a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 22:07:36 +0000 Subject: [PATCH] chore(dev-deps): update tailwindcss requirement from ^3.4.6 to ^3.4.7 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.7/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.6...v3.4.7) --- 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 cddeed7b..a0a220a2 100644 --- a/examples/devtools-react-ts/package.json +++ b/examples/devtools-react-ts/package.json @@ -68,7 +68,7 @@ "husky": "^9.1.3", "autoprefixer": "^10.4.19", "postcss": "^8.4.39", - "tailwindcss": "^3.4.6", + "tailwindcss": "^3.4.7", "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 31164bbd..1d5f2dda 100644 --- a/examples/overlay-react-ts/package.json +++ b/examples/overlay-react-ts/package.json @@ -68,7 +68,7 @@ "husky": "^9.1.3", "autoprefixer": "^10.4.19", "postcss": "^8.4.39", - "tailwindcss": "^3.4.6", + "tailwindcss": "^3.4.7", "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 19ec25ad..b5b5ba74 100644 --- a/examples/popup-react-ts/package.json +++ b/examples/popup-react-ts/package.json @@ -68,7 +68,7 @@ "husky": "^9.1.3", "autoprefixer": "^10.4.19", "postcss": "^8.4.39", - "tailwindcss": "^3.4.6", + "tailwindcss": "^3.4.7", "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 9244e89c..50594e79 100644 --- a/examples/sidepanel-react-ts/package.json +++ b/examples/sidepanel-react-ts/package.json @@ -68,7 +68,7 @@ "husky": "^9.1.3", "autoprefixer": "^10.4.19", "postcss": "^8.4.39", - "tailwindcss": "^3.4.6", + "tailwindcss": "^3.4.7", "typescript": "^5.4.3", "unplugin-fonts": "^1.1.1", "vite": "^5.2.6"