Skip to content

Commit e034505

Browse files
committed
wip: package version fix
1 parent 066446b commit e034505

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

packages/neuron-ui/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"@grpc/grpc-js": "^1.14.1",
6060
"@grpc/proto-loader": "^0.8.0",
6161
"ahooks": "^3.9.6",
62+
"big.js": "^7.0.1",
6263
"canvg": "3.0.11",
6364
"i18next": "23.7.11",
6465
"immer": "9.0.21",
@@ -91,6 +92,7 @@
9192
"@storybook/testing-library": "0.2.2",
9293
"@testing-library/jest-dom": "6.6.3",
9394
"@testing-library/react": "16.3.0",
95+
"@types/big.js": "^6.2.2",
9496
"@types/enzyme": "3.10.19",
9597
"@types/enzyme-adapter-react-16": "1.0.9",
9698
"@types/node": "20.10.5",

packages/neuron-wallet/package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,15 @@
101101
"jest-when": "3.6.0",
102102
"neuron-ui": "0.202.1",
103103
"typescript": "5.3.3"
104+
},
105+
"resolutions": {
106+
"@ckb-lumos/ckb-indexer": "0.23.0",
107+
"@ckb-lumos/base": "0.23.0",
108+
"@ckb-lumos/bi": "0.23.0",
109+
"@ckb-lumos/codec": "0.23.0",
110+
"@ckb-lumos/common-scripts": "0.23.0",
111+
"@ckb-lumos/config-manager": "0.23.0",
112+
"@ckb-lumos/lumos": "0.23.0",
113+
"@ckb-lumos/rpc": "0.23.0"
104114
}
105115
}

yarn.lock

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1256,9 +1256,9 @@
12561256
cross-fetch "^3.1.5"
12571257
events "^3.3.0"
12581258

1259-
"@ckb-lumos/lumos@0.23.0", "@ckb-lumos/lumos@^0.21.0-next.0":
1259+
"@ckb-lumos/lumos@0.23.0", "@ckb-lumos/lumos@^0.21.0-next.0", "@ckb-lumos/lumos@^0.23.0":
12601260
version "0.23.0"
1261-
resolved "https://registry.yarnpkg.com/@ckb-lumos/lumos/-/lumos-0.23.0.tgz#638b4780a990f42059f86c3e4e33cbd7e6557782"
1261+
resolved "https://registry.npmmirror.com/@ckb-lumos/lumos/-/lumos-0.23.0.tgz#638b4780a990f42059f86c3e4e33cbd7e6557782"
12621262
integrity sha512-ocsmzgTgevVwyQeQkUZrg4PLJCfX48D5MEBNYTMoGh5b1g0f1iEBHcAgw4WBGOKgMJQmGRmWB5P6tPDZ3OZBwQ==
12631263
dependencies:
12641264
"@ckb-lumos/base" "0.23.0"
@@ -3852,6 +3852,11 @@
38523852
dependencies:
38533853
"@babel/types" "^7.20.7"
38543854

3855+
"@types/big.js@^6.2.2":
3856+
version "6.2.2"
3857+
resolved "https://registry.npmmirror.com/@types/big.js/-/big.js-6.2.2.tgz#69422ec9ef59df1330ccfde2106d9e1159a083c3"
3858+
integrity sha512-e2cOW9YlVzFY2iScnGBBkplKsrn2CsObHQ2Hiw4V1sSyiGbgWL8IyqE3zFi1Pt5o1pdAtYkDAIsF3KKUPjdzaA==
3859+
38553860
"@types/blake2b@^2.1.0":
38563861
version "2.1.3"
38573862
resolved "https://registry.yarnpkg.com/@types/blake2b/-/blake2b-2.1.3.tgz#bd6bf2fbabd888b5580d7e932de5960d087db094"
@@ -5535,6 +5540,11 @@ better-opn@^3.0.2:
55355540
dependencies:
55365541
open "^8.0.4"
55375542

5543+
big.js@^7.0.1:
5544+
version "7.0.1"
5545+
resolved "https://registry.npmmirror.com/big.js/-/big.js-7.0.1.tgz#c537c649ec6ea11d1306723d13c096ba199aadc4"
5546+
integrity sha512-iFgV784tD8kq4ccF1xtNMZnXeZzVuXWWM+ERFzKQjv+A5G9HC8CY3DuV45vgzFFcW+u2tIvmF95+AzWgs6BjCg==
5547+
55385548
bin-links@^4.0.4:
55395549
version "4.0.4"
55405550
resolved "https://registry.yarnpkg.com/bin-links/-/bin-links-4.0.4.tgz#c3565832b8e287c85f109a02a17027d152a58a63"

0 commit comments

Comments
 (0)