Skip to content

Commit

Permalink
fix: remove react-no-ssr due to react version conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
yyyyaaa committed Jun 7, 2024
1 parent b8d4f72 commit c54c5f5
Show file tree
Hide file tree
Showing 2 changed files with 11,878 additions and 6,751 deletions.
9 changes: 4 additions & 5 deletions examples/vote-proposal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"@cosmos-kit/react": "2.10.9",
"@emotion/react": "11.10.6",
"@emotion/styled": "11.10.6",
"@interchain-ui/react": "^1.21.16",
"@interchain-ui/react": "^1.23.16",
"@interchain-ui/react-no-ssr": "^0.1.2",
"@tanstack/react-query": "4.32.0",
"bignumber.js": "^9.1.1",
"chain-registry": "1.24.1",
Expand All @@ -33,18 +34,16 @@
"react-dom": "18.2.0",
"react-icons": "4.6.0",
"react-markdown": "9.0.1",
"react-minimal-pie-chart": "^8.4.0",
"react-no-ssr": "1.1.0"
"react-minimal-pie-chart": "^8.4.0"
},
"devDependencies": {
"@tanstack/react-query-devtools": "4.32.0",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/react-no-ssr": "1.1.3",
"eslint": "8.28.0",
"eslint-config-next": "13.0.5",
"generate-lockfile": "0.0.12",
"typescript": "4.9.3"
"typescript": "^5.1.6"
}
}
Loading

0 comments on commit c54c5f5

Please sign in to comment.