Skip to content

Commit

Permalink
fix: align dependencies versions (typehero#690)
Browse files Browse the repository at this point in the history
Co-authored-by: bautistaaa <[email protected]>
  • Loading branch information
QuiiBz and bautistaaa authored Sep 19, 2023
1 parent 349c972 commit 552d3e5
Show file tree
Hide file tree
Showing 9 changed files with 50 additions and 65 deletions.
2 changes: 1 addition & 1 deletion apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@tanstack/react-table": "^8.9.3",
"clsx": "^2.0.0",
"million": "2.6.0-beta.12",
"next": "13.4.19",
"next": "^13.4.19",
"next-auth": "^4.22.1",
"next-themes": "^0.2.1",
"react": "18.2.0",
Expand Down
10 changes: 5 additions & 5 deletions apps/og-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
},
"dependencies": {
"@vercel/og": "^1.0.0",
"next": "^13.4.8",
"next": "^13.4.19",
"react": "latest",
"react-dom": "latest",
"zod": "^3.0.0"
"zod": "^3.21.4"
},
"devDependencies": {
"@repo/lint": "workspace:*",
"@repo/tsconfig": "workspace:*",
"@types/node": "^18.16.16",
"@types/react": "^18.2.8",
"typescript": "^5.1.3"
"@types/node": "^20.4.2",
"@types/react": "^18.2.20",
"typescript": "^5.1.6"
}
}
6 changes: 3 additions & 3 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"devDependencies": {
"@repo/lint": "workspace:*",
"@repo/tsconfig": "workspace:*",
"@types/node": "^16.18.11",
"eslint": "^8.42.0",
"@types/node": "^20.4.2",
"eslint": "^8.45.0",
"prisma": "^5.0.0",
"tsup": "5.12.0",
"typescript": "^5.1.3"
"typescript": "^5.1.6"
}
}
6 changes: 3 additions & 3 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"@faker-js/faker": "^8.0.2",
"@repo/lint": "workspace:*",
"@repo/tsconfig": "workspace:*",
"@types/node": "^16.18.11",
"@types/node": "^20.4.2",
"dotenv-cli": "^7.2.1",
"eslint": "^8.42.0",
"eslint": "^8.45.0",
"prisma": "^5.0.0",
"simple-git": "^3.19.1",
"tsup": "5.12.0",
"tsx": "^3.12.7",
"typescript": "^5.1.3",
"typescript": "^5.1.6",
"uuid-by-string": "^4.0.0",
"yaml": "^2.3.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/monaco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"clsx": "^2.0.0",
"lz-string": "^1.5.0",
"monaco-vim": "^0.4.0",
"next": "^13.4.10",
"next": "^13.4.19",
"next-themes": "^0.2.1",
"prettier": "^3.0.2",
"react": "^18.2.0",
Expand All @@ -65,7 +65,7 @@
"devDependencies": {
"@repo/lint": "workspace:*",
"@repo/tsconfig": "workspace:*",
"eslint": "^8.42.0",
"typescript": "^5.1.3"
"eslint": "^8.45.0",
"typescript": "^5.1.6"
}
}
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@repo/lint": "workspace:*",
"@repo/tsconfig": "workspace:*",
"@types/react": "^18.2.20",
"eslint": "^8.42.0",
"typescript": "^5.1.3"
"eslint": "^8.45.0",
"typescript": "^5.1.6"
}
}
73 changes: 29 additions & 44 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions tooling/config-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@vercel/style-guide": "^4.0.2",
"eslint": "^8.40.0",
"eslint": "^8.45.0",
"eslint-config-turbo": "^1.10.12",
"typescript": "^5.1.3"
"typescript": "^5.1.6"
}
}
4 changes: 2 additions & 2 deletions tooling/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"devDependencies": {
"@repo/lint": "workspace:*",
"@repo/tsconfig": "workspace:*",
"@types/node": "^18.0.0",
"@types/node": "^20.4.2",
"@types/node-fetch": "^2.6.4",
"dotenv": "^16.3.1",
"dotenv-cli": "^7.2.1",
"eslint": "^8.42.0",
"eslint": "^8.45.0",
"node-fetch": "^3.3.2",
"octokit": "^3.0.0",
"tsx": "^3.12.7",
Expand Down

0 comments on commit 552d3e5

Please sign in to comment.