Skip to content

Commit

Permalink
project config update
Browse files Browse the repository at this point in the history
  • Loading branch information
icyfry committed May 12, 2024
1 parent 402ce67 commit 2f2492b
Show file tree
Hide file tree
Showing 4 changed files with 2,057 additions and 1,734 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"solidity.formatter": "forge",
"solidity.compileUsingRemoteVersion": "v0.8.20",
"sonarlint.connectedMode.project": {
"projectKey": "icyfry_sandbox-cryptozombies-foundry"
"projectKey": "icyfry_sandbox-foundry"
}
}
18 changes: 9 additions & 9 deletions dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
},
"dependencies": {
"@metamask/providers": "^14.0.2",
"vue": "^3.3.11",
"web3": "^4.7.0"
"vue": "^3.4.27",
"web3": "^4.8.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"@vitest/coverage-v8": "^1.2.2",
"eslint": "^8.56.0",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "^1.6.0",
"eslint": "^9.2.0",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^1.2.2",
"vue-tsc": "^1.8.25"
"vitest": "^1.6.0",
"vue-tsc": "^2.0.17"
}
}
Loading

0 comments on commit 2f2492b

Please sign in to comment.