Unboxed-Software / solana-movie-frontend

Mozilla Public License 2.0
14 stars 78 forks source link

Update dependencies - @chakra-ui/react #7

Open void-ness opened 1 year ago

void-ness commented 1 year ago

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

https://github.com/Unboxed-Software/solana-movie-frontend/blob/9faa2f3278b473bf834b804f7e6c910a37b0f255/package.json#L11-L12

https://github.com/Unboxed-Software/solana-movie-frontend/blob/a48b251edb380ae42cba7b6310c5aeff75a0911c/package.json#L23-L24

image (stable version which can be added)

carson2222 commented 6 months ago

Thanks, works for me!

stevensanborn commented 4 months ago

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" }