From 710f12fb0085c5bbc446d6d940f2bc47f317c71c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Lambert?= <44363395+lambertkevin@users.noreply.github.com> Date: Mon, 11 Apr 2022 20:22:51 +0200 Subject: [PATCH] Hotfix/v21.36.2 (#1879) * (Solana): fix missing superstruct dependency -> making app crashes * v21.36.2 Co-authored-by: LFBarreto --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 871889402d..198c6ab1d9 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "type": "git", "url": "https://github.com/LedgerHQ/ledger-live-common" }, - "version": "21.36.1", + "version": "21.36.2", "main": "lib/index.js", "types": "lib/index.d.ts", "license": "Apache-2.0", @@ -132,6 +132,7 @@ "semver": "^7.3.5", "sha.js": "^2.4.11", "stellar-sdk": "^10.0.1", + "superstruct": "^0.14.2", "triple-beam": "^1.3.0", "winston": "^3.4.0", "xstate": "^4.28.1"