From 3454c1fe5cb779c6d846ee1d6cddd7537a6d5438 Mon Sep 17 00:00:00 2001 From: bokuweb Date: Tue, 14 Sep 2021 22:12:50 +0900 Subject: [PATCH 1/2] re-resizable: 6.9.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8b0f5ec5..ca3982fa 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "fixture": "./fixture.html" }, "dependencies": { - "re-resizable": "6.9.0", + "re-resizable": "6.9.1", "react-draggable": "4.4.3", "tslib": "2.3.0" } diff --git a/yarn.lock b/yarn.lock index 172e77b0..2b01c617 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11455,10 +11455,10 @@ rc@^1.0.1, rc@^1.1.2, rc@^1.1.6, rc@^1.1.7, rc@^1.2.7: minimist "^1.2.0" strip-json-comments "~2.0.1" -re-resizable@6.9.0: - version "6.9.0" - resolved "https://registry.yarnpkg.com/re-resizable/-/re-resizable-6.9.0.tgz#9c3059b389ced6ade602234cc5bb1e12d231cd47" - integrity sha512-3cUDG81ylyqI0Pdgle/RHwwRYq0ORZzsUaySOCO8IbEtNyaRtrIHYm/jMQ5pjcNiKCxR3vsSymIQZHwJq4gg2Q== +re-resizable@6.9.1: + version "6.9.1" + resolved "https://registry.yarnpkg.com/re-resizable/-/re-resizable-6.9.1.tgz#6be082b55d02364ca4bfee139e04feebdf52441c" + integrity sha512-KRYAgr9/j1PJ3K+t+MBhlQ+qkkoLDJ1rs0z1heIWvYbCW/9Vq4djDU+QumJ3hQbwwtzXF6OInla6rOx6hhgRhQ== dependencies: fast-memoize "^2.5.1" From bd1e5cadac924c5c082363f41bf24cfaef092d41 Mon Sep 17 00:00:00 2001 From: bokuweb Date: Tue, 14 Sep 2021 22:13:08 +0900 Subject: [PATCH 2/2] 10.3.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ca3982fa..34406f7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-rnd", - "version": "10.3.4", + "version": "10.3.5", "description": "", "title": "react-rnd", "main": "./lib/index.es5.js",