Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: new dashboard page #70

Merged
merged 14 commits into from
May 16, 2024
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
Loading