Skip to content

Commit

Permalink
chore: have a single workspace as peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
viraj124 committed Jan 3, 2025
1 parent 337b26a commit e715f65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 3 additions & 2 deletions packages/solidity-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@
"prettier": "prettier --write --plugin=prettier-plugin-solidity 'contracts/**/*.sol'",
"lint": "prettier --list-different --plugin=prettier-plugin-solidity 'contracts/**/*.sol'"
},
"peerDependencies": {
"@fuel-bridge/test-utils": "workspace:*"
},
"devDependencies": {
"@fuel-bridge/test-utils": "workspace:*",
"@fuel-bridge/fungible-token": "workspace:*",
"@fuel-ts/merkle": "^0.21.2",
"@inquirer/prompts": "^5.3.8",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.4",
Expand Down
6 changes: 2 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e715f65

Please sign in to comment.