Skip to content

Commit

Permalink
⬆️ Bump @headlessui/react from 1.7.18 to 2.0.0 (#1483)
Browse files Browse the repository at this point in the history
⬆️ Bump @headlessui/react from 1.7.18 to 2.0.0

Bumps [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) from 1.7.18 to 2.0.0.
- [Release notes](https://github.com/tailwindlabs/headlessui/releases)
- [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/react@v2.0.0/packages/@headlessui-react)

---
updated-dependencies:
- dependency-name: "@headlessui/react"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent d4d1035 commit d83beee
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/carloscuesta/carloscuesta.me#readme",
"dependencies": {
"@headlessui/react": "1.7.18",
"@headlessui/react": "2.0.0",
"@plaiceholder/next": "2.5.0",
"@types/lodash.truncate": "4.4.9",
"@vercel/analytics": "^1.2.2",
Expand Down
143 changes: 130 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 11 additions & 2 deletions src/components/Layout/__tests__/__snapshots__/layout.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -105,18 +105,27 @@ exports[`Layout should render the Layout with children 1`] = `
</div>
<div
className="relative"
data-headlessui-state=""
>
<button
aria-expanded={false}
aria-haspopup="listbox"
aria-label="Select theme"
autoFocus={false}
className="relative flex h-10 w-10 items-center justify-center rounded-full outline-none transition-opacity hover:opacity-100 focus-visible:ring-2 focus-visible:ring-neutral-200 dark:focus:ring-neutral-600 opacity-50"
data-headlessui-state=""
disabled={false}
id="headlessui-listbox-button-:r0:"
id="headlessui-listbox-button-:r1:"
onBlur={[Function]}
onClick={[Function]}
onFocus={[Function]}
onKeyDown={[Function]}
onKeyPress={[Function]}
onKeyUp={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
onPointerDown={[Function]}
onPointerUp={[Function]}
onTouchStart={[Function]}
type="button"
>
<div
Expand Down

0 comments on commit d83beee

Please sign in to comment.