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

This commit is contained in:
Turbobot
2024-04-05 17:24:15 +02:00
committed by Andras Bacsai
parent 7f64bbef10
commit ef74bc1713
6 changed files with 16 additions and 4986 deletions

View File

@@ -9,15 +9,15 @@
"lint": "eslint . --max-warnings 0"
},
"dependencies": {
"@repo/ui": "workspace:*",
"@repo/ui": "*",
"next": "^14.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.1.1",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@types/eslint": "^8.56.5",
"@types/node": "^20.11.24",
"@types/react": "^18.2.61",

View File

@@ -9,15 +9,15 @@
"lint": "eslint . --max-warnings 0"
},
"dependencies": {
"@repo/ui": "workspace:*",
"@repo/ui": "*",
"next": "^14.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.1.1",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@types/eslint": "^8.56.5",
"@types/node": "^20.11.24",
"@types/react": "^18.2.61",

View File

@@ -8,13 +8,17 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"prettier": "^3.2.5",
"turbo": "latest"
},
"packageManager": "pnpm@8.9.0",
"engines": {
"node": ">=18"
}
},
"packageManager": "npm@9.8.1",
"workspaces": [
"apps/*",
"packages/*"
]
}

View File

@@ -12,8 +12,8 @@
"generate:component": "turbo gen react-component"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@turbo/gen": "^1.12.4",
"@types/node": "^20.11.24",
"@types/eslint": "^8.56.5",

File diff suppressed because it is too large Load Diff

View File

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