Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies - @chakra-ui/react #7

Open
void-ness opened this issue Sep 15, 2022 · 2 comments
Open

Update dependencies - @chakra-ui/react #7

void-ness opened this issue Sep 15, 2022 · 2 comments

Comments

@void-ness
Copy link

The chakra UI dependency specified in the package.json is outdated, not compatible with React - 18 and gives a lot of npm warnings and errors when installing by cloning the project. The stable version of Chakra UI - 2 can be added as it is compatible with React - 18

"dependencies": {
"@chakra-ui/react": "^1.8.8",

"react": "18.0.0",
"react-dom": "18.0.0"

image
(stable version which can be added)

@carson2222
Copy link

Thanks, works for me!

@stevensanborn
Copy link

stevensanborn commented Apr 23, 2024

Y a full update on the dependencies 👍
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.4",
"@project-serum/borsh": "^0.2.5",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.35",
"@solana/wallet-adapter-wallets": "^0.19.32",
"bs58": "^5.0.0",
"framer-motion": "^11.1.7",
"next": "14.2.2",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "20.12.7",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"eslint": "8.13.0",
"eslint-config-next": "14.2.2",
"typescript": "4.6.3"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants