Skip to content

Commit 5a69537

Browse files
authored
chore: Turbo v2 (#10162)
<!-- 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 -->
1 parent 052f10e commit 5a69537

File tree

3 files changed

+57
-74
lines changed

3 files changed

+57
-74
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"dev:bridge": "pnpm turbo run dev --filter=bridge... --parallel --continue",
1818
"dev:games": "pnpm turbo run dev --filter=games... --parallel --continue",
1919
"dev:gamification": "pnpm turbo run dev --filter=gamification... --parallel --continue",
20-
"storybook": "turbo run start --filter=uikit...",
21-
"build:storybook": "turbo run build:storybook --filter=uikit...",
20+
"storybook": "turbo run start --filter=@pancakeswap/uikit...",
21+
"build:storybook": "turbo run build:storybook --filter=@pancakeswap/uikit...",
2222
"build": "turbo run build --filter=web...",
2323
"build:blog": "turbo run build --filter=blog...",
2424
"build:aptos": "turbo run build --filter=aptos-web...",
@@ -67,7 +67,7 @@
6767
"stylelint-config-styled-components": "^0.1.1",
6868
"tilg": "^0.1.1",
6969
"tsx": "^4.6.1",
70-
"turbo": "1.10.2",
70+
"turbo": "2.0.6",
7171
"typescript": "5.2.2",
7272
"vitest": "^1.5.0",
7373
"wrangler": "2.20.2"

pnpm-lock.yaml

+53-70
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

turbo.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://turborepo.org/schema.json",
33
"globalDependencies": ["**/.env.*local"],
4-
"pipeline": {
4+
"tasks": {
55
"build": {
66
"dependsOn": ["^build"],
77
"env": ["RISK_APP_SECRET", "SERVER_NODE_REAL_API_ETH", "SERVER_NODE_REAL_API_GOERLI"],

0 commit comments

Comments
 (0)