diff --git a/src/Presentation/Eiromplays.IdentityServer.Admin.WebUI/ClientApp/package.json b/src/Presentation/Eiromplays.IdentityServer.Admin.WebUI/ClientApp/package.json index cf38f3f2..e8cfeb41 100644 --- a/src/Presentation/Eiromplays.IdentityServer.Admin.WebUI/ClientApp/package.json +++ b/src/Presentation/Eiromplays.IdentityServer.Admin.WebUI/ClientApp/package.json @@ -17,7 +17,7 @@ "validate": "npm-run-all --parallel check-types && lint-staged" }, "dependencies": { - "@headlessui/react": "1.6.5", + "@headlessui/react": "1.7.19", "@loadable/component": "5.15.2", "dompurify": "2.3.8", "eiromplays-ui": "1.5.0-18", diff --git a/src/Presentation/Eiromplays.IdentityServer.Admin.WebUI/ClientApp/yarn.lock b/src/Presentation/Eiromplays.IdentityServer.Admin.WebUI/ClientApp/yarn.lock index 9e8a91dd..2439d99c 100644 --- a/src/Presentation/Eiromplays.IdentityServer.Admin.WebUI/ClientApp/yarn.lock +++ b/src/Presentation/Eiromplays.IdentityServer.Admin.WebUI/ClientApp/yarn.lock @@ -352,10 +352,13 @@ minimatch "^3.1.2" strip-json-comments "^3.1.1" -"@headlessui/react@1.6.5": - version "1.6.5" - resolved "https://registry.yarnpkg.com/@headlessui/react/-/react-1.6.5.tgz#5587c537de809cf3146eb2ff263e5e940b1bf69c" - integrity sha512-3VkKteDxlxf3fE0KbfO9t60KC1lM7YNpZggLpwzVNg1J/zwL+h+4N7MBlFDVpInZI3rKlZGpNx0PWsG/9c2vQg== +"@headlessui/react@1.7.19": + version "1.7.19" + resolved "https://registry.yarnpkg.com/@headlessui/react/-/react-1.7.19.tgz#91c78cf5fcb254f4a0ebe96936d48421caf75f40" + integrity sha512-Ll+8q3OlMJfJbAKM/+/Y2q6PPYbryqNTXDbryx7SXLIDamkF6iQFbriYHga0dY44PvDhvvBWCx1Xj4U5+G4hOw== + dependencies: + "@tanstack/react-virtual" "^3.0.0-beta.60" + client-only "^0.0.1" "@humanwhocodes/config-array@^0.9.2": version "0.9.5" @@ -598,6 +601,18 @@ "@babel/runtime" "^7.16.7" history "^5.2.0" +"@tanstack/react-virtual@^3.0.0-beta.60": + version "3.13.18" + resolved "https://registry.yarnpkg.com/@tanstack/react-virtual/-/react-virtual-3.13.18.tgz#9124ee9f08b2ca3c67ffd508dae3732328983362" + integrity sha512-dZkhyfahpvlaV0rIKnvQiVoWPyURppl6w4m9IwMDpuIjcJ1sD9YGWrt0wISvgU7ewACXx2Ct46WPgI6qAD4v6A== + dependencies: + "@tanstack/virtual-core" "3.13.18" + +"@tanstack/virtual-core@3.13.18": + version "3.13.18" + resolved "https://registry.yarnpkg.com/@tanstack/virtual-core/-/virtual-core-3.13.18.tgz#586e3c1fe08547ee6abf87e8fb7c99087b9c47ff" + integrity sha512-Mx86Hqu1k39icq2Zusq+Ey2J6dDWTjDvEv43PJtRCoEYTLyfaPnxIQ6iy7YAOK0NV/qOEmZQ/uCufrppZxTgcg== + "@types/json-schema@^7.0.9": version "7.0.11" resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3" @@ -1022,6 +1037,11 @@ chalk@^4.0.0, chalk@^4.1.2: optionalDependencies: fsevents "~2.3.2" +client-only@^0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/client-only/-/client-only-0.0.1.tgz#38bba5d403c41ab150bff64a95c85013cf73bca1" + integrity sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA== + clsx@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.1.1.tgz#98b3134f9abbdf23b2663491ace13c5c03a73188" diff --git a/src/Presentation/Eiromplays.IdentityServer.WebUI/ClientApp/package.json b/src/Presentation/Eiromplays.IdentityServer.WebUI/ClientApp/package.json index 5944f61c..de00bc34 100644 --- a/src/Presentation/Eiromplays.IdentityServer.WebUI/ClientApp/package.json +++ b/src/Presentation/Eiromplays.IdentityServer.WebUI/ClientApp/package.json @@ -17,7 +17,7 @@ "validate": "npm-run-all --parallel check-types && lint-staged" }, "dependencies": { - "@headlessui/react": "1.6.5", + "@headlessui/react": "1.7.19", "@types/react-phone-number-input": "3.0.14", "dompurify": "2.3.8", "eiromplays-ui": "1.5.0-19", diff --git a/src/Presentation/Eiromplays.IdentityServer.WebUI/ClientApp/yarn.lock b/src/Presentation/Eiromplays.IdentityServer.WebUI/ClientApp/yarn.lock index ca39e648..3a5f2fdf 100644 --- a/src/Presentation/Eiromplays.IdentityServer.WebUI/ClientApp/yarn.lock +++ b/src/Presentation/Eiromplays.IdentityServer.WebUI/ClientApp/yarn.lock @@ -407,10 +407,13 @@ minimatch "^3.1.2" strip-json-comments "^3.1.1" -"@headlessui/react@1.6.5": - version "1.6.5" - resolved "https://registry.yarnpkg.com/@headlessui/react/-/react-1.6.5.tgz#5587c537de809cf3146eb2ff263e5e940b1bf69c" - integrity sha512-3VkKteDxlxf3fE0KbfO9t60KC1lM7YNpZggLpwzVNg1J/zwL+h+4N7MBlFDVpInZI3rKlZGpNx0PWsG/9c2vQg== +"@headlessui/react@1.7.19": + version "1.7.19" + resolved "https://registry.yarnpkg.com/@headlessui/react/-/react-1.7.19.tgz#91c78cf5fcb254f4a0ebe96936d48421caf75f40" + integrity sha512-Ll+8q3OlMJfJbAKM/+/Y2q6PPYbryqNTXDbryx7SXLIDamkF6iQFbriYHga0dY44PvDhvvBWCx1Xj4U5+G4hOw== + dependencies: + "@tanstack/react-virtual" "^3.0.0-beta.60" + client-only "^0.0.1" "@humanwhocodes/config-array@^0.9.2": version "0.9.5" @@ -644,6 +647,18 @@ "@babel/runtime" "^7.16.7" history "^5.2.0" +"@tanstack/react-virtual@^3.0.0-beta.60": + version "3.13.18" + resolved "https://registry.yarnpkg.com/@tanstack/react-virtual/-/react-virtual-3.13.18.tgz#9124ee9f08b2ca3c67ffd508dae3732328983362" + integrity sha512-dZkhyfahpvlaV0rIKnvQiVoWPyURppl6w4m9IwMDpuIjcJ1sD9YGWrt0wISvgU7ewACXx2Ct46WPgI6qAD4v6A== + dependencies: + "@tanstack/virtual-core" "3.13.18" + +"@tanstack/virtual-core@3.13.18": + version "3.13.18" + resolved "https://registry.yarnpkg.com/@tanstack/virtual-core/-/virtual-core-3.13.18.tgz#586e3c1fe08547ee6abf87e8fb7c99087b9c47ff" + integrity sha512-Mx86Hqu1k39icq2Zusq+Ey2J6dDWTjDvEv43PJtRCoEYTLyfaPnxIQ6iy7YAOK0NV/qOEmZQ/uCufrppZxTgcg== + "@types/json-schema@^7.0.9": version "7.0.11" resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3" @@ -1087,6 +1102,11 @@ classnames@^2.3.1: resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.3.1.tgz#dfcfa3891e306ec1dad105d0e88f4417b8535e8e" integrity sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA== +client-only@^0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/client-only/-/client-only-0.0.1.tgz#38bba5d403c41ab150bff64a95c85013cf73bca1" + integrity sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA== + clsx@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.1.1.tgz#98b3134f9abbdf23b2663491ace13c5c03a73188"