Skip to content

Commit

Permalink
Merge pull request #70 from zaibon/refactor/dashboard
Browse files Browse the repository at this point in the history
Allow to select different amount per contributor
  • Loading branch information
zaibon authored May 16, 2024
2 parents e00c088 + 6a673a0 commit 99fa37e
Show file tree
Hide file tree
Showing 25 changed files with 949 additions and 5,084 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'

- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
12 changes: 3 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,15 @@
},
"type": "module",
"dependencies": {
"@ankr.com/ankr.js": "^0.5.0",
"@floating-ui/dom": "1.6.3",
"@socket.tech/socket-v2-sdk": "^1.24.1",
"@squirrel-labs/peanut-sdk": "^0.4.14",
"@sentry/sveltekit": "^7.107.0",
"@squirrel-labs/peanut-sdk": "^0.4.14",
"@vercel/analytics": "^1.1.1",
"@web3modal/ethers5": "^4.1.1",
"emailjs": "^4.0.3",
"ethers": "5.7.2",
"just-debounce": "^1.1.0",
"wagmi": "^2.5.7"
},
"pnpm": {
"overrides": {
"@socket.tech/ll-core": "^0.1.49",
"@socket.tech/ll-core-v2": "^0.0.68"
}
"viem": "^2.8.10"
}
}
Loading

0 comments on commit 99fa37e

Please sign in to comment.