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

Commit 96a5451

Browse files
committed
chore: update dependencies
1 parent 29b3139 commit 96a5451

9 files changed

Lines changed: 1078 additions & 1001 deletions

package.json

Lines changed: 33 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -13,42 +13,42 @@
1313
"**/*": "prettier --write --ignore-unknown"
1414
},
1515
"dependencies": {
16-
"@crossbell/connect-kit": "1.4.8",
17-
"@crossbell/contract": "1.4.8",
18-
"@crossbell/indexer": "1.4.8",
19-
"@crossbell/notification": "^1.4.8",
20-
"@crossbell/ui": "1.4.8",
21-
"@crossbell/util-ethers": "1.4.0",
22-
"@crossbell/util-hooks": "1.4.4",
23-
"@crossbell/util-metadata": "1.4.0",
16+
"@crossbell/connect-kit": "1.5.1",
17+
"@crossbell/contract": "1.5.0",
18+
"@crossbell/indexer": "1.5.0",
19+
"@crossbell/notification": "^1.5.0",
20+
"@crossbell/ui": "1.5.0",
21+
"@crossbell/util-ethers": "1.5.0",
22+
"@crossbell/util-hooks": "1.5.0",
23+
"@crossbell/util-metadata": "1.5.0",
2424
"@ctrl/tinycolor": "^3.6.0",
2525
"@emotion/react": "^11.11.1",
26-
"@floating-ui/react": "^0.24.3",
26+
"@floating-ui/react": "^0.24.6",
2727
"@floating-ui/react-dom-interactions": "^0.13.3",
2828
"@heroicons/react": "^2.0.18",
29-
"@mantine/core": "^6.0.14",
30-
"@mantine/hooks": "^6.0.14",
31-
"@tanstack/react-query": "^4.29.17",
32-
"@tanstack/react-query-persist-client": "^4.29.17",
29+
"@mantine/core": "^6.0.16",
30+
"@mantine/hooks": "^6.0.16",
31+
"@tanstack/react-query": "^4.29.19",
32+
"@tanstack/react-query-persist-client": "^4.29.19",
3333
"axios": "^1.4.0",
3434
"clsx": "^1.2.1",
35-
"crossbell": "^1.4.0",
36-
"dayjs": "^1.11.8",
35+
"crossbell": "^1.4.2",
36+
"dayjs": "^1.11.9",
3737
"downshift": "^7.6.0",
3838
"hast": "^1.0.0",
3939
"idb-keyval": "^6.2.1",
4040
"immer": "^10.0.2",
4141
"ioredis": "^5.3.2",
4242
"js-yaml": "^4.1.0",
43-
"mdast-util-to-string": "^3.2.0",
44-
"next": "13.4.7",
43+
"mdast-util-to-string": "^4.0.0",
44+
"next": "13.4.9",
4545
"nextjs-progressbar": "^0.0.16",
4646
"react": "18.2.0",
4747
"react-dom": "18.2.0",
48-
"react-hook-form": "^7.45.0",
48+
"react-hook-form": "^7.45.1",
4949
"react-hot-toast": "^2.4.1",
5050
"react-infinite-scroller": "^1.2.6",
51-
"react-parallax-tilt": "^1.7.150",
51+
"react-parallax-tilt": "^1.7.152",
5252
"react-scroll": "^1.8.9",
5353
"refractor": "^4.8.1",
5454
"rehype-infer-description-meta": "^1.1.0",
@@ -57,6 +57,7 @@
5757
"rehype-react": "^7.2.0",
5858
"rehype-sanitize": "^5.0.1",
5959
"rehype-stringify": "^9.0.3",
60+
"remark-breaks": "^3.0.3",
6061
"remark-directive": "^2.0.1",
6162
"remark-directive-rehype": "^0.4.2",
6263
"remark-frontmatter": "^4.0.1",
@@ -66,30 +67,30 @@
6667
"sharp": "^0.32.1",
6768
"underscore": "^1.13.6",
6869
"unified": "^10.1.2",
69-
"unist-builder": "^3.0.1",
70-
"unist-util-visit": "^4.1.2",
71-
"viem": "^1.1.7",
72-
"wagmi": "1.3.0",
73-
"zustand": "^4.3.8"
70+
"unist-builder": "^4.0.0",
71+
"unist-util-visit": "^5.0.0",
72+
"viem": "^1.2.12",
73+
"wagmi": "1.3.8",
74+
"zustand": "^4.3.9"
7475
},
7576
"devDependencies": {
7677
"@tailwindcss/line-clamp": "^0.4.4",
77-
"@types/hast": "^2.3.4",
78+
"@types/hast": "^3.0.0",
7879
"@types/js-yaml": "^4.0.5",
79-
"@types/node": "20.3.2",
80+
"@types/node": "20.4.1",
8081
"@types/react": "18.2.14",
8182
"@types/react-dom": "18.2.6",
8283
"@types/react-infinite-scroller": "^1.2.3",
8384
"@types/react-scroll": "^1.8.7",
8485
"@types/underscore": "^1.11.5",
8586
"autoprefixer": "^10.4.14",
86-
"eslint": "8.43.0",
87-
"eslint-config-next": "13.4.7",
87+
"eslint": "8.44.0",
88+
"eslint-config-next": "13.4.9",
8889
"husky": "^8.0.3",
89-
"lint-staged": "^13.2.2",
90-
"postcss": "^8.4.24",
91-
"prettier": "^2.8.8",
90+
"lint-staged": "^13.2.3",
91+
"postcss": "^8.4.25",
92+
"prettier": "^3.0.0",
9293
"tailwindcss": "^3.3.2",
93-
"typescript": "5.1.3"
94+
"typescript": "5.1.6"
9495
}
9596
}

0 commit comments

Comments
 (0)