From 88414dfa7767e6f49f536ac28abda3e22b5d71e5 Mon Sep 17 00:00:00 2001 From: Phil Bain Date: Wed, 14 Apr 2021 11:27:53 -0600 Subject: [PATCH] add ramda to plugin --- packages/dai-plugin-liquidations/package.json | 3 ++- yarn.lock | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/dai-plugin-liquidations/package.json b/packages/dai-plugin-liquidations/package.json index aee2e29fa..7eb3898c6 100644 --- a/packages/dai-plugin-liquidations/package.json +++ b/packages/dai-plugin-liquidations/package.json @@ -22,6 +22,7 @@ "dependencies": { "@makerdao/currency": "0.9.9", "@makerdao/services-core": "^0.9.9", - "bignumber.js": "^8.1.1" + "bignumber.js": "^8.1.1", + "ramda": "^0.27.1" } } diff --git a/yarn.lock b/yarn.lock index 16ba5d547..f3dd9d5c2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10137,6 +10137,11 @@ ramda@^0.26.1: resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.26.1.tgz#8d41351eb8111c55353617fc3bbffad8e4d35d06" integrity sha512-hLWjpy7EnsDBb0p+Z3B7rPi3GDeRG5ZtiI33kJhTt+ORCd38AbAIjB/9zRIUoeTbE/AVX5ZkU7m6bznsvrf8eQ== +ramda@^0.27.1: + version "0.27.1" + resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.27.1.tgz#66fc2df3ef873874ffc2da6aa8984658abacf5c9" + integrity sha512-PgIdVpn5y5Yns8vqb8FzBUEYn98V3xcPgawAkkgj0YJ0qDsnHCiNmZYfOGMgOvoB0eWFLpYbhxUR3mxfDIMvpw== + randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5, randombytes@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a"