Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ^5.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 10, 2024
1 parent fa9c7e8 commit 5dbbec5
Show file tree
Hide file tree
Showing 10 changed files with 66 additions and 66 deletions.
2 changes: 1 addition & 1 deletion apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3"
"typescript": "^5.4.5"
},
"eslintConfig": {
"root": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@turbo/gen": "^1.13.2",
"prettier": "^3.2.5",
"turbo": "^1.13.2",
"typescript": "^5.4.3"
"typescript": "^5.4.5"
},
"prettier": "@zotmeal/prettier-config",
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"drizzle-kit": "^0.20.14",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"typescript": "^5.4.3"
"typescript": "^5.4.5"
},
"eslintConfig": {
"root": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"prettier": "^3.2.5",
"react": "18.2.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3",
"typescript": "^5.4.5",
"zod": "^3.22.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@zotmeal/tsconfig": "workspace:^",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"typescript": "^5.4.3"
"typescript": "^5.4.5"
},
"eslintConfig": {
"root": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/validators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@zotmeal/tsconfig": "workspace:^0.1.0",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"typescript": "^5.4.3"
"typescript": "^5.4.5"
},
"eslintConfig": {
"extends": [
Expand Down
Loading

0 comments on commit 5dbbec5

Please sign in to comment.