Skip to content

Commit

Permalink
build(deps): bump @tailwindcss/forms from 0.4.1 to 0.5.6
Browse files Browse the repository at this point in the history
Bumps [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms) from 0.4.1 to 0.5.6.
- [Release notes](https://github.com/tailwindlabs/tailwindcss-forms/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss-forms/blob/master/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss-forms@v0.4.1...v0.5.6)

---
updated-dependencies:
- dependency-name: "@tailwindcss/forms"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 20, 2023
1 parent f8a8aed commit acc1c5a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 14 deletions.
2 changes: 1 addition & 1 deletion examples/example-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/example-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/example-marketing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/example-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/example-search-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/example-webform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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==
Expand Down

0 comments on commit acc1c5a

Please sign in to comment.