Skip to content

Commit

Permalink
chore: Rearrange dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Feb 13, 2024
1 parent 0b2de13 commit 3dff785
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/devtools-evm-hardhat-export-deployments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@
"test": "jest"
},
"dependencies": {
"chalk": "^4.1.2",
"fp-ts": "^2.16.2",
"zod": "^3.22.4"
"typescript": "^5.3.3"
},
"devDependencies": {
"@layerzerolabs/io-devtools": "~0.1.2",
"@swc/core": "^1.4.0",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"@types/node": "~18.18.14",
"chalk": "^4.1.2",
"commander": "^11.1.0",
"fp-ts": "^2.16.2",
"jest": "^29.6.2",
"tsup": "~8.0.1",
"typescript": "^5.1.6"
"zod": "^3.22.4"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 3dff785

Please sign in to comment.