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

This commit is contained in:
Turbobot
2025-01-14 23:32:25 +01:00
committed by PxlLoewe
parent 2843c1c7f5
commit 22cd047d8f
6 changed files with 14 additions and 4260 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.0", "next": "^15.1.0",
"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": "^20", "@types/node": "^20",
"@types/react": "18.3.1", "@types/react": "18.3.1",
"@types/react-dom": "18.3.0", "@types/react-dom": "18.3.0",

View File

@@ -11,14 +11,14 @@
"check-types": "tsc --noEmit" "check-types": "tsc --noEmit"
}, },
"dependencies": { "dependencies": {
"@repo/ui": "workspace:*", "@repo/ui": "*",
"next": "^15.1.0", "next": "^15.1.0",
"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": "^20", "@types/node": "^20",
"@types/react": "18.3.1", "@types/react": "18.3.1",
"@types/react-dom": "18.3.0", "@types/react-dom": "18.3.0",

View File

@@ -12,8 +12,12 @@
"turbo": "^2.3.3", "turbo": "^2.3.3",
"typescript": "5.5.4" "typescript": "5.5.4"
}, },
"packageManager": "pnpm@9.0.0",
"engines": { "engines": {
"node": ">=18" "node": ">=18"
} },
"packageManager": "npm@10.2.3",
"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": "^1.12.4", "@turbo/gen": "^1.12.4",
"@types/node": "^20.11.24", "@types/node": "^20.11.24",
"@types/react": "18.3.0", "@types/react": "18.3.0",

4247
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

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