Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- Before opening a pull request, please read the [contributing guidelines](https://github.com/pancakeswap/pancake-frontend/blob/develop/CONTRIBUTING.md) first --> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating the `dependencies` and `devDependencies` in the `package.json` and `pnpm-lock.yaml` files, primarily upgrading versions of `react`, `react-dom`, `typescript`, and various `@types` packages, along with changing the version of `next`. ### Detailed summary - Updated `react` to `^18.2.0` and `react-dom` to `^18.2.0` in `package.json`. - Changed `next` version to `catalog:` in `package.json`. - Updated `typescript` to `5.2.2` and various `@types` packages in `devDependencies`. - Adjusted `pnpm-lock.yaml` to reflect updated versions for dependencies. - Removed references to `[email protected]` and cleaned up optional dependencies. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
- Loading branch information