Skip to content

Commit

Permalink
chore: use pnpm catalogs
Browse files Browse the repository at this point in the history
  • Loading branch information
dan5py committed Oct 14, 2024
1 parent 0b2cc6e commit 71d07eb
Show file tree
Hide file tree
Showing 6 changed files with 3,066 additions and 2,342 deletions.
18 changes: 9 additions & 9 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
"dependencies": {
"@repo/ui": "workspace:*",
"next": "14.2.8",
"react": "^18",
"react-dom": "^18"
"react": "catalog:react18",
"react-dom": "catalog:react18"
},
"devDependencies": {
"@next/eslint-plugin-next": "14.2.8",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/eslint": "^8",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/eslint": "catalog:",
"@types/node": "catalog:",
"@types/react": "catalog:react18",
"@types/react-dom": "catalog:react18",
"autoprefixer": "^10",
"eslint": "^8",
"eslint": "catalog:",
"postcss": "^8",
"tailwindcss": "^3.4.10",
"typescript": "^5"
"tailwindcss": "catalog:",
"typescript": "catalog:"
}
}
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turborepo-shadcn-ui",
"version": "1.4.2",
"version": "1.5.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -13,11 +13,15 @@
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"prettier": "^3.3.3",
"prettier": "catalog:",
"turbo": "2.1.1"
},
"packageManager": "pnpm@8.9.0",
"packageManager": "pnpm@9.12.0",
"engines": {
"node": ">=18"
"node": ">=20.17.0"
},
"volta": {
"node": "20.17.0",
"pnpm": "9.12.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@vercel/style-guide": "^6.0.0",
"eslint-config-turbo": "2.1.1",
"eslint-plugin-only-warn": "^1.1.0",
"typescript": "^5"
"typescript": "catalog:"
}
}
10 changes: 5 additions & 5 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/node": "^20",
"@types/react": "^18",
"@types/node": "catalog:",
"@types/react": "catalog:react18",
"autoprefixer": "^10",
"postcss": "^8",
"postcss-load-config": "^6",
"tailwindcss": "^3.4.10",
"typescript": "^5"
"tailwindcss": "catalog:",
"typescript": "catalog:"
},
"dependencies": {
"@radix-ui/react-slot": "^1.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.395.0",
"lucide-react": "catalog:",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7"
},
Expand Down
Loading

0 comments on commit 71d07eb

Please sign in to comment.