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

This commit is contained in:
Turbobot
2025-10-27 22:31:54 +02:00
committed by bernard-ng
parent e2bcb26d9e
commit 57b041bf08
6 changed files with 14 additions and 3022 deletions
+3 -3
View File
@@ -11,14 +11,14 @@
"check-types": "next typegen && tsc --noEmit"
},
"dependencies": {
"@repo/ui": "workspace:*",
"@repo/ui": "*",
"next": "^16.0.0",
"react": "^19.2.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@types/node": "^22.15.3",
"@types/react": "19.1.0",
"@types/react-dom": "19.1.1",