From ef91adb073834e97199df05ecc659e15c0887db5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 05:34:40 +0000 Subject: [PATCH] chore(dev-deps): update tailwindcss requirement from ^3.4.7 to ^3.4.10 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.10/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.7...v3.4.10) --- 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/popup-svelte-ts/package.json | 2 +- examples/sidepanel-react-ts/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/devtools-react-ts/package.json b/examples/devtools-react-ts/package.json index 1e64aa97..7b53ae27 100644 --- a/examples/devtools-react-ts/package.json +++ b/examples/devtools-react-ts/package.json @@ -68,7 +68,7 @@ "husky": "^9.1.4", "autoprefixer": "^10.4.19", "postcss": "^8.4.40", - "tailwindcss": "^3.4.7", + "tailwindcss": "^3.4.10", "typescript": "^5.5.4", "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 99bcfd86..ada9de80 100644 --- a/examples/overlay-react-ts/package.json +++ b/examples/overlay-react-ts/package.json @@ -68,7 +68,7 @@ "husky": "^9.1.4", "autoprefixer": "^10.4.19", "postcss": "^8.4.40", - "tailwindcss": "^3.4.7", + "tailwindcss": "^3.4.10", "typescript": "^5.5.4", "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 cb56f784..631aad9b 100644 --- a/examples/popup-react-ts/package.json +++ b/examples/popup-react-ts/package.json @@ -68,7 +68,7 @@ "husky": "^9.1.4", "autoprefixer": "^10.4.19", "postcss": "^8.4.40", - "tailwindcss": "^3.4.7", + "tailwindcss": "^3.4.10", "typescript": "^5.5.4", "unplugin-fonts": "^1.1.1", "vite": "^5.2.6" diff --git a/examples/popup-svelte-ts/package.json b/examples/popup-svelte-ts/package.json index 46f8a3ca..a4424e4a 100644 --- a/examples/popup-svelte-ts/package.json +++ b/examples/popup-svelte-ts/package.json @@ -45,7 +45,7 @@ "lint-staged": "^15.2.2", "svelte": "^4.2.18", "svelte-check": "^3.8.4", - "tailwindcss": "^3.4.1", + "tailwindcss": "^3.4.10", "tslib": "^2.7.0", "typescript": "^5.5.4", "unplugin-fonts": "^1.1.1", diff --git a/examples/sidepanel-react-ts/package.json b/examples/sidepanel-react-ts/package.json index 2bc9b5e8..d2c2357a 100644 --- a/examples/sidepanel-react-ts/package.json +++ b/examples/sidepanel-react-ts/package.json @@ -68,7 +68,7 @@ "husky": "^9.1.4", "autoprefixer": "^10.4.19", "postcss": "^8.4.40", - "tailwindcss": "^3.4.7", + "tailwindcss": "^3.4.10", "typescript": "^5.5.4", "unplugin-fonts": "^1.1.1", "vite": "^5.2.6"