From 3f9e2c9687a521a2e9cf907f6c439014e3fb1036 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 05:20:31 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Bump=20@tailwindcss/forms=20from?= =?UTF-8?q?=200.5.7=20to=200.5.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms) from 0.5.7 to 0.5.8. - [Release notes](https://github.com/tailwindlabs/tailwindcss-forms/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss-forms/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.7...v0.5.8) --- updated-dependencies: - dependency-name: "@tailwindcss/forms" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 55b793fe..d37af6ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,19 +1,19 @@ { "name": "hugo-blowfish-theme", - "version": "2.76.0", + "version": "2.78.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hugo-blowfish-theme", - "version": "2.76.0", + "version": "2.78.0", "hasInstallScript": true, "license": "MIT", "dependencies": { "@headlessui/react": "^2.1.2", "@heroicons/react": "^2.1.5", "@iamtraction/google-translate": "^2.0.1", - "@tailwindcss/forms": "^0.5.7", + "@tailwindcss/forms": "^0.5.8", "commander": "^12.1.0" }, "devDependencies": { @@ -404,14 +404,14 @@ } }, "node_modules/@tailwindcss/forms": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.7.tgz", - "integrity": "sha512-QE7X69iQI+ZXwldE+rzasvbJiyV/ju1FGHH0Qn2W3FKbuYtqp8LKcy6iSw79fVUT5/Vvf+0XgLCeYVG+UV6hOw==", + "version": "0.5.8", + "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.8.tgz", + "integrity": "sha512-DJs7B7NPD0JH7BVvdHWNviWmunlFhuEkz7FyFxE4japOWYMLl9b1D6+Z9mivJJPWr6AEbmlPqgiFRyLwFB1SgQ==", "dependencies": { "mini-svg-data-uri": "^1.2.3" }, "peerDependencies": { - "tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1" + "tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1 || >= 4.0.0-alpha.20" } }, "node_modules/@tailwindcss/typography": { diff --git a/package.json b/package.json index 78a6ccfc..3ddaf136 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "@headlessui/react": "^2.1.2", "@heroicons/react": "^2.1.5", "@iamtraction/google-translate": "^2.0.1", - "@tailwindcss/forms": "^0.5.7", + "@tailwindcss/forms": "^0.5.8", "commander": "^12.1.0" } }