Skip to content

Commit

Permalink
chore: revert turbo dep upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Jan 4, 2024
1 parent 15ea865 commit 4eab0aa
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"ts-node": "^10.7.0",
"tsx": "^3.12.2",
"tunnel": "^0.0.6",
"turbo": "^1.11.2",
"turbo": "1.9.3",
"typescript": "^4.9.4",
"uglify-js": "^3.17.4",
"umi": "workspace:*",
Expand Down
45 changes: 23 additions & 22 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 @@ -10,8 +10,7 @@
"cache": false
},
"dev": {
"cache": false,
"persistent": true
"cache": false
},
"test": {
"outputs": [".jest-cache/**"]
Expand Down

0 comments on commit 4eab0aa

Please sign in to comment.