Skip to content

Commit 8409ab7

Browse files
committed
chore: moved uuid and aws-sdk to dev dependencies
1 parent 1bc7176 commit 8409ab7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

contracts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"@types/node": "^16",
4242
"@typescript-eslint/eslint-plugin": "^5.53.0",
4343
"@typescript-eslint/parser": "^5.53.0",
44+
"aws-sdk": "^2.1329.0",
4445
"chai": "^4.3.6",
4546
"chai-ethers": "^0.0.1",
4647
"dotenv": "^16.0.3",
@@ -66,11 +67,10 @@
6667
"solidity-coverage": "^0.8.2",
6768
"ts-node": "^10.8.0",
6869
"typechain": "^8.1.1",
69-
"typescript": "^4.6.4"
70+
"typescript": "^4.6.4",
71+
"uuid": "^9.0.0"
7072
},
7173
"dependencies": {
72-
"@kleros/vea-contracts": "^0.1.12",
73-
"aws-sdk": "^2.1329.0",
74-
"uuid": "^9.0.0"
74+
"@kleros/vea-contracts": "^0.1.12"
7575
}
7676
}

0 commit comments

Comments
 (0)