Skip to content

Commit

Permalink
add pnpm deps catalogs
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Aug 23, 2024
1 parent c602ced commit 0c2f926
Show file tree
Hide file tree
Showing 19 changed files with 364 additions and 186 deletions.
4 changes: 2 additions & 2 deletions agents/github-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@ctrlplane/tsconfig": "workspace:*",
"@types/lodash": "^4.17.5",
"@types/node": "^20.12.9",
"eslint": "^9.9.0",
"prettier": "^3.2.5",
"eslint": "catalog:",
"prettier": "catalog:",
"tsx": "^4.11.0",
"typescript": "^5.4.5"
},
Expand Down
16 changes: 8 additions & 8 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"next": "^14.2.3",
"nextra": "^2.13.4",
"nextra-theme-docs": "latest",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "catalog:react18",
"react-dom": "catalog:react18",
"react-icons": "^5.2.1"
},
"devDependencies": {
Expand All @@ -25,13 +25,13 @@
"@ctrlplane/tailwind-config": "workspace:*",
"@ctrlplane/tsconfig": "workspace:*",
"@types/node": "^20.12.9",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"eslint": "^9.9.0",
"@types/react": "catalog:react18",
"@types/react-dom": "catalog:react18",
"eslint": "catalog:",
"postcss-load-config": "^6.0.1",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"prettier": "catalog:",
"tailwindcss": "catalog:",
"typescript": "catalog:",
"typescript-eslint": "^7.8.0"
}
}
4 changes: 2 additions & 2 deletions apps/job-config-policy-checker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@ctrlplane/eslint-config": "workspace:^",
"@ctrlplane/prettier-config": "workspace:^",
"@ctrlplane/tsconfig": "workspace:*",
"eslint": "^9.9.0",
"prettier": "^3.2.5",
"eslint": "catalog:",
"prettier": "catalog:",
"tsx": "^4.11.0",
"typescript": "^5.4.5"
},
Expand Down
18 changes: 9 additions & 9 deletions apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"next-themes": "^0.3.0",
"pretty-ms": "^9.0.0",
"randomcolor": "^0.6.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "catalog:react18",
"react-dom": "catalog:react18",
"react-grid-layout": "^1.4.4",
"react-hook-form": "^7.51.4",
"react-icons": "^5.2.1",
Expand All @@ -68,7 +68,7 @@
"tailwind-scrollbar": "^3.1.0",
"ts-is-present": "^1.2.2",
"uuid": "^10.0.0",
"zod": "^3.23.8"
"zod": "catalog:"
},
"devDependencies": {
"@ctrlplane/eslint-config": "workspace:*",
Expand All @@ -79,17 +79,17 @@
"@types/dagre": "^0.7.52",
"@types/node": "^20.12.9",
"@types/randomcolor": "^0.5.9",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/react": "catalog:react18",
"@types/react-dom": "catalog:react18",
"@types/react-grid-layout": "^1.3.5",
"@types/react-responsive-masonry": "^2.1.3",
"@types/uuid": "^10.0.0",
"dotenv-cli": "^7.4.2",
"eslint": "^9.9.0",
"eslint": "catalog:",
"jiti": "^1.21.0",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"prettier": "catalog:",
"tailwindcss": "catalog:",
"typescript": "catalog:",
"web-worker": "^1.3.0"
},
"prettier": "@ctrlplane/prettier-config"
Expand Down
6 changes: 3 additions & 3 deletions apps/provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"dotenv": "^16.4.5",
"google-auth-library": "^9.13.0",
"semver": "^7.6.2",
"zod": "^3.23.8"
"zod": "catalog:"
},
"devDependencies": {
"@ctrlplane/eslint-config": "workspace:^",
"@ctrlplane/prettier-config": "workspace:^",
"@ctrlplane/tsconfig": "workspace:*",
"eslint": "^9.9.0",
"prettier": "^3.2.5",
"eslint": "catalog:",
"prettier": "catalog:",
"tsx": "^4.11.0",
"typescript": "^5.4.5"
},
Expand Down
6 changes: 3 additions & 3 deletions apps/webshell-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"next-auth": "5.0.0-beta.18",
"node-fetch": "^3.3.2",
"ws": "^8.17.0",
"zod": "^3.23.8"
"zod": "catalog:"
},
"devDependencies": {
"@ctrlplane/eslint-config": "workspace:^",
Expand All @@ -35,8 +35,8 @@
"@types/ms": "^0.7.34",
"@types/node": "^20.12.9",
"@types/ws": "^8.5.10",
"eslint": "^9.9.0",
"prettier": "^3.2.5",
"eslint": "catalog:",
"prettier": "catalog:",
"tsx": "^4.11.0",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@ctrlplane/prettier-config": "workspace:*",
"@turbo/gen": "^2.0.7",
"prettier": "^3.2.5",
"prettier": "catalog:",
"turbo": "^2.0.7",
"typescript": "^5.4.5"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"lodash": "^4.17.21",
"superjson": "2.2.1",
"ts-is-present": "^1.2.2",
"zod": "^3.23.8"
"zod": "catalog:"
},
"devDependencies": {
"@ctrlplane/eslint-config": "workspace:*",
Expand All @@ -45,8 +45,8 @@
"@types/pg": "^8.11.6",
"@types/semver": "^7.5.8",
"@types/js-yaml": "^4.0.9",
"eslint": "^9.9.0",
"prettier": "^3.2.5",
"eslint": "catalog:",
"prettier": "catalog:",
"typescript": "^5.4.5"
},
"prettier": "@ctrlplane/prettier-config"
Expand Down
6 changes: 3 additions & 3 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"next-auth": "5.0.0-beta.18",
"react": "18.3.1",
"react-dom": "18.3.1",
"zod": "^3.23.8"
"zod": "catalog:"
},
"devDependencies": {
"@ctrlplane/eslint-config": "workspace:*",
"@ctrlplane/prettier-config": "workspace:*",
"@ctrlplane/tsconfig": "workspace:*",
"eslint": "^9.9.0",
"prettier": "^3.2.5",
"eslint": "catalog:",
"prettier": "catalog:",
"typescript": "^5.4.5"
},
"prettier": "@ctrlplane/prettier-config"
Expand Down
6 changes: 3 additions & 3 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"drizzle-orm": "^0.30.10",
"drizzle-zod": "^0.5.1",
"pg": "^8.11.5",
"zod": "^3.23.8"
"zod": "catalog:"
},
"devDependencies": {
"@ctrlplane/eslint-config": "workspace:*",
Expand All @@ -51,8 +51,8 @@
"@types/pg": "^8.11.6",
"dotenv-cli": "^7.4.2",
"drizzle-kit": "^0.21.1",
"eslint": "^9.9.0",
"prettier": "^3.2.5",
"eslint": "catalog:",
"prettier": "catalog:",
"typescript": "^5.4.5"
},
"prettier": "@ctrlplane/prettier-config"
Expand Down
6 changes: 3 additions & 3 deletions packages/job-dispatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"redis": "^4.6.15",
"semver": "^7.6.2",
"ts-is-present": "^1.2.2",
"zod": "^3.23.8"
"zod": "catalog:"
},
"devDependencies": {
"@ctrlplane/eslint-config": "workspace:*",
Expand All @@ -44,8 +44,8 @@
"@types/lodash": "^4.17.5",
"@types/semver": "^7.5.8",
"dotenv-cli": "^7.4.2",
"eslint": "^9.9.0",
"prettier": "^3.2.5",
"eslint": "catalog:",
"prettier": "catalog:",
"typescript": "^5.4.5"
},
"prettier": "@ctrlplane/prettier-config"
Expand Down
16 changes: 8 additions & 8 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,17 @@
"@ctrlplane/prettier-config": "workspace:*",
"@ctrlplane/tailwind-config": "workspace:*",
"@ctrlplane/tsconfig": "workspace:*",
"@types/react": "^18.3.2",
"eslint": "^9.9.0",
"prettier": "^3.2.5",
"react": "18.3.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"zod": "^3.23.8"
"@types/react": "catalog:react18",
"eslint": "catalog:",
"prettier": "catalog:",
"react": "catalog:react18",
"tailwindcss": "catalog:",
"typescript": "catalog:",
"zod": "catalog:"
},
"peerDependencies": {
"react": "18.3.1",
"zod": "^3.23.8"
"zod": "catalog:"
},
"prettier": "@ctrlplane/prettier-config"
}
6 changes: 3 additions & 3 deletions packages/validators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"typecheck": "tsc --noEmit --emitDeclarationOnly false"
},
"dependencies": {
"zod": "^3.23.8"
"zod": "catalog:"
},
"devDependencies": {
"@ctrlplane/eslint-config": "workspace:*",
"@ctrlplane/prettier-config": "workspace:*",
"@ctrlplane/tsconfig": "workspace:*",
"eslint": "^9.9.0",
"prettier": "^3.2.5",
"eslint": "catalog:",
"prettier": "catalog:",
"typescript": "^5.4.5"
},
"prettier": "@ctrlplane/prettier-config"
Expand Down
Loading

0 comments on commit 0c2f926

Please sign in to comment.