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" "eject": "expo eject"
}, },
"dependencies": { "dependencies": {
"@repo/ui": "*", "@repo/ui": "workspace:*",
"expo": "~51.0.39", "expo": "~51.0.39",
"expo-constants": "~16.0.2", "expo-constants": "~16.0.2",
"expo-linking": "~6.3.1", "expo-linking": "~6.3.1",

View File

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

View File

@ -1,9 +1,5 @@
{ {
"private": true, "private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": { "scripts": {
"dev": "turbo run dev", "dev": "turbo run dev",
"build": "turbo run build", "build": "turbo run build",
@ -14,9 +10,9 @@
"prettier": "^3.1.1", "prettier": "^3.1.1",
"turbo": "^2.4.0" "turbo": "^2.4.0"
}, },
"packageManager": "yarn@1.22.19",
"engines": { "engines": {
"node": ">=18" "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" "clean": "rm -rf dist"
}, },
"devDependencies": { "devDependencies": {
"@repo/typescript-config": "*", "@repo/typescript-config": "workspace:*",
"@types/react": "^18.2.14", "@types/react": "^18.2.14",
"@types/react-native": "^0.73.0", "@types/react-native": "^0.73.0",
"tsup": "^8.0.1", "tsup": "^8.0.1",

View File

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

File diff suppressed because it is too large Load Diff