File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/core" ,
3
- "version" : " 2.2.11-alpha.3 " ,
3
+ "version" : " 2.2.11" ,
4
4
"scripts" : {
5
5
"build" : " rollup -c" ,
6
6
"dev" : " rollup -c -w" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/dcent" ,
3
- "version" : " 2.0.0-alpha.2 " ,
3
+ "version" : " 2.0.0" ,
4
4
"description" : " D'CENT module for web3-onboard" ,
5
5
"module" : " dist/index.js" ,
6
6
"typings" : " dist/index.d.ts" ,
18
18
"typescript" : " ^4.5.5"
19
19
},
20
20
"dependencies" : {
21
- "@web3-onboard/common" : " ^2.0 .0" ,
21
+ "@web3-onboard/common" : " ^2.1 .0" ,
22
22
"@ethereumjs/common" : " ^2.6.1" ,
23
23
"@ethereumjs/tx" : " ^3.4.0" ,
24
24
"@ethersproject/providers" : " ^5.5.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/injected-wallets" ,
3
- "version" : " 2.0.8-alpha.2 " ,
3
+ "version" : " 2.0.8" ,
4
4
"description" : " Injected wallets module for web3-onboard" ,
5
5
"module" : " dist/index.js" ,
6
6
"browser" : " dist/index.js" ,
25
25
"window" : " ^4.2.7"
26
26
},
27
27
"dependencies" : {
28
- "@web3-onboard/common" : " ^2.0.7 " ,
28
+ "@web3-onboard/common" : " ^2.1.0 " ,
29
29
"joi" : " ^17.4.2" ,
30
30
"lodash.uniqby" : " ^4.7.0"
31
31
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/keystone" ,
3
- "version" : " 2.1.1-alpha.1 " ,
3
+ "version" : " 2.1.1" ,
4
4
"description" : " Keystone module for web3-onboard" ,
5
5
"module" : " dist/index.js" ,
6
6
"typings" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/react" ,
3
- "version" : " 2.1.8-alpha.3 " ,
3
+ "version" : " 2.1.8" ,
4
4
"description" : " Collection of React Hooks for web3-onboard" ,
5
5
"module" : " dist/index.js" ,
6
6
"browser" : " dist/index.js" ,
23
23
"typescript" : " ^4.5.5"
24
24
},
25
25
"dependencies" : {
26
- "@web3-onboard/core" : " ^2.2.11-alpha.3 " ,
27
- "@web3-onboard/common" : " ^2.1.0-alpha.1 " ,
26
+ "@web3-onboard/core" : " ^2.2.11" ,
27
+ "@web3-onboard/common" : " ^2.1.0" ,
28
28
"use-sync-external-store" : " 1.0.0"
29
29
},
30
30
"peerDependencies" : {
31
31
"react" : " >=16.8"
32
32
}
33
- }
33
+ }
Original file line number Diff line number Diff line change 24
24
"@vueuse/core" : " ^8.4.2" ,
25
25
"@vueuse/rxjs" : " ^8.2.0" ,
26
26
"@web3-onboard/common" : " ^2.1.0" ,
27
- "@web3-onboard/core" : " ^2.2.9 " ,
27
+ "@web3-onboard/core" : " ^2.2.11 " ,
28
28
"vue-demi" : " ^0.12.4"
29
29
},
30
30
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments