Skip to content

Commit

Permalink
Update turbo dep to 2.0 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
grod220 committed Aug 14, 2024
1 parent 33cb2da commit adb918a
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 38 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"prettier": "^3.3.2",
"syncpack": "^12.3.2",
"tailwindcss": "^3.4.4",
"turbo": "^1.13.4",
"turbo": "^2.0.12",
"typescript": "^5.5.3",
"vitest": "^1.6.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-tailwindcss": "^3.15.2",
"eslint-plugin-turbo": "^1.13.3",
"eslint-plugin-turbo": "^2.0.12",
"eslint-plugin-vitest": "^0.5.4",
"typescript-eslint": "^7.10.0"
}
Expand Down
68 changes: 34 additions & 34 deletions pnpm-lock.yaml

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

3 changes: 1 addition & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://turbo.build/schema.json",
"globalDependencies": ["**/.env.*local"],
"globalEnv": ["NODE_ENV", "MODE", "CHROMIUM_PROFILE"],
"pipeline": {
"tasks": {
"//#clean:vitest-mjs": {
"cache": false
},
Expand All @@ -20,7 +20,6 @@
},
"build": {
"dependsOn": ["compile", "^build"],
"dotEnv": [".env"],
"env": ["PRAX"],
"outputs": ["dist/**"]
},
Expand Down

0 comments on commit adb918a

Please sign in to comment.