Skip to content
This repository was archived by the owner on Jul 15, 2022. It is now read-only.

Commit 710f12f

Browse files
Hotfix/v21.36.2 (#1879)
* (Solana): fix missing superstruct dependency -> making app crashes * v21.36.2 Co-authored-by: LFBarreto <[email protected]>
1 parent 77dfa66 commit 710f12f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "git",
99
"url": "https://github.com/LedgerHQ/ledger-live-common"
1010
},
11-
"version": "21.36.1",
11+
"version": "21.36.2",
1212
"main": "lib/index.js",
1313
"types": "lib/index.d.ts",
1414
"license": "Apache-2.0",
@@ -132,6 +132,7 @@
132132
"semver": "^7.3.5",
133133
"sha.js": "^2.4.11",
134134
"stellar-sdk": "^10.0.1",
135+
"superstruct": "^0.14.2",
135136
"triple-beam": "^1.3.0",
136137
"winston": "^3.4.0",
137138
"xstate": "^4.28.1"

0 commit comments

Comments
 (0)