Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Switch theme issue deps (#11069)
<!-- 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 version specifications for several dependencies, particularly `@babel/core`, across multiple `package.json` files and the `pnpm-lock.yaml` file. The changes ensure consistency in dependency versions used throughout the project. ### Detailed summary - Updated `@babel/core` version from `^7.23.9` to `7.23.9` in: - `packages/hooks/package.json` - `packages/uikit/package.json` - Adjusted `@babel/preset-env` and `@babel/preset-react` versions to `7.23.3` in various places. - Ensured consistency in `pnpm-lock.yaml` for dependencies related to `@babel/core` and others. > The following files were skipped due to too many changes: `pnpm-lock.yaml` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
- Loading branch information