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 k2on committed Oct 26, 2024
1 parent 87e141e commit e503909
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5,226 deletions.
8 changes: 4 additions & 4 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next"
},
"dependencies": {
"@acme/core": "workspace:*",
"@acme/utils": "workspace:*",
"@acme/core": "*",
"@acme/utils": "*",
"next": "^14.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@acme/tsconfig": "workspace:*",
"@acme/tsconfig": "*",
"@next/eslint-plugin-next": "^14.1.1",
"@types/node": "^20.11.24",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"@acme/eslint-config": "workspace:*",
"@acme/eslint-config": "*",
"typescript": "5.5.4"
}
}
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@
"prettier": "^3.2.5",
"turbo": "^2.2.3"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
},
"name": "with-changesets"
"name": "with-changesets",
"packageManager": "[email protected]",
"workspaces": [
"apps/*",
"packages/*"
]
}
4 changes: 2 additions & 2 deletions packages/acme-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"devDependencies": {
"@acme/tsconfig": "workspace:*",
"@acme/tsconfig": "*",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"eslint": "^8.57.0",
"@acme/eslint-config": "workspace:*",
"@acme/eslint-config": "*",
"tsup": "^8.0.2",
"typescript": "5.5.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/acme-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"devDependencies": {
"@acme/tsconfig": "workspace:*",
"@acme/tsconfig": "*",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"eslint": "^8.57.0",
"@acme/eslint-config": "workspace:*",
"@acme/eslint-config": "*",
"tsup": "^8.0.2",
"typescript": "5.5.4"
},
Expand Down
Loading

0 comments on commit e503909

Please sign in to comment.