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

This commit is contained in:
Turbobot 2025-02-08 17:04:20 -08:00 committed by ryan
parent 9be2282943
commit c2646d922a
6 changed files with 9 additions and 11736 deletions

View File

@ -11,7 +11,7 @@
"eject": "expo eject"
},
"dependencies": {
"@repo/ui": "*",
"@repo/ui": "workspace:*",
"expo": "~51.0.39",
"expo-constants": "~16.0.2",
"expo-linking": "~6.3.1",

View File

@ -9,14 +9,14 @@
"lint": "next lint"
},
"dependencies": {
"@repo/ui": "*",
"@repo/ui": "workspace:*",
"next": "^14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native-web": "^0.19.10"
},
"devDependencies": {
"@repo/typescript-config": "*",
"@repo/typescript-config": "workspace:*",
"@types/node": "^20.10.6",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.18",

View File

@ -1,9 +1,5 @@
{
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
@ -14,9 +10,9 @@
"prettier": "^3.1.1",
"turbo": "^2.4.0"
},
"packageManager": "yarn@1.22.19",
"engines": {
"node": ">=18"
},
"name": "with-react-native-web"
"name": "with-react-native-web",
"packageManager": "pnpm@9.0.0"
}

View File

@ -9,7 +9,7 @@
"clean": "rm -rf dist"
},
"devDependencies": {
"@repo/typescript-config": "*",
"@repo/typescript-config": "workspace:*",
"@types/react": "^18.2.14",
"@types/react-native": "^0.73.0",
"tsup": "^8.0.1",

View File

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

File diff suppressed because it is too large Load Diff