Skip to content

Commit 4832edc

Browse files
Update dependency @headlessui/react to ^1.7.13
1 parent 4484583 commit 4832edc

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@generates/swag": "^1.1.0",
1212
"@generates/swag-squad": "^0.0.33",
13-
"@headlessui/react": "^1.4.3",
13+
"@headlessui/react": "^1.7.13",
1414
"@stitches/react": "^1.2.7",
1515
"clsx": "^1.1.1",
1616
"next": "^12.0.7",

yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,11 +615,18 @@
615615
nanoid "^3.1.30"
616616
polka "^1.0.0-next.22"
617617

618-
"@headlessui/react@^1.4.1", "@headlessui/react@^1.4.3":
618+
"@headlessui/react@^1.4.1":
619619
version "1.5.0"
620620
resolved "https://registry.yarnpkg.com/@headlessui/react/-/react-1.5.0.tgz#483b44ba2c8b8d4391e1d2c863898d7dd0cc0296"
621621
integrity sha512-aaRnYxBb3MU2FNJf3Ut9RMTUqqU3as0aI1lQhgo2n9Fa67wRu14iOGqx93xB+uMNVfNwZ5B3y/Ndm7qZGuFeMQ==
622622

623+
"@headlessui/react@^1.7.13":
624+
version "1.7.13"
625+
resolved "https://registry.yarnpkg.com/@headlessui/react/-/react-1.7.13.tgz#fd150b394954e9f1d86ed2340cffd1217d6e7628"
626+
integrity sha512-9n+EQKRtD9266xIHXdY5MfiXPDfYwl7zBM7KOx2Ae3Gdgxy8QML1FkCMjq6AsOf0l6N9uvI4HcFtuFlenaldKg==
627+
dependencies:
628+
client-only "^0.0.1"
629+
623630
"@humanwhocodes/config-array@^0.9.2":
624631
version "0.9.5"
625632
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.9.5.tgz#2cbaf9a89460da24b5ca6531b8bbfc23e1df50c7"
@@ -1920,6 +1927,11 @@ cli-table3@^0.6.0:
19201927
optionalDependencies:
19211928
colors "1.4.0"
19221929

1930+
client-only@^0.0.1:
1931+
version "0.0.1"
1932+
resolved "https://registry.yarnpkg.com/client-only/-/client-only-0.0.1.tgz#38bba5d403c41ab150bff64a95c85013cf73bca1"
1933+
integrity sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==
1934+
19231935
cliui@^7.0.2:
19241936
version "7.0.4"
19251937
resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f"

0 commit comments

Comments
 (0)