Skip to content

Commit

Permalink
chore: Turbo v2 (#10162)
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 dependencies and configuration in multiple files. It
upgrades `turbo` to version 2.0.6, adjusts `storybook` filter, and
updates various package versions in `pnpm-lock.yaml`.

### Detailed summary
- Upgraded `turbo` from 1.10.2 to 2.0.6
- Modified `storybook` filter from `uikit` to `@pancakeswap/uikit`
- Updated package versions in `pnpm-lock.yaml`

> 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 Jul 10, 2024
1 parent 052f10e commit 5a69537
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 74 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"dev:bridge": "pnpm turbo run dev --filter=bridge... --parallel --continue",
"dev:games": "pnpm turbo run dev --filter=games... --parallel --continue",
"dev:gamification": "pnpm turbo run dev --filter=gamification... --parallel --continue",
"storybook": "turbo run start --filter=uikit...",
"build:storybook": "turbo run build:storybook --filter=uikit...",
"storybook": "turbo run start --filter=@pancakeswap/uikit...",
"build:storybook": "turbo run build:storybook --filter=@pancakeswap/uikit...",
"build": "turbo run build --filter=web...",
"build:blog": "turbo run build --filter=blog...",
"build:aptos": "turbo run build --filter=aptos-web...",
Expand Down Expand Up @@ -67,7 +67,7 @@
"stylelint-config-styled-components": "^0.1.1",
"tilg": "^0.1.1",
"tsx": "^4.6.1",
"turbo": "1.10.2",
"turbo": "2.0.6",
"typescript": "5.2.2",
"vitest": "^1.5.0",
"wrangler": "2.20.2"
Expand Down
123 changes: 53 additions & 70 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://turborepo.org/schema.json",
"globalDependencies": ["**/.env.*local"],
"pipeline": {
"tasks": {
"build": {
"dependsOn": ["^build"],
"env": ["RISK_APP_SECRET", "SERVER_NODE_REAL_API_ETH", "SERVER_NODE_REAL_API_GOERLI"],
Expand Down

0 comments on commit 5a69537

Please sign in to comment.