Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit updates several package dependencies across `dependencies` and `devDependencies` to their newer versions. Notable updates include: - `@react-three/drei` from `^9.105.2` to `^9.105.4` - `@react-three/fiber` from `^8.16.1` to `^8.16.2` - `framer-motion` from `^11.0.25` to `^11.0.28` - `next` from `^14.1.4` to `^14.2.1` - Various `@types` packages such as `@types/node`, `@types/react`, and `@types/react-dom` have been updated to their latest patch versions. - Several ESLint related packages, including `eslint`, `eslint-config-next`, and `@typescript-eslint/eslint-plugin`, have been updated to enhance linting capabilities. These updates are aimed at maintaining project compatibility with the latest features and bug fixes provided by the libraries, enhancing the stability and performance of the application.
- Loading branch information