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

This commit is contained in:
Turbobot 2024-10-04 20:33:51 -07:00 committed by Ryan Pandya
parent 339189fe2c
commit 1cbe079691
6 changed files with 14 additions and 5687 deletions

View File

@ -9,14 +9,14 @@
"lint": "next lint" "lint": "next lint"
}, },
"dependencies": { "dependencies": {
"@repo/ui": "workspace:*", "@repo/ui": "*",
"next": "14.2.6", "next": "14.2.6",
"react": "18.3.1", "react": "18.3.1",
"react-dom": "18.3.1" "react-dom": "18.3.1"
}, },
"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", "@types/react": "^18",
"@types/react-dom": "^18", "@types/react-dom": "^18",

View File

@ -9,14 +9,14 @@
"lint": "next lint" "lint": "next lint"
}, },
"dependencies": { "dependencies": {
"@repo/ui": "workspace:*", "@repo/ui": "*",
"next": "14.2.6", "next": "14.2.6",
"react": "18.3.1", "react": "18.3.1",
"react-dom": "18.3.1" "react-dom": "18.3.1"
}, },
"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", "@types/react": "^18",
"@types/react-dom": "^18", "@types/react-dom": "^18",

View File

@ -12,8 +12,12 @@
"turbo": "^2.1.3", "turbo": "^2.1.3",
"typescript": "^5.4.5" "typescript": "^5.4.5"
}, },
"packageManager": "pnpm@8.15.6",
"engines": { "engines": {
"node": ">=18" "node": ">=18"
} },
"packageManager": "npm@10.7.0",
"workspaces": [
"apps/*",
"packages/*"
]
} }

View File

@ -12,8 +12,8 @@
"generate:component": "turbo gen react-component" "generate:component": "turbo gen react-component"
}, },
"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/eslint": "^8.56.5", "@types/eslint": "^8.56.5",

5674
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

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