Skip to content

Commit

Permalink
feat(create-turbo): apply package-manager transform
Browse files Browse the repository at this point in the history
  • Loading branch information
turbobot-temp authored and zenorocha committed Nov 24, 2023
1 parent 17836cc commit 7e6fe59
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 4,754 deletions.
6 changes: 3 additions & 3 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"lint": "eslint . --max-warnings 0"
},
"dependencies": {
"@repo/ui": "workspace:*",
"@repo/ui": "*",
"next": "^14.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.2",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@types/eslint": "^8.44.7",
"@types/node": "^17.0.12",
"@types/react": "^18.0.22",
Expand Down
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"lint": "eslint . --max-warnings 0"
},
"dependencies": {
"@repo/ui": "workspace:*",
"@repo/ui": "*",
"next": "^14.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.2",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@types/eslint": "^8.44.7",
"@types/node": "^17.0.12",
"@types/react": "^18.0.22",
Expand Down
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"prettier": "^3.1.0",
"turbo": "latest"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"workspaces": [
"apps/*",
"packages/*"
]
}
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,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.10.12",
"@types/node": "^20.5.2",
"@types/eslint": "^8.44.7",
Expand Down
Loading

0 comments on commit 7e6fe59

Please sign in to comment.