Skip to content

Commit d66dd00

Browse files
authored
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 -->
1 parent 4c9de49 commit d66dd00

File tree

3 files changed

+445
-1817
lines changed

3 files changed

+445
-1817
lines changed

packages/hooks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"@types/js-cookie": "^3.0.2",
2323
"styled-components": "6.0.7",
2424
"@types/react": "^18.2.21",
25-
"@babel/core": "^7.23.9"
25+
"@babel/core": "7.23.9"
2626
}
2727
}

packages/uikit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
5353
},
5454
"devDependencies": {
55-
"@babel/core": "^7.23.9",
55+
"@babel/core": "7.23.9",
5656
"@babel/preset-env": "^7.23.3",
5757
"@babel/preset-react": "^7.23.3",
5858
"@pancakeswap/chains": "workspace:*",

0 commit comments

Comments
 (0)