feat(create-turbo): apply package-manager transform

This commit is contained in:
Turbobot 2025-01-27 18:12:27 +01:00 committed by David Arranz
parent 490cee1982
commit a44d3649c3
6 changed files with 14 additions and 4369 deletions

View File

@ -11,14 +11,14 @@
"check-types": "tsc --noEmit" "check-types": "tsc --noEmit"
}, },
"dependencies": { "dependencies": {
"@repo/ui": "workspace:*", "@repo/ui": "*",
"next": "^15.1.6", "next": "^15.1.6",
"react": "^19.0.0", "react": "^19.0.0",
"react-dom": "^19.0.0" "react-dom": "^19.0.0"
}, },
"devDependencies": { "devDependencies": {
"@repo/eslint-config": "workspace:*", "@repo/eslint-config": "*",
"@repo/typescript-config": "workspace:*", "@repo/typescript-config": "*",
"@types/node": "^22", "@types/node": "^22",
"@types/react": "19.0.8", "@types/react": "19.0.8",
"@types/react-dom": "19.0.3", "@types/react-dom": "19.0.3",

View File

@ -11,14 +11,14 @@
"check-types": "tsc --noEmit" "check-types": "tsc --noEmit"
}, },
"dependencies": { "dependencies": {
"@repo/ui": "workspace:*", "@repo/ui": "*",
"next": "^15.1.6", "next": "^15.1.6",
"react": "^19.0.0", "react": "^19.0.0",
"react-dom": "^19.0.0" "react-dom": "^19.0.0"
}, },
"devDependencies": { "devDependencies": {
"@repo/eslint-config": "workspace:*", "@repo/eslint-config": "*",
"@repo/typescript-config": "workspace:*", "@repo/typescript-config": "*",
"@types/node": "^22", "@types/node": "^22",
"@types/react": "19.0.8", "@types/react": "19.0.8",
"@types/react-dom": "19.0.3", "@types/react-dom": "19.0.3",

View File

@ -12,8 +12,12 @@
"turbo": "^2.3.4", "turbo": "^2.3.4",
"typescript": "5.7.3" "typescript": "5.7.3"
}, },
"packageManager": "pnpm@9.0.0",
"engines": { "engines": {
"node": ">=18" "node": ">=18"
} },
"packageManager": "yarn@1.22.22",
"workspaces": [
"apps/*",
"packages/*"
]
} }

View File

@ -13,8 +13,8 @@
"check-types": "tsc --noEmit" "check-types": "tsc --noEmit"
}, },
"devDependencies": { "devDependencies": {
"@repo/eslint-config": "workspace:*", "@repo/eslint-config": "*",
"@repo/typescript-config": "workspace:*", "@repo/typescript-config": "*",
"@turbo/gen": "^2.3.4", "@turbo/gen": "^2.3.4",
"@types/node": "^22.10.10", "@types/node": "^22.10.10",
"@types/react": "19.0.8", "@types/react": "19.0.8",

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +0,0 @@
packages:
- "apps/*"
- "packages/*"