Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit 0640982

Browse files
committed
feat: connect button
1 parent 5530af0 commit 0640982

8 files changed

Lines changed: 776 additions & 141 deletions

File tree

package.json

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,27 @@
1313
"**/*": "prettier --write --ignore-unknown"
1414
},
1515
"dependencies": {
16-
"@ctrl/tinycolor": "^3.4.1",
17-
"@floating-ui/react-dom-interactions": "^0.12.0",
16+
"@ctrl/tinycolor": "^3.5.0",
17+
"@floating-ui/react-dom-interactions": "^0.13.1",
1818
"@heroicons/react": "^2.0.13",
19-
"@tanstack/react-query": "^4.19.0",
19+
"@rainbow-me/rainbowkit": "^0.8.0",
20+
"@tanstack/react-query": "^4.19.1",
21+
"@tanstack/react-query-persist-client": "^4.19.1",
2022
"clsx": "^1.2.1",
2123
"crossbell.js": "^0.11.5",
2224
"dayjs": "^1.11.6",
2325
"downshift": "^7.0.4",
26+
"ethers": "^5.7.2",
2427
"hast": "^1.0.0",
28+
"idb-keyval": "^6.2.0",
2529
"ioredis": "^5.2.4",
2630
"js-yaml": "^4.1.0",
2731
"mdast-util-to-string": "^3.1.0",
2832
"next": "13.0.6",
33+
"nextjs-progressbar": "^0.0.16",
2934
"react": "18.2.0",
3035
"react-dom": "18.2.0",
31-
"react-parallax-tilt": "^1.7.72",
36+
"react-parallax-tilt": "^1.7.75",
3237
"refractor": "^4.8.0",
3338
"rehype-infer-description-meta": "^1.1.0",
3439
"rehype-prism-plus": "^1.5.0",
@@ -46,21 +51,21 @@
4651
"unified": "^10.1.2",
4752
"unist-builder": "^3.0.0",
4853
"unist-util-visit": "^4.1.1",
49-
"wagmi": "^0.8.9"
54+
"wagmi": "^0.8.10"
5055
},
5156
"devDependencies": {
5257
"@tailwindcss/line-clamp": "^0.4.2",
5358
"@types/hast": "^2.3.4",
5459
"@types/js-yaml": "^4.0.5",
55-
"@types/node": "18.11.10",
60+
"@types/node": "18.11.11",
5661
"@types/react": "18.0.26",
5762
"@types/react-dom": "18.0.9",
5863
"@types/underscore": "^1.11.4",
5964
"autoprefixer": "^10.4.13",
60-
"eslint": "8.28.0",
65+
"eslint": "8.29.0",
6166
"eslint-config-next": "13.0.6",
6267
"husky": "^8.0.2",
63-
"lint-staged": "^13.0.4",
68+
"lint-staged": "^13.1.0",
6469
"postcss": "^8.4.19",
6570
"prettier": "^2.8.0",
6671
"tailwindcss": "^3.2.4",

0 commit comments

Comments
 (0)