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

Commit a950eb8

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

2 files changed

Lines changed: 884 additions & 894 deletions

File tree

package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -13,46 +13,46 @@
1313
"**/*": "prettier --write --ignore-unknown"
1414
},
1515
"dependencies": {
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",
16+
"@crossbell/connect-kit": "1.5.7",
17+
"@crossbell/contract": "1.5.6",
18+
"@crossbell/indexer": "1.5.6",
19+
"@crossbell/notification": "^1.5.7",
20+
"@crossbell/ui": "1.5.6",
21+
"@crossbell/util-ethers": "1.5.2",
22+
"@crossbell/util-hooks": "1.5.6",
23+
"@crossbell/util-metadata": "1.5.6",
2424
"@ctrl/tinycolor": "^3.6.0",
2525
"@emotion/react": "^11.11.1",
26-
"@floating-ui/react": "^0.24.6",
26+
"@floating-ui/react": "^0.25.1",
2727
"@floating-ui/react-dom-interactions": "^0.13.3",
2828
"@heroicons/react": "^2.0.18",
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",
29+
"@mantine/core": "^6.0.19",
30+
"@mantine/hooks": "^6.0.19",
31+
"@tanstack/react-query": "^4.32.6",
32+
"@tanstack/react-query-persist-client": "^4.32.6",
3333
"axios": "^1.4.0",
34-
"clsx": "^1.2.1",
35-
"crossbell": "^1.4.2",
34+
"clsx": "^2.0.0",
35+
"crossbell": "^1.5.9",
3636
"dayjs": "^1.11.9",
37-
"downshift": "^7.6.0",
37+
"downshift": "^8.1.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",
4343
"mdast-util-to-string": "^4.0.0",
44-
"next": "13.4.9",
44+
"next": "13.4.12",
4545
"nextjs-progressbar": "^0.0.16",
4646
"react": "18.2.0",
4747
"react-dom": "18.2.0",
48-
"react-hook-form": "^7.45.1",
48+
"react-hook-form": "^7.45.4",
4949
"react-hot-toast": "^2.4.1",
5050
"react-infinite-scroller": "^1.2.6",
51-
"react-parallax-tilt": "^1.7.152",
51+
"react-parallax-tilt": "^1.7.158",
5252
"react-scroll": "^1.8.9",
5353
"refractor": "^4.8.1",
5454
"rehype-infer-description-meta": "^1.1.0",
55-
"rehype-prism-plus": "^1.6.1",
55+
"rehype-prism-plus": "^1.6.3",
5656
"rehype-raw": "^6.1.1",
5757
"rehype-react": "^7.2.0",
5858
"rehype-sanitize": "^5.0.1",
@@ -64,33 +64,33 @@
6464
"remark-gfm": "^3.0.1",
6565
"remark-parse": "^10.0.2",
6666
"remark-rehype": "^10.1.0",
67-
"sharp": "^0.32.1",
67+
"sharp": "^0.32.4",
6868
"underscore": "^1.13.6",
6969
"unified": "^10.1.2",
7070
"unist-builder": "^4.0.0",
7171
"unist-util-visit": "^5.0.0",
72-
"viem": "^1.2.12",
73-
"wagmi": "1.3.8",
74-
"zustand": "^4.3.9"
72+
"viem": "^1.6.0",
73+
"wagmi": "1.3.10",
74+
"zustand": "^4.4.1"
7575
},
7676
"devDependencies": {
7777
"@tailwindcss/line-clamp": "^0.4.4",
7878
"@types/hast": "^3.0.0",
7979
"@types/js-yaml": "^4.0.5",
80-
"@types/node": "20.4.1",
81-
"@types/react": "18.2.14",
82-
"@types/react-dom": "18.2.6",
80+
"@types/node": "20.4.10",
81+
"@types/react": "18.2.20",
82+
"@types/react-dom": "18.2.7",
8383
"@types/react-infinite-scroller": "^1.2.3",
8484
"@types/react-scroll": "^1.8.7",
85-
"@types/underscore": "^1.11.5",
85+
"@types/underscore": "^1.11.6",
8686
"autoprefixer": "^10.4.14",
87-
"eslint": "8.44.0",
88-
"eslint-config-next": "13.4.9",
87+
"eslint": "8.47.0",
88+
"eslint-config-next": "13.4.13",
8989
"husky": "^8.0.3",
9090
"lint-staged": "^13.2.3",
91-
"postcss": "^8.4.25",
92-
"prettier": "^3.0.0",
93-
"tailwindcss": "^3.3.2",
91+
"postcss": "^8.4.27",
92+
"prettier": "^3.0.1",
93+
"tailwindcss": "^3.3.3",
9494
"typescript": "5.1.6"
9595
}
9696
}

0 commit comments

Comments
 (0)