Skip to content

Commit

Permalink
fix chainfile deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh committed Jul 12, 2024
1 parent 8bdf47a commit 656e93b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 51 deletions.
3 changes: 0 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ updates:
schedule:
interval: 'daily'
groups:
chainfile:
patterns:
- 'chainfile-*'
react:
patterns:
- 'react'
Expand Down
54 changes: 12 additions & 42 deletions pnpm-lock.yaml

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

12 changes: 6 additions & 6 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"@types/react": "^18.3.3",
"@workspace/eslint-config-next": "workspace:*",
"autoprefixer": "^10.4.19",
"chainfile-bitcoin": "^0.2.0",
"chainfile-defichain": "^0.1.3",
"chainfile-ganache": "^0.2.0",
"chainfile-hardhat": "^0.4.6",
"chainfile-ord": "^0.2.0",
"chainfile-solana": "^0.2.3",
"chainfile-bitcoin": "workspace:*",
"chainfile-defichain": "workspace:*",
"chainfile-ganache": "workspace:*",
"chainfile-hardhat": "workspace:*",
"chainfile-ord": "workspace:*",
"chainfile-solana": "workspace:*",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4"
}
Expand Down

0 comments on commit 656e93b

Please sign in to comment.