Skip to content

Commit

Permalink
fixed the bug that cca rollkie example failed to build by upgrading b…
Browse files Browse the repository at this point in the history
…y upgrading @interchain-ui/react, react, react-dom, react-icons, @types/react and @types/react-dom and add "baseUrl": "." to compilerOptions on tsconfig.json
  • Loading branch information
Eason Smith committed Aug 5, 2024
1 parent 730d957 commit 4355162
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10,982 deletions.
16 changes: 8 additions & 8 deletions examples/rollkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,24 @@
"@cosmos-kit/react": "2.17.0",
"@emotion/react": "11.10.6",
"@emotion/styled": "11.10.6",
"@interchain-ui/react": "1.23.22",
"@interchain-ui/react": "^1.23.29",
"@interchain-ui/react-no-ssr": "^0.1.6",
"chain-registry": "1.25.4",
"cosmos-kit": "2.18.0",
"fast-fuzzy": "1.12.0",
"framer-motion": "9.0.7",
"match-sorter": "^6.3.3",
"next": "^13",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "^18.2",
"react-dom": "^18.2",
"react-icons": "4.6.0"
},
"devDependencies": {
"@types/node": "18.19.37",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.0",
"eslint": "8.28.0",
"eslint-config-next": "13.0.5",
"@types/node": "^20.14.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.0",
"generate-lockfile": "0.0.12",
"typescript": "^5.1.6"
}
Expand Down
5 changes: 4 additions & 1 deletion examples/rollkit/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"baseUrl": ".",
"paths": {
"@/*": ["*"]
"@/*": [
"*"
]
}
},
"include": [
Expand Down
Loading

0 comments on commit 4355162

Please sign in to comment.