File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
- v10.24.0
1
+ 12.22.3
Original file line number Diff line number Diff line change 69
69
"moment" : " 2.29.1" ,
70
70
"package-json" : " 7.0.0" ,
71
71
"platform" : " 1.3.6" ,
72
- "qr-code-styling" : " 1.6.0-rc.0 " ,
72
+ "qr-code-styling" : " 1.6.0-rc.1 " ,
73
73
"register-service-worker" : " 1.7.2" ,
74
74
"subscriptions-transport-ws" : " 0.9.19" ,
75
75
"vue" : " 2.6.14" ,
80
80
},
81
81
"devDependencies" : {
82
82
"@commitlint/config-conventional" : " 12.1.4" ,
83
- "@ledgerhq/hw-app-eth" : " 6.0.2 " ,
83
+ "@ledgerhq/hw-app-eth" : " 6.1.0 " ,
84
84
"@ledgerhq/hw-transport-u2f" : " 5.36.0-deprecated" ,
85
- "@ledgerhq/hw-transport-webusb" : " 6.0.2 " ,
85
+ "@ledgerhq/hw-transport-webusb" : " 6.1.0 " ,
86
86
"@mdi/font" : " 5.9.55" ,
87
87
"@vue/babel-preset-app" : " 4.5.13" ,
88
88
"@vue/cli-plugin-babel" : " 4.5.13" ,
106
106
"eslint" : " 7.30.0" ,
107
107
"eslint-plugin-prettier" : " 3.4.0" ,
108
108
"eslint-plugin-security" : " 1.4.0" ,
109
- "eslint-plugin-vue" : " 7.12.1 " ,
109
+ "eslint-plugin-vue" : " 7.13.0 " ,
110
110
"eth-ens-namehash" : " 2.0.8" ,
111
111
"ethereum-ens" : " 0.8.0" ,
112
112
"ethereumjs-common" : " 1.5.2" ,
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const ROUTES_WALLET = {
17
17
WALLETS : { NAME : 'Wallets' , PATH : '' } ,
18
18
//A-Z
19
19
DAPPS : { NAME : 'Dapps' , PATH : 'dapps' } ,
20
- DASHBOARD : { NAME : 'Dashboard' , PATH : '/ dashboard' } ,
20
+ DASHBOARD : { NAME : 'Dashboard' , PATH : 'dashboard' } ,
21
21
DEPLOY_CONTRACT : { NAME : 'DeployContract' , PATH : 'deploy' } ,
22
22
INTERACT_WITH_CONTRACT : { NAME : 'InteractWithContract' , PATH : 'interact' } ,
23
23
NFT_MANAGER : { NAME : 'NFTManager' , PATH : 'nft' } ,
Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ export default {
92
92
},
93
93
currentTool (val ) {
94
94
this .$router .push ({ name: ROUTES_HOME .TOOLS .NAME , query: { tool: val } });
95
- // this.setCurrentTool();
96
95
}
97
96
},
98
97
mounted () {
You can’t perform that action at this time.
0 commit comments