Skip to content

Commit

Permalink
feat(create-turbo): apply package-manager transform
Browse files Browse the repository at this point in the history
  • Loading branch information
turbobot-temp authored and Adrastopoulos committed Feb 12, 2024
1 parent c308d32 commit ee6f089
Show file tree
Hide file tree
Showing 14 changed files with 52 additions and 14,070 deletions.
8 changes: 4 additions & 4 deletions apps/auth-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"@auth/core": "0.26.3"
},
"devDependencies": {
"@acme/eslint-config": "workspace:^0.2.0",
"@acme/prettier-config": "workspace:^0.1.0",
"@acme/tailwind-config": "workspace:^0.1.0",
"@acme/tsconfig": "workspace:^0.1.0",
"@acme/eslint-config": "^0.2.0",
"@acme/prettier-config": "^0.1.0",
"@acme/tailwind-config": "^0.1.0",
"@acme/tsconfig": "^0.1.0",
"@types/node": "^20.11.13",
"eslint": "^8.56.0",
"h3": "^1.10.1",
Expand Down
10 changes: 5 additions & 5 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"superjson": "2.2.1"
},
"devDependencies": {
"@acme/api": "workspace:^0.1.0",
"@acme/eslint-config": "workspace:^0.2.0",
"@acme/prettier-config": "workspace:^0.1.0",
"@acme/tailwind-config": "workspace:^0.1.0",
"@acme/tsconfig": "workspace:^0.1.0",
"@acme/api": "^0.1.0",
"@acme/eslint-config": "^0.2.0",
"@acme/prettier-config": "^0.1.0",
"@acme/tailwind-config": "^0.1.0",
"@acme/tsconfig": "^0.1.0",
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/runtime": "^7.23.9",
Expand Down
18 changes: 9 additions & 9 deletions apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@acme/api": "workspace:^0.1.0",
"@acme/auth": "workspace:^0.1.0",
"@acme/db": "workspace:^0.1.0",
"@acme/ui": "workspace:^0.1.0",
"@acme/validators": "workspace:^0.1.0",
"@acme/api": "^0.1.0",
"@acme/auth": "^0.1.0",
"@acme/db": "^0.1.0",
"@acme/ui": "^0.1.0",
"@acme/validators": "^0.1.0",
"@t3-oss/env-nextjs": "^0.9.2",
"@tanstack/react-query": "^5.18.1",
"@trpc/client": "11.0.0-next-beta.264",
Expand All @@ -32,10 +32,10 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@acme/eslint-config": "workspace:^0.2.0",
"@acme/prettier-config": "workspace:^0.1.0",
"@acme/tailwind-config": "workspace:^0.1.0",
"@acme/tsconfig": "workspace:^0.1.0",
"@acme/eslint-config": "^0.2.0",
"@acme/prettier-config": "^0.1.0",
"@acme/tailwind-config": "^0.1.0",
"@acme/tsconfig": "^0.1.0",
"@types/node": "^20.11.13",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
Expand Down
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"engines": {
"node": ">=20.11.0"
},
"packageManager": "pnpm@8.15.1",
"scripts": {
"build": "turbo build",
"clean": "git clean -xdf node_modules",
Expand All @@ -21,11 +20,17 @@
"typecheck": "turbo typecheck"
},
"devDependencies": {
"@acme/prettier-config": "workspace:^0.1.0",
"@acme/prettier-config": "^0.1.0",
"@turbo/gen": "^1.12.3",
"prettier": "^3.2.5",
"turbo": "^1.12.3",
"typescript": "^5.3.3"
},
"prettier": "@acme/prettier-config"
"prettier": "@acme/prettier-config",
"packageManager": "bun@1.0.7",
"workspaces": [
"apps/*",
"packages/*",
"tooling/*"
]
}
12 changes: 6 additions & 6 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@acme/auth": "workspace:^0.1.0",
"@acme/db": "workspace:^0.1.0",
"@acme/validators": "workspace:^0.1.0",
"@acme/auth": "^0.1.0",
"@acme/db": "^0.1.0",
"@acme/validators": "^0.1.0",
"@trpc/server": "11.0.0-next-beta.264",
"superjson": "2.2.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@acme/eslint-config": "workspace:^0.2.0",
"@acme/prettier-config": "workspace:^0.1.0",
"@acme/tsconfig": "workspace:^0.1.0",
"@acme/eslint-config": "^0.2.0",
"@acme/prettier-config": "^0.1.0",
"@acme/tsconfig": "^0.1.0",
"eslint": "^8.56.0",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
Expand Down
8 changes: 4 additions & 4 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@acme/db": "workspace:^0.1.0",
"@acme/db": "^0.1.0",
"@auth/drizzle-adapter": "^0.6.3",
"@t3-oss/env-nextjs": "^0.9.2",
"next": "^14.1.0",
Expand All @@ -25,9 +25,9 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@acme/eslint-config": "workspace:^0.2.0",
"@acme/prettier-config": "workspace:^0.1.0",
"@acme/tsconfig": "workspace:^0.1.0",
"@acme/eslint-config": "^0.2.0",
"@acme/prettier-config": "^0.1.0",
"@acme/tsconfig": "^0.1.0",
"eslint": "^8.56.0",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"drizzle-orm": "^0.29.3"
},
"devDependencies": {
"@acme/eslint-config": "workspace:^0.2.0",
"@acme/prettier-config": "workspace:^0.1.0",
"@acme/tsconfig": "workspace:^0.1.0",
"@acme/eslint-config": "^0.2.0",
"@acme/prettier-config": "^0.1.0",
"@acme/tsconfig": "^0.1.0",
"dotenv-cli": "^7.3.0",
"drizzle-kit": "^0.20.14",
"eslint": "^8.56.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@acme/eslint-config": "workspace:^0.2.0",
"@acme/prettier-config": "workspace:^0.1.0",
"@acme/tailwind-config": "workspace:^0.1.0",
"@acme/tsconfig": "workspace:^0.1.0",
"@acme/eslint-config": "^0.2.0",
"@acme/prettier-config": "^0.1.0",
"@acme/tailwind-config": "^0.1.0",
"@acme/tsconfig": "^0.1.0",
"@types/react": "^18.2.55",
"eslint": "^8.56.0",
"prettier": "^3.2.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/validators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@acme/eslint-config": "workspace:^0.2.0",
"@acme/prettier-config": "workspace:^0.1.0",
"@acme/tsconfig": "workspace:^0.1.0",
"@acme/eslint-config": "^0.2.0",
"@acme/prettier-config": "^0.1.0",
"@acme/tsconfig": "^0.1.0",
"eslint": "^8.56.0",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
Expand Down
Loading

0 comments on commit ee6f089

Please sign in to comment.