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

This commit is contained in:
Turbobot
2023-11-13 11:24:58 +01:00
committed by Simon C
parent 9cd0b9e5f0
commit e0c4a58db1
6 changed files with 17 additions and 4368 deletions

View File

@ -12,7 +12,7 @@
"next": "^13.4.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ui": "workspace:*"
"ui": "*"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.4.19",
@ -20,11 +20,11 @@
"@types/react": "^18.2.5",
"@types/react-dom": "^18.2.4",
"autoprefixer": "^10.4.13",
"eslint-config-custom": "workspace:*",
"eslint-config-custom": "*",
"postcss": "^8.4.20",
"tailwind-config": "workspace:*",
"tailwind-config": "*",
"tailwindcss": "^3.2.4",
"tsconfig": "workspace:*",
"tsconfig": "*",
"typescript": "^5.1.6"
}
}

View File

@ -12,7 +12,7 @@
"next": "^13.4.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ui": "workspace:*"
"ui": "*"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.4.19",
@ -20,11 +20,11 @@
"@types/react": "^18.2.5",
"@types/react-dom": "^18.2.4",
"autoprefixer": "^10.4.13",
"eslint-config-custom": "workspace:*",
"eslint-config-custom": "*",
"postcss": "^8.4.20",
"tailwind-config": "workspace:*",
"tailwind-config": "*",
"tailwindcss": "^3.2.4",
"tsconfig": "workspace:*",
"tsconfig": "*",
"typescript": "^5.1.6"
}
}