Skip to content

Commit

Permalink
fix(deps): update dependency @headlessui/react to v2 (#1712)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency @headlessui/react to v2

* chore(fe): change default transition

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jimin Ha <[email protected]>
  • Loading branch information
renovate[bot] and jimin9038 authored May 31, 2024
1 parent 8029de1 commit a9ff3b9
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 9 deletions.
3 changes: 3 additions & 0 deletions apps/frontend/components/auth/AuthModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default function AuthModal() {
return (
<>
<Transition
as="div"
show={currentModal === 'signIn'}
enter="transition-opacity duration-150"
enterFrom="opacity-0"
Expand All @@ -20,6 +21,7 @@ export default function AuthModal() {
<SignIn />
</Transition>
<Transition
as="div"
show={currentModal === 'signUp'}
enter="transition-opacity duration-150"
enterFrom="opacity-0"
Expand All @@ -31,6 +33,7 @@ export default function AuthModal() {
<SignUp />
</Transition>
<Transition
as="div"
show={currentModal === 'recoverAccount'}
enter="transition-opacity duration-150"
enterFrom="opacity-0"
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@codemirror/lang-python": "^6.1.6",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.26.3",
"@headlessui/react": "^1.7.19",
"@headlessui/react": "^2.0.4",
"@hookform/resolvers": "^3.4.2",
"@lezer/highlight": "^1.2.0",
"@matejmazur/react-katex": "^3.1.3",
Expand Down
120 changes: 112 additions & 8 deletions pnpm-lock.yaml

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

0 comments on commit a9ff3b9

Please sign in to comment.