feat(create-turbo): apply package-manager transform

This commit is contained in:
Turbobot 2023-11-02 13:13:24 +03:00 committed by vchikalkin
parent 34a5eac096
commit c9cb56e488
6 changed files with 15 additions and 4723 deletions

View File

@ -12,15 +12,15 @@
"next": "^13.4.19", "next": "^13.4.19",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"ui": "workspace:*" "ui": "*"
}, },
"devDependencies": { "devDependencies": {
"@next/eslint-plugin-next": "^13.4.19", "@next/eslint-plugin-next": "^13.4.19",
"@types/node": "^17.0.12", "@types/node": "^17.0.12",
"@types/react": "^18.0.22", "@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7", "@types/react-dom": "^18.0.7",
"eslint-config-custom": "workspace:*", "eslint-config-custom": "*",
"tsconfig": "workspace:*", "tsconfig": "*",
"typescript": "^4.5.3" "typescript": "^4.5.3"
} }
} }

View File

@ -12,15 +12,15 @@
"next": "^13.4.19", "next": "^13.4.19",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"ui": "workspace:*" "ui": "*"
}, },
"devDependencies": { "devDependencies": {
"@next/eslint-plugin-next": "^13.4.19", "@next/eslint-plugin-next": "^13.4.19",
"@types/node": "^17.0.12", "@types/node": "^17.0.12",
"@types/react": "^18.0.22", "@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7", "@types/react-dom": "^18.0.7",
"eslint-config-custom": "workspace:*", "eslint-config-custom": "*",
"tsconfig": "workspace:*", "tsconfig": "*",
"typescript": "^4.5.3" "typescript": "^4.5.3"
} }
} }

View File

@ -9,9 +9,13 @@
"devDependencies": { "devDependencies": {
"eslint": "^8.48.0", "eslint": "^8.48.0",
"prettier": "^3.0.3", "prettier": "^3.0.3",
"tsconfig": "workspace:*", "tsconfig": "*",
"turbo": "latest" "turbo": "latest"
}, },
"packageManager": "pnpm@8.6.10", "name": "Evo.External.App",
"name": "Evo.External.App" "packageManager": "yarn@1.22.19",
"workspaces": [
"apps/*",
"packages/*"
]
} }

View File

@ -13,9 +13,9 @@
"@types/node": "^20.5.2", "@types/node": "^20.5.2",
"@types/react": "^18.2.0", "@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0", "@types/react-dom": "^18.2.0",
"eslint-config-custom": "workspace:*", "eslint-config-custom": "*",
"react": "^18.2.0", "react": "^18.2.0",
"tsconfig": "workspace:*", "tsconfig": "*",
"typescript": "^4.5.2" "typescript": "^4.5.2"
} }
} }

4709
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

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