From c651abd8ae7e36f1386eb9efdba5a2cd06660fad Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Mon, 20 Oct 2025 16:45:02 +0200 Subject: [PATCH] Add unmet deps --- web/package.json | 2 ++ yarn.lock | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/web/package.json b/web/package.json index f490f120..a490b7fa 100644 --- a/web/package.json +++ b/web/package.json @@ -48,12 +48,14 @@ "lodash": "4.17.21", "nanoid": "^3.3.4", "next": "14.1.0", + "openapi-types": "12.1.3", "posthog-js": "1.234.1", "punycode": "2.3.1", "react-expanding-textarea": "2.3.6", "react-hot-toast": "2.2.0", "react-icons": "5.5.0", "react-international-phone": "4.2.6", + "react-is": "19.2.0", "react-masonry-css": "1.0.16", "react-popper": "2.3.0", "recharts": "3.2.1", diff --git a/yarn.lock b/yarn.lock index 05cbdf98..5f5870f5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8830,6 +8830,11 @@ onetime@^5.1.2: dependencies: mimic-fn "^2.1.0" +openapi-types@12.1.3: + version "12.1.3" + resolved "https://registry.yarnpkg.com/openapi-types/-/openapi-types-12.1.3.tgz#471995eb26c4b97b7bd356aacf7b91b73e777dd3" + integrity sha512-N4YtSYJqghVu4iek2ZUvcN/0aqH1kRDuNqzcycDxhOUpg7GdvLa2F3DgS6yBNhInhv2r/6I0Flkn7CqL8+nIcw== + optionator@^0.8.1: version "0.8.3" resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.3.tgz#84fa1d036fe9d3c7e21d99884b601167ec8fb495" @@ -9730,6 +9735,11 @@ react-international-phone@4.2.6: resolved "https://registry.yarnpkg.com/react-international-phone/-/react-international-phone-4.2.6.tgz#a92518b66b44015f5e32c96b646e0355056ae809" integrity sha512-El/ZVYmov5uGuk07nrfxe7M3/4Y8HhA9c3aCpAwilbPU8DekISwNSZMplqxzvxS+TIavIh28ZMDDx1u/4GqULg== +react-is@19.2.0: + version "19.2.0" + resolved "https://registry.yarnpkg.com/react-is/-/react-is-19.2.0.tgz#ddc3b4a4e0f3336c3847f18b806506388d7b9973" + integrity sha512-x3Ax3kNSMIIkyVYhWPyO09bu0uttcAIoecO/um/rKGQ4EltYWVYtyiGkS/3xMynrbVQdS69Jhlv8FXUEZehlzA== + react-is@^16.13.1: version "16.13.1" resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"