Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to ^20.16.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent 6fde0b8 commit f84d0d4
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 98 deletions.
2 changes: 1 addition & 1 deletion front-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"@types/gapi": "^0.0.47",
"@types/gapi.client.calendar-v3": "^0.0.4",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^20.16.11",
"@types/node": "^20.16.12",
"@types/pg": "^8.11.10",
"@types/react": "^18.3.3",
"@types/react-big-calendar": "^1.8.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.16.11",
"@types/node": "^20.16.12",
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@local/eslint-config": "workspace:*",
"@local/prettier-config": "workspace:*",
"@local/tsconfig": "workspace:*",
"@types/node": "^20.16.11",
"@types/node": "^20.16.12",
"@types/pg": "^8.11.10",
"dotenv-cli": "^7.4.2",
"drizzle-kit": "^0.26.1",
Expand Down
Loading

0 comments on commit f84d0d4

Please sign in to comment.