Skip to content

Commit 5ea0d98

Browse files
author
Ryan
committed
fix: 🐛 nvmrc, cleanups
1 parent 7a115f7 commit 5ea0d98

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v10.24.0
1+
12.22.3

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"moment": "2.29.1",
7070
"package-json": "7.0.0",
7171
"platform": "1.3.6",
72-
"qr-code-styling": "1.6.0-rc.0",
72+
"qr-code-styling": "1.6.0-rc.1",
7373
"register-service-worker": "1.7.2",
7474
"subscriptions-transport-ws": "0.9.19",
7575
"vue": "2.6.14",
@@ -80,9 +80,9 @@
8080
},
8181
"devDependencies": {
8282
"@commitlint/config-conventional": "12.1.4",
83-
"@ledgerhq/hw-app-eth": "6.0.2",
83+
"@ledgerhq/hw-app-eth": "6.1.0",
8484
"@ledgerhq/hw-transport-u2f": "5.36.0-deprecated",
85-
"@ledgerhq/hw-transport-webusb": "6.0.2",
85+
"@ledgerhq/hw-transport-webusb": "6.1.0",
8686
"@mdi/font": "5.9.55",
8787
"@vue/babel-preset-app": "4.5.13",
8888
"@vue/cli-plugin-babel": "4.5.13",
@@ -106,7 +106,7 @@
106106
"eslint": "7.30.0",
107107
"eslint-plugin-prettier": "3.4.0",
108108
"eslint-plugin-security": "1.4.0",
109-
"eslint-plugin-vue": "7.12.1",
109+
"eslint-plugin-vue": "7.13.0",
110110
"eth-ens-namehash": "2.0.8",
111111
"ethereum-ens": "0.8.0",
112112
"ethereumjs-common": "1.5.2",

src/core/configs/configRoutes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const ROUTES_WALLET = {
1717
WALLETS: { NAME: 'Wallets', PATH: '' },
1818
//A-Z
1919
DAPPS: { NAME: 'Dapps', PATH: 'dapps' },
20-
DASHBOARD: { NAME: 'Dashboard', PATH: '/dashboard' },
20+
DASHBOARD: { NAME: 'Dashboard', PATH: 'dashboard' },
2121
DEPLOY_CONTRACT: { NAME: 'DeployContract', PATH: 'deploy' },
2222
INTERACT_WITH_CONTRACT: { NAME: 'InteractWithContract', PATH: 'interact' },
2323
NFT_MANAGER: { NAME: 'NFTManager', PATH: 'nft' },

src/views/layouts-default/TheToolsLayout.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ export default {
9292
},
9393
currentTool(val) {
9494
this.$router.push({ name: ROUTES_HOME.TOOLS.NAME, query: { tool: val } });
95-
//this.setCurrentTool();
9695
}
9796
},
9897
mounted() {

0 commit comments

Comments
 (0)