Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Move tmp-promise to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsmale90 committed Jun 22, 2023
1 parent 084b583 commit b52db3e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/chains/ethereum/ethereum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@
"seedrandom": "3.0.5",
"semaphore": "1.1.0",
"subleveldown": "6.0.1",
"tmp-promise": "3.0.2",
"ws": "8.2.3"
},
"devDependencies": {
"tmp-promise": "3.0.2",
"@trufflesuite/uws-js-unofficial": "20.10.0-unofficial.2",
"@types/encoding-down": "5.0.0",
"@types/fs-extra": "9.0.2",
Expand Down
6 changes: 3 additions & 3 deletions src/chains/filecoin/options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@
"ts-node": "10.9.1",
"typescript": "4.7.4",
"webpack": "5.65.0",
"webpack-cli": "4.9.1"
"webpack-cli": "4.9.1",
"tmp-promise": "3.0.2"
},
"dependencies": {
"@ganache/utils": "0.8.0",
"keccak": "3.0.2",
"tmp-promise": "3.0.2"
"keccak": "3.0.2"
}
}
4 changes: 2 additions & 2 deletions src/packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
"@ganache/secp256k1": "0.5.0",
"emittery": "0.10.0",
"keccak": "3.0.2",
"seedrandom": "3.0.5",
"tmp-promise": "3.0.2"
"seedrandom": "3.0.5"
},
"devDependencies": {
"tmp-promise": "3.0.2",
"@trufflesuite/uws-js-unofficial": "20.10.0-unofficial.2",
"@types/mocha": "9.0.0",
"@types/seedrandom": "3.0.1",
Expand Down

0 comments on commit b52db3e

Please sign in to comment.