Skip to content

Commit

Permalink
chore(deps): update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 13, 2024
1 parent ce708a9 commit c6d53bb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion front-end/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#base image

FROM node:18-alpine AS base
FROM node:20.14.0-alpine AS base


# Install dependencies only when needed
Expand Down
2 changes: 1 addition & 1 deletion front-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"@types/gapi": "^0.0.47",
"@types/gapi.client.calendar-v3": "^0.0.4",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.14.0",
"@types/node": "^20.14.2",
"@types/pg": "^8.11.6",
"@types/react": "^18.3.3",
"@types/react-big-calendar": "^1.8.9",
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 @@
"bcryptjs": "^2.4.3"
},
"devDependencies": {
"@types/node": "^20.14.0",
"@types/node": "^20.14.2",
"typescript": "^5.4.5"
}
}
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.14.0",
"@types/node": "^20.14.2",
"@types/pg": "^8.11.6",
"dotenv-cli": "^7.4.2",
"drizzle-kit": "^0.22.7",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit c6d53bb

Please sign in to comment.