From a9baa85ca79b722fa9814434e4efed2c93f961e2 Mon Sep 17 00:00:00 2001 From: Dustin Brett Date: Sun, 8 Dec 2024 22:19:56 -0800 Subject: [PATCH] Pkg upgrade --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 35b1c287..61ff7661 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "resolutions": { "@emotion/is-prop-valid": "^1.3.1", - "react-rnd/re-resizable": "6.10.1" + "react-rnd/re-resizable": "^6.10.2" }, "dependencies": { "@mlc-ai/web-llm": "^0.2.77", diff --git a/yarn.lock b/yarn.lock index dd59ae86..bf63300a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7372,10 +7372,10 @@ rc@^1.0.1, rc@^1.1.6: minimist "^1.2.0" strip-json-comments "~2.0.1" -re-resizable@6.10.0, re-resizable@6.10.1: - version "6.10.1" - resolved "https://registry.yarnpkg.com/re-resizable/-/re-resizable-6.10.1.tgz#d062ca50bbc4ec7ae940f756cba36479e9015bc5" - integrity sha512-m33nSWRH57UZLmep5M/LatkZ2NRqimVD/bOOpvymw5Zf33+eTSEixsUugscOZzAtK0/nx+OSuOf8VbKJx/4ptw== +re-resizable@6.10.0, re-resizable@^6.10.2: + version "6.10.2" + resolved "https://registry.yarnpkg.com/re-resizable/-/re-resizable-6.10.2.tgz#85cdffcbb39a7fea9c588f95bcdf19028aa5f3f0" + integrity sha512-VGO8mfNN6n7a3AQ8JscygPzO9YJITdzxUSOcaG2VrvQwZuzoteOKiuK8AJf0qgmCMFuryl1V3mnjR/+qmWqxaw== react-dom@^17.0.1: version "17.0.2"