Skip to content

Commit fda78de

Browse files
turbobot-tempjonathancaleb
authored andcommitted
feat(create-turbo): apply package-manager transform
1 parent 4262256 commit fda78de

File tree

6 files changed

+14
-4257
lines changed

6 files changed

+14
-4257
lines changed

apps/docs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"check-types": "tsc --noEmit"
1212
},
1313
"dependencies": {
14-
"@repo/ui": "workspace:*",
14+
"@repo/ui": "*",
1515
"next": "^15.0.0",
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0"
1818
},
1919
"devDependencies": {
20-
"@repo/eslint-config": "workspace:*",
21-
"@repo/typescript-config": "workspace:*",
20+
"@repo/eslint-config": "*",
21+
"@repo/typescript-config": "*",
2222
"@types/node": "^20",
2323
"@types/react": "18.3.1",
2424
"@types/react-dom": "18.3.0",

apps/web/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"check-types": "tsc --noEmit"
1212
},
1313
"dependencies": {
14-
"@repo/ui": "workspace:*",
14+
"@repo/ui": "*",
1515
"next": "^15.0.0",
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0"
1818
},
1919
"devDependencies": {
20-
"@repo/eslint-config": "workspace:*",
21-
"@repo/typescript-config": "workspace:*",
20+
"@repo/eslint-config": "*",
21+
"@repo/typescript-config": "*",
2222
"@types/node": "^20",
2323
"@types/react": "18.3.1",
2424
"@types/react-dom": "18.3.0",

package.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@
1212
"turbo": "^2.3.3",
1313
"typescript": "5.5.4"
1414
},
15-
"packageManager": "[email protected]",
1615
"engines": {
1716
"node": ">=18"
18-
}
17+
},
18+
"packageManager": "[email protected]",
19+
"workspaces": [
20+
"apps/*",
21+
"packages/*"
22+
]
1923
}

packages/ui/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"check-types": "tsc --noEmit"
1515
},
1616
"devDependencies": {
17-
"@repo/eslint-config": "workspace:*",
18-
"@repo/typescript-config": "workspace:*",
17+
"@repo/eslint-config": "*",
18+
"@repo/typescript-config": "*",
1919
"@turbo/gen": "^1.12.4",
2020
"@types/node": "^20.11.24",
2121
"@types/react": "18.3.0",

0 commit comments

Comments
 (0)