feat(create-turbo): apply package-manager transform
This commit is contained in:
parent
9be2282943
commit
c2646d922a
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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"
|
||||
}
|
||||
|
||||
@ -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",
|
||||
|
||||
3
nazara/deleteme/pnpm-workspace.yaml
Normal file
3
nazara/deleteme/pnpm-workspace.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
packages:
|
||||
- "apps/*"
|
||||
- "packages/*"
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user