这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion create-turbo/templates/_shared_ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ This turborepo has some additional tools already setup for you:

- [TypeScript](https://www.typescriptlang.org/) for static type checking
- [ESLint](https://eslint.org/) for code linting
- [Jest](https://jestjs.io) test runner for all things JavaScript
- [Prettier](https://prettier.io) for code formatting
1 change: 1 addition & 0 deletions create-turbo/templates/_shared_ts/apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"eslint": "7.32.0",
"next-transpile-modules": "9.0.0",
"tsconfig": "*",
"@types/node": "^17.0.12",
"@types/react": "17.0.37",
"typescript": "^4.5.3"
}
Expand Down
1 change: 1 addition & 0 deletions create-turbo/templates/_shared_ts/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"eslint": "7.32.0",
"next-transpile-modules": "9.0.0",
"tsconfig": "*",
"@types/node": "^17.0.12",
"@types/react": "17.0.37",
"typescript": "^4.5.3"
}
Expand Down
1 change: 0 additions & 1 deletion create-turbo/templates/npm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ This turborepo has some additional tools already setup for you:

- [TypeScript](https://www.typescriptlang.org/) for static type checking
- [ESLint](https://eslint.org/) for code linting
- [Jest](https://jestjs.io) test runner for all things JavaScript
- [Prettier](https://prettier.io) for code formatting

## Setup
Expand Down
1 change: 0 additions & 1 deletion create-turbo/templates/pnpm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ This turborepo has some additional tools already setup for you:

- [TypeScript](https://www.typescriptlang.org/) for static type checking
- [ESLint](https://eslint.org/) for code linting
- [Jest](https://jestjs.io) test runner for all things JavaScript
- [Prettier](https://prettier.io) for code formatting

## Setup
Expand Down
1 change: 1 addition & 0 deletions create-turbo/templates/pnpm/apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"eslint": "7.32.0",
"next-transpile-modules": "9.0.0",
"tsconfig": "workspace:*",
"@types/node": "^17.0.12",
"@types/react": "17.0.37",
"typescript": "^4.5.3"
}
Expand Down
1 change: 1 addition & 0 deletions create-turbo/templates/pnpm/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"eslint": "7.32.0",
"next-transpile-modules": "9.0.0",
"tsconfig": "workspace:*",
"@types/node": "^17.0.12",
"@types/react": "17.0.37",
"typescript": "^4.5.3"
}
Expand Down
1 change: 0 additions & 1 deletion create-turbo/templates/yarn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ This turborepo has some additional tools already setup for you:

- [TypeScript](https://www.typescriptlang.org/) for static type checking
- [ESLint](https://eslint.org/) for code linting
- [Jest](https://jestjs.io) test runner for all things JavaScript
- [Prettier](https://prettier.io) for code formatting

## Setup
Expand Down
1 change: 0 additions & 1 deletion examples/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ This turborepo has some additional tools already setup for you:

- [TypeScript](https://www.typescriptlang.org/) for static type checking
- [ESLint](https://eslint.org/) for code linting
- [Jest](https://jestjs.io) test runner for all things JavaScript
- [Prettier](https://prettier.io) for code formatting

## Setup
Expand Down
1 change: 1 addition & 0 deletions examples/basic/apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"ui": "*"
},
"devDependencies": {
"@types/node": "^17.0.12",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"config": "*",
Expand Down
1 change: 1 addition & 0 deletions examples/basic/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"ui": "*"
},
"devDependencies": {
"@types/node": "^17.0.12",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"config": "*",
Expand Down
2 changes: 0 additions & 2 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"name": "turborepo-basic",
"version": "0.0.0",
"private": true,
"workspaces": [
"apps/*",
Expand Down
1 change: 1 addition & 0 deletions examples/design-system/apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"devDependencies": {
"@acme/tsconfig": "*",
"@types/node": "^17.0.12",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"eslint-preset-acme": "*",
Expand Down
2 changes: 0 additions & 2 deletions examples/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"name": "turborepo-design-system",
"version": "0.0.0",
"private": true,
"workspaces": [
"packages/*",
Expand Down
1 change: 1 addition & 0 deletions examples/kitchen-sink/apps/storefront/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"devDependencies": {
"@types/jest": "^26.0.22",
"@types/node": "^17.0.12",
"@types/react": "^17.0.13",
"@types/react-dom": "^17.0.8",
"scripts": "*",
Expand Down
2 changes: 0 additions & 2 deletions examples/kitchen-sink/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"name": "turborepo",
"version": "0.0.0",
"private": true,
"workspaces": [
"packages/*",
Expand Down
1 change: 0 additions & 1 deletion examples/with-pnpm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ This turborepo has some additional tools already setup for you:

- [TypeScript](https://www.typescriptlang.org/) for static type checking
- [ESLint](https://eslint.org/) for code linting
- [Jest](https://jestjs.io) test runner for all things JavaScript
- [Prettier](https://prettier.io) for code formatting

## Setup
Expand Down
1 change: 1 addition & 0 deletions examples/with-pnpm/apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"ui": "workspace:*"
},
"devDependencies": {
"@types/node": "^17.0.12",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"config": "workspace:*",
Expand Down
1 change: 1 addition & 0 deletions examples/with-pnpm/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"ui": "workspace:*"
},
"devDependencies": {
"@types/node": "^17.0.12",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"config": "workspace:*",
Expand Down
2 changes: 0 additions & 2 deletions examples/with-pnpm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"name": "turborepo-with-pnpm",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "turbo run build",
Expand Down