From 65b985092a4b84be44232e0f66a9bba1d8485d99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 21:24:20 +0000 Subject: [PATCH] chore(dev-deps): update tailwindcss requirement from ^3.4.13 to ^3.4.14 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.14/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.13...v3.4.14) --- 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 59c9d4a9..c2cd5383 100644 --- a/examples/devtools-react-ts/package.json +++ b/examples/devtools-react-ts/package.json @@ -68,7 +68,7 @@ "husky": "^9.1.5", "autoprefixer": "^10.4.19", "postcss": "^8.4.45", - "tailwindcss": "^3.4.13", + "tailwindcss": "^3.4.14", "typescript": "^5.6.2", "unplugin-fonts": "^1.1.1", "vite": "^5.4.9" diff --git a/examples/overlay-react-ts/package.json b/examples/overlay-react-ts/package.json index e64f61cf..afbbceb5 100644 --- a/examples/overlay-react-ts/package.json +++ b/examples/overlay-react-ts/package.json @@ -68,7 +68,7 @@ "husky": "^9.1.5", "autoprefixer": "^10.4.19", "postcss": "^8.4.45", - "tailwindcss": "^3.4.13", + "tailwindcss": "^3.4.14", "typescript": "^5.6.2", "unplugin-fonts": "^1.1.1", "vite": "^5.4.9" diff --git a/examples/popup-react-ts/package.json b/examples/popup-react-ts/package.json index 30ae7913..b7e5859f 100644 --- a/examples/popup-react-ts/package.json +++ b/examples/popup-react-ts/package.json @@ -68,7 +68,7 @@ "husky": "^9.1.5", "autoprefixer": "^10.4.19", "postcss": "^8.4.45", - "tailwindcss": "^3.4.13", + "tailwindcss": "^3.4.14", "typescript": "^5.6.2", "unplugin-fonts": "^1.1.1", "vite": "^5.4.9" diff --git a/examples/popup-svelte-ts/package.json b/examples/popup-svelte-ts/package.json index fa43a2db..8514ce68 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.19", "svelte-check": "^4.0.5", - "tailwindcss": "^3.4.13", + "tailwindcss": "^3.4.14", "tslib": "^2.7.0", "typescript": "^5.6.2", "unplugin-fonts": "^1.1.1", diff --git a/examples/sidepanel-react-ts/package.json b/examples/sidepanel-react-ts/package.json index 4a209337..c415fafd 100644 --- a/examples/sidepanel-react-ts/package.json +++ b/examples/sidepanel-react-ts/package.json @@ -68,7 +68,7 @@ "husky": "^9.1.5", "autoprefixer": "^10.4.19", "postcss": "^8.4.45", - "tailwindcss": "^3.4.13", + "tailwindcss": "^3.4.14", "typescript": "^5.6.2", "unplugin-fonts": "^1.1.1", "vite": "^5.4.9"