Skip to content

Commit

Permalink
Added check-dependency-version-consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
upadsamay387 committed Aug 6, 2024
1 parent 67b6c3e commit bdd41fa
Show file tree
Hide file tree
Showing 4 changed files with 180 additions and 38 deletions.
4 changes: 2 additions & 2 deletions my-turborepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"ui-add": "pnpm -F ui ui-add",
"depcheck": "check-dependency-version-consistency .",
"depcheck:fix": "check-dependency-version-consistency . --fix"

},
"devDependencies": {
"@turbo/gen": "^1.13.3",
"@vanni/prettier-config": "workspace:*",
"check-dependency-version-consistency": "^4.1.0",
"prettier": "^3.2.5",
"turbo": "^2.0.3",
"turbo": "^2.0.12",
"typescript": "^5.4.5"
},
"prettier": "@vanni/prettier-config"
Expand Down
4 changes: 2 additions & 2 deletions my-turborepo/packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
},
"dependencies": {
"@vanni/db": "workspace:*",
"@auth/drizzle-adapter": "^1.1.0",
"@auth/drizzle-adapter": "^1.4.1",
"@t3-oss/env-nextjs": "^0.10.1",
"next": "^14.2.3",
"next-auth": "5.0.0-beta.18",
"next-auth": "5.0.0-beta.20",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zod": "^3.23.8"
Expand Down
Loading

0 comments on commit bdd41fa

Please sign in to comment.