Skip to content

Commit

Permalink
fix: Switch theme issue deps (#11069)
Browse files Browse the repository at this point in the history
<!--
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
memoyil authored Dec 18, 2024
1 parent 4c9de49 commit d66dd00
Show file tree
Hide file tree
Showing 3 changed files with 445 additions and 1,817 deletions.
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/js-cookie": "^3.0.2",
"styled-components": "6.0.7",
"@types/react": "^18.2.21",
"@babel/core": "^7.23.9"
"@babel/core": "7.23.9"
}
}
2 changes: 1 addition & 1 deletion packages/uikit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "7.23.9",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@pancakeswap/chains": "workspace:*",
Expand Down
Loading

0 comments on commit d66dd00

Please sign in to comment.