Skip to content

Commit c54c5f5

Browse files
committed
fix: remove react-no-ssr due to react version conflict
1 parent b8d4f72 commit c54c5f5

File tree

2 files changed

+11878
-6751
lines changed

2 files changed

+11878
-6751
lines changed

examples/vote-proposal/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"@cosmos-kit/react": "2.10.9",
1919
"@emotion/react": "11.10.6",
2020
"@emotion/styled": "11.10.6",
21-
"@interchain-ui/react": "^1.21.16",
21+
"@interchain-ui/react": "^1.23.16",
22+
"@interchain-ui/react-no-ssr": "^0.1.2",
2223
"@tanstack/react-query": "4.32.0",
2324
"bignumber.js": "^9.1.1",
2425
"chain-registry": "1.24.1",
@@ -33,18 +34,16 @@
3334
"react-dom": "18.2.0",
3435
"react-icons": "4.6.0",
3536
"react-markdown": "9.0.1",
36-
"react-minimal-pie-chart": "^8.4.0",
37-
"react-no-ssr": "1.1.0"
37+
"react-minimal-pie-chart": "^8.4.0"
3838
},
3939
"devDependencies": {
4040
"@tanstack/react-query-devtools": "4.32.0",
4141
"@types/node": "18.11.9",
4242
"@types/react": "18.0.25",
4343
"@types/react-dom": "18.0.9",
44-
"@types/react-no-ssr": "1.1.3",
4544
"eslint": "8.28.0",
4645
"eslint-config-next": "13.0.5",
4746
"generate-lockfile": "0.0.12",
48-
"typescript": "4.9.3"
47+
"typescript": "^5.1.6"
4948
}
5049
}

0 commit comments

Comments
 (0)