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 Oct 2, 2024
1 parent 06ea508 commit bfca239
Show file tree
Hide file tree
Showing 13 changed files with 117 additions and 110 deletions.
2 changes: 1 addition & 1 deletion config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@plan-prise/tsconfig": "workspace:*",
"eslint": "8.57.0",
"eslint-plugin-you-dont-need-lodash-underscore": "6.14.0",
"typescript": "5.4.5"
"typescript": "5.6.2"
},
"eslintConfig": {
"root": true,
Expand Down
2 changes: 1 addition & 1 deletion config/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@plan-prise/tsconfig": "workspace:*",
"@types/node": "20.16.10",
"typescript": "5.4.5"
"typescript": "5.6.2"
},
"prettier": "@plan-prise/prettier-config"
}
2 changes: 1 addition & 1 deletion config/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@plan-prise/tsconfig": "workspace:*",
"eslint": "8.57.0",
"prettier": "3.3.3",
"typescript": "5.4.5"
"typescript": "5.6.2"
},
"eslintConfig": {
"root": true,
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"react-pdf-tailwind": "2.3.0",
"superjson": "2.2.1",
"tailwind-merge": "2.5.2",
"typescript": "5.4.5",
"typescript": "5.6.2",
"usehooks-ts": "3.1.0",
"zod": "3.23.8",
"zod-form-data": "2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.8",
"turbo": "2.1.3",
"typescript": "5.4.5"
"typescript": "5.6.2"
},
"pnpm": {
"overrides": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api-pharmaciens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"csv-parse": "5.5.6",
"node-fetch": "2.7.0",
"ts-node": "10.9.2",
"typescript": "5.4.5",
"typescript": "5.6.2",
"unzipper": "0.12.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@plan-prise/prettier-config": "workspace:*",
"@plan-prise/tsconfig": "workspace:*",
"eslint": "8.57.0",
"typescript": "5.4.5"
"typescript": "5.6.2"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/bcryptjs": "2.4.6",
"@types/react": "18.3.10",
"eslint": "8.57.0",
"typescript": "5.4.5"
"typescript": "5.6.2"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion packages/db-migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"lodash-es": "4.17.21",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.4.5"
"typescript": "5.6.2"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion packages/db-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"eslint": "8.57.0",
"prisma": "5.20.0",
"prisma-json-types-generator": "3.1.1",
"typescript": "5.4.5"
"typescript": "5.6.2"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@plan-prise/prettier-config": "workspace:*",
"@plan-prise/tsconfig": "workspace:*",
"eslint": "8.57.0",
"typescript": "5.4.5"
"typescript": "5.6.2"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/react": "18.3.10",
"eslint": "8.57.0",
"tailwindcss": "3.4.13",
"typescript": "5.4.5"
"typescript": "5.6.2"
},
"eslintConfig": {
"extends": [
Expand Down
Loading

0 comments on commit bfca239

Please sign in to comment.