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 tomatommy-bs committed May 22, 2024
1 parent 00c99b6 commit 795fed2
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 4,198 deletions.
8 changes: 4 additions & 4 deletions my-turborepo/apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
"next": "^14.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@repo/ui": "workspace:*"
"@repo/ui": "*"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.1.1",
"@types/node": "^20.11.24",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.18",
"@repo/eslint-config": "workspace:*",
"@repo/eslint-config": "*",
"postcss": "^8.4.35",
"@repo/tailwind-config": "workspace:*",
"@repo/tailwind-config": "*",
"tailwindcss": "^3.4.1",
"@repo/typescript-config": "workspace:*",
"@repo/typescript-config": "*",
"typescript": "^5.3.3"
}
}
8 changes: 4 additions & 4 deletions my-turborepo/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
"next": "^14.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@repo/ui": "workspace:*"
"@repo/ui": "*"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.1.1",
"@types/node": "^20.11.24",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.18",
"@repo/eslint-config": "workspace:*",
"@repo/eslint-config": "*",
"postcss": "^8.4.35",
"@repo/tailwind-config": "workspace:*",
"@repo/tailwind-config": "*",
"tailwindcss": "^3.4.1",
"@repo/typescript-config": "workspace:*",
"@repo/typescript-config": "*",
"typescript": "^5.3.3"
}
}
10 changes: 7 additions & 3 deletions my-turborepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"@repo/typescript-config": "workspace:*",
"@repo/typescript-config": "*",
"turbo": "latest"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
}
},
"packageManager": "[email protected]",
"workspaces": [
"apps/*",
"packages/*"
]
}
2 changes: 1 addition & 1 deletion my-turborepo/packages/config-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
".": "./tailwind.config.ts"
},
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"@repo/typescript-config": "*",
"tailwindcss": "^3.4.1"
}
}
8 changes: 4 additions & 4 deletions my-turborepo/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"react": "^18.2.0"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/tailwind-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@repo/eslint-config": "*",
"@repo/tailwind-config": "*",
"@repo/typescript-config": "*",
"@types/react": "^18.2.61",
"autoprefixer": "^10.4.18",
"postcss": "^8.4.35",
"react": "^18.2.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}
}
Loading

0 comments on commit 795fed2

Please sign in to comment.