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" "lint": "eslint . --max-warnings 0"
}, },
"dependencies": { "dependencies": {
"@repo/ui": "workspace:*", "@repo/ui": "*",
"next": "^14.1.1", "next": "^14.1.1",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0" "react-dom": "^18.2.0"
}, },
"devDependencies": { "devDependencies": {
"@next/eslint-plugin-next": "^14.1.1", "@next/eslint-plugin-next": "^14.1.1",
"@repo/eslint-config": "workspace:*", "@repo/eslint-config": "*",
"@repo/typescript-config": "workspace:*", "@repo/typescript-config": "*",
"@types/eslint": "^8.56.5", "@types/eslint": "^8.56.5",
"@types/node": "^20.11.24", "@types/node": "^20.11.24",
"@types/react": "^18.2.61", "@types/react": "^18.2.61",

View File

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

View File

@@ -8,13 +8,17 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\"" "format": "prettier --write \"**/*.{ts,tsx,md}\""
}, },
"devDependencies": { "devDependencies": {
"@repo/eslint-config": "workspace:*", "@repo/eslint-config": "*",
"@repo/typescript-config": "workspace:*", "@repo/typescript-config": "*",
"prettier": "^3.2.5", "prettier": "^3.2.5",
"turbo": "latest" "turbo": "latest"
}, },
"packageManager": "pnpm@8.9.0",
"engines": { "engines": {
"node": ">=18" "node": ">=18"
} },
"packageManager": "npm@9.8.1",
"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",

File diff suppressed because it is too large Load Diff

View File

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