From 308fe14988de49e710b901c093274dc621ba8601 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 03:51:09 +0000 Subject: [PATCH] build(deps-dev): bump @tailwindcss/forms from 0.5.4 to 0.5.7 Bumps [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms) from 0.5.4 to 0.5.7. - [Release notes](https://github.com/tailwindlabs/tailwindcss-forms/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss-forms/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.4...v0.5.7) --- updated-dependencies: - dependency-name: "@tailwindcss/forms" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5111ab4..41082b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@headlessui/react": "^1.7.17", "@inertiajs/react": "^1.0.0", "@playwright/test": "^1.36.2", - "@tailwindcss/forms": "^0.5.4", + "@tailwindcss/forms": "^0.5.7", "@types/node": "^18.13.0", "@types/react": "^18.2.17", "@types/react-dom": "^18.2.7", @@ -1142,9 +1142,9 @@ } }, "node_modules/@tailwindcss/forms": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.4.tgz", - "integrity": "sha512-YAm12D3R7/9Mh4jFbYSMnsd6jG++8KxogWgqs7hbdo/86aWjjlIEvL7+QYdVELmAI0InXTpZqFIg5e7aDVWI2Q==", + "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==", "dev": true, "dependencies": { "mini-svg-data-uri": "^1.2.3" diff --git a/package.json b/package.json index 221150e..4aa7f70 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@headlessui/react": "^1.7.17", "@inertiajs/react": "^1.0.0", "@playwright/test": "^1.36.2", - "@tailwindcss/forms": "^0.5.4", + "@tailwindcss/forms": "^0.5.7", "@types/node": "^18.13.0", "@types/react": "^18.2.17", "@types/react-dom": "^18.2.7",