From b159d811b56b75eadb640e278408b7bcec657b42 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Wed, 27 Nov 2024 23:28:16 +0300 Subject: [PATCH] pnpm catalog --- apps/web/package.json | 2 +- package.json | 2 +- packages/ui/package.json | 6 +++--- pnpm-lock.yaml | 22 +++++++++++++++++----- pnpm-workspace.yaml | 4 ++++ 5 files changed, 26 insertions(+), 10 deletions(-) diff --git a/apps/web/package.json b/apps/web/package.json index dbb067b..9a12e9f 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -24,7 +24,7 @@ "@types/react": "catalog:", "@types/react-dom": "catalog:", "autoprefixer": "catalog:", - "lint-staged": "^15.2.10", + "lint-staged": "catalog:", "postcss": "catalog:", "tailwindcss": "catalog:", "typescript": "catalog:" diff --git a/package.json b/package.json index 458e1d7..c80e456 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "lint-staged": "turbo lint-staged" }, "devDependencies": { - "husky": "^9.1.7", + "husky": "catalog:", "prettier": "catalog:", "turbo": "catalog:", "typescript": "catalog:" diff --git a/packages/ui/package.json b/packages/ui/package.json index 4f5794f..cb95def 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -27,17 +27,17 @@ "lint-staged": "lint-staged" }, "devDependencies": { - "@radix-ui/react-slot": "^1.1.0", + "@radix-ui/react-slot": "catalog:", "@repo/eslint-config": "workspace:*", "@repo/typescript-config": "workspace:*", "@types/react": "catalog:", "autoprefixer": "catalog:", "class-variance-authority": "catalog:", "clsx": "catalog:", - "lint-staged": "^15.2.10", + "lint-staged": "catalog:", "lucide-react": "catalog:", "postcss": "catalog:", - "postcss-load-config": "^6.0.1", + "postcss-load-config": "catalog:", "tailwind-merge": "catalog:", "tailwindcss": "catalog:", "tailwindcss-animate": "catalog:", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9c94c26..74c2437 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,6 +6,9 @@ settings: catalogs: default: + '@radix-ui/react-slot': + specifier: ^1.1.0 + version: 1.1.0 '@types/node': specifier: ^20 version: 20.17.8 @@ -36,6 +39,12 @@ catalogs: eslint-plugin-turbo: specifier: ^2.3.0 version: 2.3.2 + husky: + specifier: ^9.1.7 + version: 9.1.7 + lint-staged: + specifier: ^15.2.10 + version: 15.2.10 lucide-react: specifier: ^0.462.0 version: 0.462.0 @@ -45,6 +54,9 @@ catalogs: postcss: specifier: ^8.4.49 version: 8.4.49 + postcss-load-config: + specifier: ^6.0.1 + version: 6.0.1 prettier: specifier: ^3.2.5 version: 3.4.0 @@ -75,7 +87,7 @@ importers: .: devDependencies: husky: - specifier: ^9.1.7 + specifier: 'catalog:' version: 9.1.7 prettier: specifier: 'catalog:' @@ -121,7 +133,7 @@ importers: specifier: 'catalog:' version: 10.4.20(postcss@8.4.49) lint-staged: - specifier: ^15.2.10 + specifier: 'catalog:' version: 15.2.10 postcss: specifier: 'catalog:' @@ -160,7 +172,7 @@ importers: version: 19.0.0-rc-5c56b873-20241107(react@19.0.0-rc-5c56b873-20241107) devDependencies: '@radix-ui/react-slot': - specifier: ^1.1.0 + specifier: 'catalog:' version: 1.1.0(@types/react@18.3.1)(react@19.0.0-rc-5c56b873-20241107) '@repo/eslint-config': specifier: workspace:* @@ -181,7 +193,7 @@ importers: specifier: 'catalog:' version: 2.1.1 lint-staged: - specifier: ^15.2.10 + specifier: 'catalog:' version: 15.2.10 lucide-react: specifier: 'catalog:' @@ -190,7 +202,7 @@ importers: specifier: 'catalog:' version: 8.4.49 postcss-load-config: - specifier: ^6.0.1 + specifier: 'catalog:' version: 6.0.1(jiti@1.21.6)(postcss@8.4.49)(yaml@2.6.1) tailwind-merge: specifier: 'catalog:' diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index fbc431c..5d74df8 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -2,6 +2,7 @@ packages: - apps/* - packages/* catalog: + "@radix-ui/react-slot": ^1.1.0 "@types/node": ^20 "@types/react": ^18.3.1 "@types/react-dom": ^18.3.1 @@ -12,9 +13,12 @@ catalog: eslint: ^9.15.0 eslint-plugin-tailwindcss: ^3.17.5 eslint-plugin-turbo: ^2.3.0 + husky: ^9.1.7 + lint-staged: ^15.2.10 lucide-react: ^0.462.0 next: ^15.0.3 postcss: ^8.4.49 + postcss-load-config: ^6.0.1 prettier: ^3.2.5 react: 19.0.0-rc-5c56b873-20241107 react-dom: 19.0.0-rc-5c56b873-20241107