Skip to content

Commit

Permalink
fix: Lodash deps cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
adityachoudhari26 committed Dec 2, 2024
1 parent 5273c1d commit 67e3817
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 13 deletions.
2 changes: 1 addition & 1 deletion apps/jobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@ctrlplane/logger": "workspace:*",
"@ctrlplane/validators": "workspace:*",
"cron": "^3.1.7",
"lodash": "^4.17.21",
"lodash": "catalog:",
"ts-is-present": "catalog:",
"zod": "catalog:"
},
Expand Down
2 changes: 1 addition & 1 deletion integrations/google-compute-scanner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dotenv": "^16.4.5",
"google-auth-library": "^9.13.0",
"handlebars": "^4.7.8",
"lodash": "^4.17.21",
"lodash": "catalog:",
"p-retry": "^6.2.0",
"semver": "^7.6.2",
"zod": "catalog:"
Expand Down
2 changes: 1 addition & 1 deletion integrations/kubernetes-job-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dotenv": "^16.4.5",
"handlebars": "^4.7.8",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"lodash": "catalog:",
"p-retry": "^6.2.0",
"zod": "catalog:"
},
Expand Down
2 changes: 1 addition & 1 deletion integrations/terraform-cloud-scanner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"cron": "^3.1.7",
"dotenv": "^16.4.5",
"handlebars": "^4.7.8",
"lodash": "^4.17.21",
"lodash": "catalog:",
"p-retry": "^6.2.0",
"ts-is-present": "catalog:",
"zod": "catalog:"
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"googleapis": "^144.0.0",
"ioredis": "^5.4.1",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"lodash": "catalog:",
"ms": "^2.1.3",
"superjson": "2.2.1",
"ts-is-present": "^1.2.2",
"ts-is-present": "catalog:",
"uuid": "^10.0.0",
"zod": "catalog:"
},
Expand Down
1 change: 1 addition & 0 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@ctrlplane/validators": "workspace:*",
"@t3-oss/env-nextjs": "catalog:",
"bcryptjs": "^2.4.3",
"lodash": "catalog:",
"next": "catalog:",
"next-auth": "catalog:",
"react": "catalog:react18",
Expand Down
18 changes: 12 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ catalog:
"date-fns": ^3.6.0
"@octokit/rest": ^20.1.1
"tsx": ^4.19.1
"lodash-es": ^4.17.21
"lodash": ^4.17.21
"next": ^14.2.17
"next-auth": "5.0.0-beta.22"
"@next/eslint-plugin-next": ^14.2.6
Expand Down

0 comments on commit 67e3817

Please sign in to comment.