Skip to content

Commit a7a01d0

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

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.14"
1760+
resolved "https://registry.yarnpkg.com/@tanstack/react-virtual/-/react-virtual-3.13.14.tgz#741ecee962bca03cecd3eda2833d4dc3d1d7138a"
1761+
integrity sha512-WG0d7mBD54eA7dgA3+sO5csS0B49QKqM6Gy5Rf31+Oq/LTKROQSao9m2N/vz1IqVragOKU5t5k1LAcqh/DfTxw==
1762+
dependencies:
1763+
"@tanstack/virtual-core" "3.13.14"
1764+
1765+
"@tanstack/virtual-core@3.13.14":
1766+
version "3.13.14"
1767+
resolved "https://registry.yarnpkg.com/@tanstack/virtual-core/-/virtual-core-3.13.14.tgz#ee838837e135e576227686e75a46c3fdd1951c4a"
1768+
integrity sha512-b5Uvd8J2dc7ICeX9SRb/wkCxWk7pUwN214eEPAQsqrsktSKTCmyLxOQWSMgogBByXclZeAdgZ3k4o0fIYUIBqQ==
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)