Skip to content

Commit 50a1121

Browse files
committed
fix(root): bignumber.js build failure
TICKET: WP-4192
1 parent 1b22a67 commit 50a1121

File tree

2 files changed

+142
-139
lines changed

2 files changed

+142
-139
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,10 @@
8585
"@polkadot/api": "14.1.1",
8686
"elliptic": "^6.6.1",
8787
"axios": "^1.8.2",
88-
"canvg": "4.0.3"
88+
"canvg": "4.0.3",
89+
"**/stellar-sdk/**/bignumber.js": "4.1.0",
90+
"**/stellar-base/**/bignumber.js": "4.1.0",
91+
"bignumber.js": "9.1.2"
8992
},
9093
"workspaces": [
9194
"modules/*"

0 commit comments

Comments
 (0)