Skip to content

Commit 773cb2d

Browse files
Update dependency @headlessui/react to v1.7.19
1 parent 04d0eae commit 773cb2d

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.2",
44
"private": true,
55
"dependencies": {
6-
"@headlessui/react": "1.7.4",
6+
"@headlessui/react": "1.7.19",
77
"@heroicons/react": "2.0.13",
88
"@reduxjs/toolkit": "1.9.0",
99
"@tailwindcss/forms": "0.5.3",

frontend/yarn.lock

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,11 +1200,12 @@
12001200
minimatch "^3.1.2"
12011201
strip-json-comments "^3.1.1"
12021202

1203-
"@headlessui/react@1.7.4":
1204-
version "1.7.4"
1205-
resolved "https://registry.yarnpkg.com/@headlessui/react/-/react-1.7.4.tgz#ba7f50fda20667276ee84fcd4c2a459aa26187e3"
1206-
integrity sha512-D8n5yGCF3WIkPsjEYeM8knn9jQ70bigGGb5aUvN6y4BGxcT3OcOQOKcM3zRGllRCZCFxCZyQvYJF6ZE7bQUOyQ==
1203+
"@headlessui/react@1.7.19":
1204+
version "1.7.19"
1205+
resolved "https://registry.yarnpkg.com/@headlessui/react/-/react-1.7.19.tgz#91c78cf5fcb254f4a0ebe96936d48421caf75f40"
1206+
integrity sha512-Ll+8q3OlMJfJbAKM/+/Y2q6PPYbryqNTXDbryx7SXLIDamkF6iQFbriYHga0dY44PvDhvvBWCx1Xj4U5+G4hOw==
12071207
dependencies:
1208+
"@tanstack/react-virtual" "^3.0.0-beta.60"
12081209
client-only "^0.0.1"
12091210

12101211
"@heroicons/react@2.0.13":
@@ -1754,6 +1755,18 @@
17541755
dependencies:
17551756
mini-svg-data-uri "^1.2.3"
17561757

1758+
"@tanstack/react-virtual@^3.0.0-beta.60":
1759+
version "3.13.22"
1760+
resolved "https://registry.yarnpkg.com/@tanstack/react-virtual/-/react-virtual-3.13.22.tgz#9a5529dee4010f33272ae3b3e3728dee317b3b42"
1761+
integrity sha512-EaOrBBJLi3M0bTMQRjGkxLXRw7Gizwntoy5E2Q2UnSbML7Mo2a1P/Hfkw5tw9FLzK62bj34Jl6VNbQfRV6eJcA==
1762+
dependencies:
1763+
"@tanstack/virtual-core" "3.13.22"
1764+
1765+
"@tanstack/virtual-core@3.13.22":
1766+
version "3.13.22"
1767+
resolved "https://registry.yarnpkg.com/@tanstack/virtual-core/-/virtual-core-3.13.22.tgz#660a2cd048510125a4da898e5a659d53166f51af"
1768+
integrity sha512-isuUGKsc5TAPDoHSbWTbl1SCil54zOS2MiWz/9GCWHPUQOvNTQx8qJEWC7UWR0lShhbK0Lmkcf0SZYxvch7G3g==
1769+
17571770
"@tootallnate/once@1":
17581771
version "1.1.2"
17591772
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"

0 commit comments

Comments
 (0)