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

This commit is contained in:
Turbobot 2025-06-19 02:40:01 +08:00 committed by afiqzudinhadi
parent b1899c28fb
commit 8c2a4154bc
9 changed files with 25 additions and 10102 deletions

View file

@ -10,13 +10,13 @@
"lint": "eslint src/ --max-warnings 0" "lint": "eslint src/ --max-warnings 0"
}, },
"dependencies": { "dependencies": {
"@repo/ui": "workspace:*", "@repo/ui": "*",
"react": "^18.3.1", "react": "^18.3.1",
"react-dom": "^18.3.1" "react-dom": "^18.3.1"
}, },
"devDependencies": { "devDependencies": {
"@repo/eslint-config": "workspace:*", "@repo/eslint-config": "*",
"@repo/typescript-config": "workspace:*", "@repo/typescript-config": "*",
"@types/react": "^18.3.18", "@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5", "@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.5.1", "@vitejs/plugin-react": "^4.5.1",

View file

@ -15,7 +15,7 @@
"preset": "@repo/jest-presets/node" "preset": "@repo/jest-presets/node"
}, },
"dependencies": { "dependencies": {
"@repo/logger": "workspace:*", "@repo/logger": "*",
"body-parser": "^1.20.3", "body-parser": "^1.20.3",
"cors": "^2.8.5", "cors": "^2.8.5",
"express": "4.21.2", "express": "4.21.2",
@ -23,9 +23,9 @@
}, },
"devDependencies": { "devDependencies": {
"@jest/globals": "^29.7.0", "@jest/globals": "^29.7.0",
"@repo/eslint-config": "workspace:*", "@repo/eslint-config": "*",
"@repo/jest-presets": "workspace:*", "@repo/jest-presets": "*",
"@repo/typescript-config": "workspace:*", "@repo/typescript-config": "*",
"@types/body-parser": "^1.19.5", "@types/body-parser": "^1.19.5",
"@types/cors": "^2.8.17", "@types/cors": "^2.8.17",
"@types/express": "4.17.21", "@types/express": "4.17.21",

View file

@ -14,7 +14,7 @@
"@remix-run/node": "^2.15.2", "@remix-run/node": "^2.15.2",
"@remix-run/react": "^2.15.2", "@remix-run/react": "^2.15.2",
"@remix-run/server-runtime": "^2.15.2", "@remix-run/server-runtime": "^2.15.2",
"@repo/ui": "workspace:*", "@repo/ui": "*",
"@vercel/analytics": "^1.5.0", "@vercel/analytics": "^1.5.0",
"@vercel/remix": "2.16.6", "@vercel/remix": "2.16.6",
"isbot": "^5.1.23", "isbot": "^5.1.23",
@ -23,7 +23,7 @@
}, },
"devDependencies": { "devDependencies": {
"@remix-run/dev": "^2.15.2", "@remix-run/dev": "^2.15.2",
"@repo/eslint-config": "workspace:*", "@repo/eslint-config": "*",
"@types/react": "^18.3.18", "@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5", "@types/react-dom": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^8.34.0", "@typescript-eslint/eslint-plugin": "^8.34.0",

View file

@ -11,16 +11,16 @@
"start": "next start" "start": "next start"
}, },
"dependencies": { "dependencies": {
"@repo/logger": "workspace:*", "@repo/logger": "*",
"@repo/ui": "workspace:*", "@repo/ui": "*",
"next": "^15.3.0", "next": "^15.3.0",
"react": "^18.3.1", "react": "^18.3.1",
"react-dom": "^18.3.1" "react-dom": "^18.3.1"
}, },
"devDependencies": { "devDependencies": {
"@next/eslint-plugin-next": "^15.3.0", "@next/eslint-plugin-next": "^15.3.0",
"@repo/eslint-config": "workspace:*", "@repo/eslint-config": "*",
"@repo/typescript-config": "workspace:*", "@repo/typescript-config": "*",
"@types/node": "^22.15.3", "@types/node": "^22.15.3",
"@types/react": "^19.0.10", "@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4", "@types/react-dom": "^19.0.4",

View file

@ -14,8 +14,12 @@
"prettier": "^3.5.3", "prettier": "^3.5.3",
"turbo": "^2.5.4" "turbo": "^2.5.4"
}, },
"packageManager": "pnpm@8.15.6",
"engines": { "engines": {
"node": ">=18" "node": ">=18"
} },
"packageManager": "npm@11.4.2",
"workspaces": [
"apps/*",
"packages/*"
]
} }

View file

@ -33,9 +33,9 @@
}, },
"devDependencies": { "devDependencies": {
"@jest/globals": "^29.7.0", "@jest/globals": "^29.7.0",
"@repo/eslint-config": "workspace:*", "@repo/eslint-config": "*",
"@repo/jest-presets": "workspace:*", "@repo/jest-presets": "*",
"@repo/typescript-config": "workspace:*", "@repo/typescript-config": "*",
"@types/node": "^22.15.3", "@types/node": "^22.15.3",
"bunchee": "^6.4.0", "bunchee": "^6.4.0",
"eslint": "^9.29.0", "eslint": "^9.29.0",

View file

@ -42,9 +42,9 @@
}, },
"devDependencies": { "devDependencies": {
"@jest/globals": "^29.7.0", "@jest/globals": "^29.7.0",
"@repo/eslint-config": "workspace:*", "@repo/eslint-config": "*",
"@repo/jest-presets": "workspace:*", "@repo/jest-presets": "*",
"@repo/typescript-config": "workspace:*", "@repo/typescript-config": "*",
"@types/node": "^22.15.3", "@types/node": "^22.15.3",
"bunchee": "^6.4.0", "bunchee": "^6.4.0",
"eslint": "^9.29.0", "eslint": "^9.29.0",

10078
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff

View file

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