Skip to content

Commit

Permalink
feat(create-turbo): apply package-manager transform
Browse files Browse the repository at this point in the history
  • Loading branch information
turbobot-temp authored and Alyson Vilela do Nascimento committed Oct 28, 2023
1 parent 6eefd84 commit 98d1cc1
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 4,723 deletions.
6 changes: 3 additions & 3 deletions my-turborepo/apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"next": "^13.4.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ui": "workspace:*"
"ui": "*"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.4.19",
"@types/node": "^17.0.12",
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"eslint-config-custom": "*",
"tsconfig": "*",
"typescript": "^4.5.3"
}
}
6 changes: 3 additions & 3 deletions my-turborepo/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"next": "^13.4.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ui": "workspace:*"
"ui": "*"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.4.19",
"@types/node": "^17.0.12",
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"eslint-config-custom": "*",
"tsconfig": "*",
"typescript": "^4.5.3"
}
}
10 changes: 7 additions & 3 deletions my-turborepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@
"devDependencies": {
"eslint": "^8.48.0",
"prettier": "^3.0.3",
"tsconfig": "workspace:*",
"tsconfig": "*",
"turbo": "latest"
},
"packageManager": "pnpm@8.6.10",
"name": "my-turborepo"
"name": "my-turborepo",
"packageManager": "yarn@1.22.19",
"workspaces": [
"apps/*",
"packages/*"
]
}
4 changes: 2 additions & 2 deletions my-turborepo/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"@types/node": "^20.5.2",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"eslint-config-custom": "workspace:*",
"eslint-config-custom": "*",
"react": "^18.2.0",
"tsconfig": "workspace:*",
"tsconfig": "*",
"typescript": "^4.5.2"
}
}
Loading

0 comments on commit 98d1cc1

Please sign in to comment.