Skip to content

Commit

Permalink
fix: headlessui
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvdkolk committed Apr 10, 2024
1 parent 77e8f55 commit 3a4564b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 30 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@floating-ui/react-dom": "^2.0.8",
"@hapi/accept": "^6.0.3",
"@headlessui/react": "^1.7.18",
"@headlessui/react": "1.7.2",
"@next/bundle-analyzer": "^12.2.1",
"@resvg/resvg-js": "^2.6.2",
"@statsfm/statsfm.js": "^2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Gift/Coupon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const Coupon: FC<{ giftcode: GiftCode }> = ({ giftcode }) => {

return (
<div
className="max-h-max max-w-max rounded-2xl bg-foreground p-5"
className="max-h-max max-w-max cursor-pointer rounded-2xl bg-foreground p-5"
onClick={() => {
setOpen(true);
}}
Expand Down
34 changes: 6 additions & 28 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -914,16 +914,13 @@ __metadata:
languageName: node
linkType: hard

"@headlessui/react@npm:^1.7.18":
version: 1.7.18
resolution: "@headlessui/react@npm:1.7.18"
dependencies:
"@tanstack/react-virtual": "npm:^3.0.0-beta.60"
client-only: "npm:^0.0.1"
"@headlessui/react@npm:1.7.2":
version: 1.7.2
resolution: "@headlessui/react@npm:1.7.2"
peerDependencies:
react: ^16 || ^17 || ^18
react-dom: ^16 || ^17 || ^18
checksum: 10c0/2d88d10874879182d4b9ed9a7779266032214034481129ba544e858d3624c8d12333e6a9d9d8263f2f116bc823bcfd43a2d1f69800fbf6a47b34d989370346e5
checksum: 10c0/39fd1f3f56c50c6dde20ce60b76bc2f385fc1347f399482248ce7d247fe48d5188959c4f7d602d47c8eeef5d8cf128cb7b00356ab43cc2adf59cbcb81b5ce6d0
languageName: node
linkType: hard

Expand Down Expand Up @@ -1595,25 +1592,6 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/react-virtual@npm:^3.0.0-beta.60":
version: 3.2.0
resolution: "@tanstack/react-virtual@npm:3.2.0"
dependencies:
"@tanstack/virtual-core": "npm:3.2.0"
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
checksum: 10c0/e736cfa35a6381a2dfcf3f2aa29e07cd842a1ee586aa88c4851dea1c5887a6d4c262f6cbf87d8aad668e137a14612a5f1197793d222d1233d70764f2614ef164
languageName: node
linkType: hard

"@tanstack/virtual-core@npm:3.2.0":
version: 3.2.0
resolution: "@tanstack/virtual-core@npm:3.2.0"
checksum: 10c0/04e14e238bd3246d15990b93a11f4986fe8168fbe3cec9e631adaf0cf17d1a9eed6e939f7594bae959ceeb4d16e6e58189e2c1a787c2feea7f5f5b4269a17229
languageName: node
linkType: hard

"@tokenizer/token@npm:^0.3.0":
version: 0.3.0
resolution: "@tokenizer/token@npm:0.3.0"
Expand Down Expand Up @@ -2671,7 +2649,7 @@ __metadata:
languageName: node
linkType: hard

"client-only@npm:0.0.1, client-only@npm:^0.0.1":
"client-only@npm:0.0.1":
version: 0.0.1
resolution: "client-only@npm:0.0.1"
checksum: 10c0/9d6cfd0c19e1c96a434605added99dff48482152af791ec4172fb912a71cff9027ff174efd8cdb2160cc7f377543e0537ffc462d4f279bc4701de3f2a3c4b358
Expand Down Expand Up @@ -8500,7 +8478,7 @@ __metadata:
"@commitlint/config-conventional": "npm:^19.1.0"
"@floating-ui/react-dom": "npm:^2.0.8"
"@hapi/accept": "npm:^6.0.3"
"@headlessui/react": "npm:^1.7.18"
"@headlessui/react": "npm:1.7.2"
"@next/bundle-analyzer": "npm:^12.2.1"
"@resvg/resvg-js": "npm:^2.6.2"
"@statsfm/statsfm.js": "npm:^2.2.1"
Expand Down

0 comments on commit 3a4564b

Please sign in to comment.