Skip to content

Commit c13a775

Browse files
committed
Upgrade @headlessui/react
1 parent 60494a1 commit c13a775

File tree

3 files changed

+191
-3
lines changed

3 files changed

+191
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"@graphql-tools/schema": "10.0.15",
24-
"@headlessui/react": "^1.7.17",
24+
"@headlessui/react": "^2.2.4",
2525
"@radix-ui/react-radio-group": "^1.1.3",
2626
"@tailwindcss/container-queries": "^0.1.1",
2727
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",

pnpm-lock.yaml

Lines changed: 189 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/app/conf/_components/schedule/filters.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export function Filters({
2727
)}
2828
<Menu as="div" className="relative inline-block text-left">
2929
<Transition
30+
as="div"
3031
enter="transition ease-out duration-100"
3132
enterFrom="transform opacity-0 scale-95"
3233
enterTo="transform opacity-100 scale-100"

0 commit comments

Comments
 (0)