Skip to content

Commit

Permalink
chore: downgrade crossbell deps to 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
runjuu committed Dec 19, 2023
1 parent e5fa164 commit fb57052
Show file tree
Hide file tree
Showing 9 changed files with 4,275 additions and 10,023 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@wagmi/core": "^1.4.12",
"canvas-confetti": "^1.9.2",
"classnames": "^2.3.2",
"crossbell": "^1.11.1",
"crossbell": "1.10.1",
"dayjs": "^1.11.10",
"embla-carousel-react": "^7.1.0",
"emoji-mart": "^5.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"canvas-confetti": "^1",
"check-password-strength": "^2",
"classnames": "^2",
"crossbell": "^1.11.1",
"crossbell": "^1.10.1",
"embla-carousel-react": "^7",
"immer": "^10",
"lodash.compact": "^3",
Expand Down
2 changes: 1 addition & 1 deletion packages/contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@crossbell/util-hooks": "^1.5.19",
"crossbell": "^1.11.1",
"crossbell": "^1.10.1",
"viem": "^1.20.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@tanstack/react-query": "^4",
"crossbell": "^1.11.1",
"crossbell": "^1.10.1",
"dayjs": "^1.11.10",
"lodash.compact": "^3",
"lru-cache": "10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@crossbell/util-hooks": "^1.5.19",
"@crossbell/util-metadata": "^1.5.19",
"check-password-strength": "^2",
"crossbell": "^1.11.1",
"crossbell": "^1.10.1",
"immer": "^10",
"lodash.debounce": "4.0.8",
"react": "^18",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@crossbell/util-metadata": "^1.5.19",
"@tanstack/react-query": "^4",
"classnames": "^2",
"crossbell": "^1.11.1",
"crossbell": "^1.10.1",
"facepaint": "^1.2.1",
"react-intersection-observer": "^9.5.3",
"react-remove-scroll": "^2.5.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/util-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@tanstack/react-query": "^4",
"crossbell": "^1.11.1"
"crossbell": "^1.10.1"
},
"peerDependencies": {
"react": "^18"
Expand Down
2 changes: 1 addition & 1 deletion packages/util-metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"dependencies": {
"@crossbell/util-ethers": "^1.5.19",
"@fastify/deepmerge": "^1.3.0",
"crossbell": "^1.11.1"
"crossbell": "^1.10.1"
}
}
Loading

0 comments on commit fb57052

Please sign in to comment.