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

This commit is contained in:
Turbobot 2025-03-03 22:46:02 -05:00 committed by Juan Sebastian Montoya
parent c330d01714
commit 8f3aa2fc26
6 changed files with 14 additions and 4380 deletions

View file

@ -11,14 +11,14 @@
"check-types": "tsc --noEmit"
},
"dependencies": {
"@repo/ui": "workspace:*",
"@repo/ui": "*",
"next": "^15.2.1",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@types/node": "^22.13.9",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",