From 845e6048c4b21cdf7752ddcb01b66cb929c5b0d1 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Thu, 3 Feb 2022 15:46:23 +1100 Subject: [PATCH] add back underscore dependency as this is causing issues with backbone --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 66f297b60..645c953a3 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,6 @@ "p-retry": "^4.2.0", "pify": "3.0.0", "protobufjs": "^6.11.2", - "rc-slider": "^8.7.1", "react": "^17.0.2", "react-contexify": "5.0.0", @@ -121,6 +120,7 @@ "sanitize.css": "^12.0.1", "semver": "5.4.1", "styled-components": "5.1.1", + "underscore": "^1.13.2", "uuid": "3.3.2" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 8c07ffba9..e09c6221b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9414,6 +9414,11 @@ underscore@>=1.8.3: resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.9.2.tgz#0c8d6f536d6f378a5af264a72f7bec50feb7cf2f" integrity sha512-D39qtimx0c1fI3ya1Lnhk3E9nONswSKhnffBI0gME9C99fYOkNi04xs8K6pePLhvl1frbDemkaBQ5ikWllR2HQ== +underscore@^1.13.2: + version "1.13.2" + resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.2.tgz#276cea1e8b9722a8dbed0100a407dda572125881" + integrity sha512-ekY1NhRzq0B08g4bGuX4wd2jZx5GnKz6mKSqFL4nqBlfyMGiG10gDFhDTMEfYmDL6Jy0FUIZp7wiRB+0BP7J2g== + union-value@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"