Skip to content

Commit

Permalink
Update dependency typescript to v5.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent 1e5644d commit 5ce7708
Show file tree
Hide file tree
Showing 13 changed files with 108 additions and 108 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dotenv-cli": "7.4.2",
"esbuild": "0.23.1",
"tsx": "4.19.1",
"typescript": "5.5.4",
"typescript": "5.6.2",
"vitest": "2.0.5"
}
}
2 changes: 1 addition & 1 deletion apps/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"dotenv": "16.4.5",
"eslint": "8.57.1",
"eslint-config-webkom": "workspace:*",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"eslintConfig": {
"root": true,
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"server-only": "^0.0.1",
"tailwindcss": "3.4.12",
"tailwindcss-animate": "1.0.7",
"typescript": "5.5.4",
"typescript": "5.6.2",
"vite": "^5.4.6",
"vite-tsconfig-paths": "4.3.1",
"vitest": "2.0.5"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"prettier-plugin-organize-imports": "4.0.0",
"prettier-plugin-tailwindcss": "0.6.6",
"turbo": "2.0.14",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/node": "20.16.5",
"eslint": "8.57.1",
"eslint-config-webkom": "workspace:*",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"eslintConfig": {
"root": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-react": "7.36.1",
"eslint-plugin-react-hooks": "4.6.2",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"drizzle-kit": "0.24.2",
"eslint-config-webkom": "workspace:*",
"tsx": "4.19.1",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"eslintConfig": {
"root": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dotenv-cli": "7.4.2",
"eslint": "8.57.1",
"eslint-config-webkom": "workspace:*",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"eslintConfig": {
"root": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/node": "20.16.5",
"eslint": "8.57.1",
"eslint-config-webkom": "workspace:*",
"typescript": "5.5.4",
"typescript": "5.6.2",
"vitest": "2.0.5"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/node": "20.16.5",
"eslint": "8.57.1",
"eslint-config-webkom": "workspace:*",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"eslintConfig": {
"root": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/seeder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"eslint": "8.57.1",
"eslint-config-webkom": "workspace:*",
"tsx": "4.19.1",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"eslintConfig": {
"root": true,
Expand Down
2 changes: 1 addition & 1 deletion playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"eslint": "8.57.1",
"eslint-config-webkom": "workspace:*",
"postgres": "3.4.4",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"eslintConfig": {
"root": true,
Expand Down
Loading

0 comments on commit 5ce7708

Please sign in to comment.