Skip to content

Commit

Permalink
chore: moved uuid and aws-sdk to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybuidl committed Jun 14, 2023
1 parent 1bc7176 commit 8409ab7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"@types/node": "^16",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"aws-sdk": "^2.1329.0",
"chai": "^4.3.6",
"chai-ethers": "^0.0.1",
"dotenv": "^16.0.3",
Expand All @@ -66,11 +67,10 @@
"solidity-coverage": "^0.8.2",
"ts-node": "^10.8.0",
"typechain": "^8.1.1",
"typescript": "^4.6.4"
"typescript": "^4.6.4",
"uuid": "^9.0.0"
},
"dependencies": {
"@kleros/vea-contracts": "^0.1.12",
"aws-sdk": "^2.1329.0",
"uuid": "^9.0.0"
"@kleros/vea-contracts": "^0.1.12"
}
}

0 comments on commit 8409ab7

Please sign in to comment.