From 21d6d1221ea7711007e033eb86240570f6b46961 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 15:38:34 +0800 Subject: [PATCH] build(deps): bump @tailwindcss/forms from 0.4.1 to 0.5.6 (#568) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/example-auth/package.json | 2 +- examples/example-blog/package.json | 2 +- examples/example-marketing/package.json | 2 +- examples/example-query/package.json | 2 +- examples/example-search-api/package.json | 2 +- examples/example-webform/package.json | 2 +- yarn.lock | 9 +-------- 7 files changed, 7 insertions(+), 14 deletions(-) diff --git a/examples/example-auth/package.json b/examples/example-auth/package.json index e4ad269a..eaf8c95e 100644 --- a/examples/example-auth/package.json +++ b/examples/example-auth/package.json @@ -14,7 +14,7 @@ "test:e2e:ci": "start-server-and-test 'yarn preview' http://localhost:3434 cy:run" }, "dependencies": { - "@tailwindcss/forms": "^0.4.0", + "@tailwindcss/forms": "^0.5.6", "@tailwindcss/typography": "^0.5.1", "jwt-decode": "^3.1.2", "next": "^12.2.3", diff --git a/examples/example-blog/package.json b/examples/example-blog/package.json index 7c2387fd..0c057d77 100644 --- a/examples/example-blog/package.json +++ b/examples/example-blog/package.json @@ -14,7 +14,7 @@ "test:e2e:ci": "start-server-and-test 'yarn preview' http://localhost:3030 cy:run" }, "dependencies": { - "@tailwindcss/forms": "^0.4.0", + "@tailwindcss/forms": "^0.5.6", "@tailwindcss/typography": "^0.5.1", "classnames": "^2.3.1", "drupal-jsonapi-params": "^1.2.2", diff --git a/examples/example-marketing/package.json b/examples/example-marketing/package.json index bfe7ae37..59ba91fb 100644 --- a/examples/example-marketing/package.json +++ b/examples/example-marketing/package.json @@ -14,7 +14,7 @@ "test:e2e:ci": "start-server-and-test 'yarn preview' http://localhost:3001 cy:run" }, "dependencies": { - "@tailwindcss/forms": "^0.4.0", + "@tailwindcss/forms": "^0.5.6", "@tailwindcss/typography": "^0.5.1", "@tanstack/react-query": "^4.0.10", "classnames": "^2.3.1", diff --git a/examples/example-query/package.json b/examples/example-query/package.json index 9205888f..bda191a7 100644 --- a/examples/example-query/package.json +++ b/examples/example-query/package.json @@ -10,7 +10,7 @@ "lint": "next lint" }, "dependencies": { - "@tailwindcss/forms": "^0.4.0", + "@tailwindcss/forms": "^0.5.6", "@tailwindcss/typography": "^0.5.1", "clsx": "^1.2.1", "next": "^12.2.3", diff --git a/examples/example-search-api/package.json b/examples/example-search-api/package.json index c6dc37d1..56c4a002 100644 --- a/examples/example-search-api/package.json +++ b/examples/example-search-api/package.json @@ -14,7 +14,7 @@ "test:e2e:ci": "start-server-and-test 'yarn preview' http://localhost:3838 cy:run" }, "dependencies": { - "@tailwindcss/forms": "^0.4.0", + "@tailwindcss/forms": "^0.5.6", "@tailwindcss/typography": "^0.5.1", "@tanstack/react-query": "^4.20.4", "next": "^12.2.3", diff --git a/examples/example-webform/package.json b/examples/example-webform/package.json index 7ca374b6..22009b7a 100644 --- a/examples/example-webform/package.json +++ b/examples/example-webform/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@hookform/resolvers": "^2.8.3", - "@tailwindcss/forms": "^0.4.0", + "@tailwindcss/forms": "^0.5.6", "@tailwindcss/typography": "^0.5.1", "next": "^12.2.3", "next-drupal": "^1.6.0", diff --git a/yarn.lock b/yarn.lock index 6ea3f68e..01fe6450 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3022,14 +3022,7 @@ resolved "https://registry.yarnpkg.com/@tailwindcss/aspect-ratio/-/aspect-ratio-0.4.2.tgz#9ffd52fee8e3c8b20623ff0dcb29e5c21fb0a9ba" integrity sha512-8QPrypskfBa7QIMuKHg2TA7BqES6vhBrDLOv8Unb6FcFyd3TjKbc6lcmb9UPQHxfl24sXoJ41ux/H7qQQvfaSQ== -"@tailwindcss/forms@^0.4.0": - version "0.4.1" - resolved "https://registry.yarnpkg.com/@tailwindcss/forms/-/forms-0.4.1.tgz#5a47ccd60490cbba84e662f2b9cf3d71a5126d17" - integrity sha512-gS9xjCmJjUBz/eP12QlENPLnf0tCx68oYE3mri0GMP5jdtVwLbGUNSRpjsp6NzLAZzZy3ueOwrcqB78Ax6Z84A== - dependencies: - mini-svg-data-uri "^1.2.3" - -"@tailwindcss/forms@^0.5.2": +"@tailwindcss/forms@^0.5.2", "@tailwindcss/forms@^0.5.6": version "0.5.6" resolved "https://registry.yarnpkg.com/@tailwindcss/forms/-/forms-0.5.6.tgz#29c6c2b032b363e0c5110efed1499867f6d7e868" integrity sha512-Fw+2BJ0tmAwK/w01tEFL5TiaJBX1NLT1/YbWgvm7ws3Qcn11kiXxzNTEQDMs5V3mQemhB56l3u0i9dwdzSQldA==