From 2a0717728286c04d1daf8929e36075b9e3dbcd84 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 3 Apr 2021 06:44:49 +0000 Subject: [PATCH] fix(deps): update dependency react-cool-dimensions to v1.3.4 --- ui/package-lock.json | 6 +++--- ui/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 2382161a1..bc4a8bead 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -16748,9 +16748,9 @@ "dev": true }, "react-cool-dimensions": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/react-cool-dimensions/-/react-cool-dimensions-1.3.3.tgz", - "integrity": "sha512-j7NyN2D2YwF908rIdzxtkxerq52qKBmSfTbOdCxc4V2M6AmVd50Ur+Kbu+KaIffe63CW4nFGnfE3eLsFwDbclA==" + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/react-cool-dimensions/-/react-cool-dimensions-1.3.4.tgz", + "integrity": "sha512-dOHAPfLwaKuy7hcZ5dIv7sulrH4VfEP1B/m591gUCGenut3Iqf7Qi7xPT54EFJDaNRrBdqHLCttRgktvOyzoaQ==" }, "react-day-picker": { "version": "7.4.10", diff --git a/ui/package.json b/ui/package.json index f33c16323..5cb7af906 100644 --- a/ui/package.json +++ b/ui/package.json @@ -60,7 +60,7 @@ "react": "17.0.2", "react-app-polyfill": "2.0.0", "react-autosuggest": "10.1.0", - "react-cool-dimensions": "1.3.3", + "react-cool-dimensions": "1.3.4", "react-day-picker": "7.4.10", "react-dom": "17.0.2", "react-hotkeys-hook": "3.3.0",