Skip to content

Commit

Permalink
chore: Revert pnpm (#9976)
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 updates the package manager to `[email protected]` and makes changes
to package resolutions in the `pnpm-lock.yaml`.

### Detailed summary
- Updated packageManager to `[email protected]` in `package.json`
- Updated `pnpm` version to `8.15.6` in `volta` section of
`package.json`
- Updated `lockfileVersion` to `'6.0'` in `pnpm-lock.yaml`
- Changed package resolutions in the `pnpm-lock.yaml` file

> 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
chefjackson authored Jun 11, 2024
1 parent 7e41e4d commit 7b77e44
Show file tree
Hide file tree
Showing 2 changed files with 13,034 additions and 16,855 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"apis/*",
"scripts"
],
"packageManager": "pnpm@9.1.4",
"packageManager": "pnpm@8.15.6",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "turbo run dev --filter=web... --parallel --continue",
Expand Down Expand Up @@ -74,7 +74,7 @@
},
"volta": {
"node": "20.12.2",
"pnpm": "9.1.4"
"pnpm": "8.15.6"
},
"dependencies": {
"ws": "^8.13.0",
Expand Down
Loading

0 comments on commit 7b77e44

Please sign in to comment.