Skip to content

Commit a2436d4

Browse files
Update dependency @headlessui/react to ^1.7.17
1 parent 075b947 commit a2436d4

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

packages/swag-squad/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"devDependencies": {
2424
"@babel/preset-env": "^7.16.4",
2525
"@babel/preset-react": "^7.16.5",
26-
"@headlessui/react": "^1.4.2",
26+
"@headlessui/react": "^1.7.17",
2727
"autoprefixer": "^10.4.0",
2828
"next": "^12.0.7",
2929
"postcss": "^8.4.1",

packages/swag/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"common-tags": "^1.8.2"
4646
},
4747
"optionalDependencies": {
48-
"@headlessui/react": "^1.4.2",
48+
"@headlessui/react": "^1.7.17",
4949
"@popperjs/core": "^2.10.2",
5050
"framer-motion": "^4.1.17",
5151
"react-icons": "^4.3.1",
@@ -59,7 +59,7 @@
5959
"@babel/preset-react": "^7.16.5",
6060
"@changesets/cli": "^2.19.0",
6161
"@generates/modulizer": "^8.0.7",
62-
"@headlessui/react": "^1.4.2",
62+
"@headlessui/react": "^1.7.17",
6363
"@popperjs/core": "^2.10.2",
6464
"@stitches/react": "^1.2.6",
6565
"framer-motion": "^4.1.17",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1620,10 +1620,12 @@
16201620
resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-9.2.0.tgz#f3933a44e365864f4dad5db94158106d511e8131"
16211621
integrity sha512-sqKVVVOe5ivCaXDWivIJYVSaEgdQK9ul7a4Kity5Iw7u9+wBAPbX1RMSnLLmp7O4Vzj0WOWwMAJsTL00xwaNug==
16221622

1623-
"@headlessui/react@^1.4.2":
1624-
version "1.4.2"
1625-
resolved "https://registry.yarnpkg.com/@headlessui/react/-/react-1.4.2.tgz#87e264f190dbebbf8dfdd900530da973dad24576"
1626-
integrity sha512-N8tv7kLhg9qGKBkVdtg572BvKvWhmiudmeEpOCyNwzOsZHCXBtl8AazGikIfUS+vBoub20Fse3BjawXDVPPdug==
1623+
"@headlessui/react@^1.7.17":
1624+
version "1.7.17"
1625+
resolved "https://registry.yarnpkg.com/@headlessui/react/-/react-1.7.17.tgz#a0ec23af21b527c030967245fd99776aa7352bc6"
1626+
integrity sha512-4am+tzvkqDSSgiwrsEpGWqgGo9dz8qU5M3znCkC4PgkpY4HcCZzEDEvozltGGGHIKl9jbXbZPSH5TWn4sWJdow==
1627+
dependencies:
1628+
client-only "^0.0.1"
16271629

16281630
"@humanwhocodes/config-array@^0.6.0":
16291631
version "0.6.0"
@@ -2583,6 +2585,11 @@ cli-table@^0.3.1:
25832585
dependencies:
25842586
colors "1.0.3"
25852587

2588+
client-only@^0.0.1:
2589+
version "0.0.1"
2590+
resolved "https://registry.yarnpkg.com/client-only/-/client-only-0.0.1.tgz#38bba5d403c41ab150bff64a95c85013cf73bca1"
2591+
integrity sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==
2592+
25862593
cliui@^6.0.0:
25872594
version "6.0.0"
25882595
resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1"

0 commit comments

Comments
 (0)