Skip to content

Commit

Permalink
Update Node.js to v20.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 26, 2025
1 parent 066d656 commit 8a8e7c7
Show file tree
Hide file tree
Showing 12 changed files with 77 additions and 75 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.1
20.18.2
2 changes: 1 addition & 1 deletion apps/api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.18.1-alpine AS base
FROM node:20.18.2-alpine AS base

RUN npm install -g [email protected]
RUN npm install -g [email protected]
Expand Down
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"zod": "3.23.8"
},
"devDependencies": {
"@types/node": "20.17.10",
"@types/node": "20.17.15",
"dotenv-cli": "7.4.4",
"esbuild": "0.24.0",
"tsx": "4.19.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@tailwindcss/forms": "0.5.9",
"@tailwindcss/typography": "0.5.15",
"@testing-library/react": "16.0.1",
"@types/node": "20.17.10",
"@types/node": "20.17.15",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.3",
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 @@ -11,7 +11,7 @@
"dependencies": {
"@next/eslint-plugin-next": "14.2.18",
"@types/eslint": "8.56.12",
"@types/node": "20.17.10",
"@types/node": "20.17.15",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"zod": "3.23.8"
},
"devDependencies": {
"@types/node": "20.17.10",
"@types/node": "20.17.15",
"@types/pg": "8.11.10",
"dotenv-cli": "7.4.4",
"drizzle-kit": "0.24.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"server-only": "0.0.1"
},
"devDependencies": {
"@types/node": "20.17.10",
"@types/node": "20.17.15",
"@types/react": "18.3.12",
"dotenv-cli": "7.4.4",
"eslint": "8.57.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@echo-webkom/db": "workspace:*"
},
"devDependencies": {
"@types/node": "20.17.10",
"@types/node": "20.17.15",
"eslint": "8.57.1",
"eslint-config-webkom": "workspace:*",
"typescript": "5.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"groq": "3.61.0"
},
"devDependencies": {
"@types/node": "20.17.10",
"@types/node": "20.17.15",
"eslint": "8.57.1",
"eslint-config-webkom": "workspace:*",
"typescript": "5.6.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/seeder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"with-env": "dotenv -e ../../.env --"
},
"devDependencies": {
"@types/node": "20.17.10",
"@types/node": "20.17.15",
"dotenv-cli": "7.4.4",
"eslint": "8.57.1",
"eslint-config-webkom": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@playwright/test": "1.48.2",
"@types/node": "20.17.10",
"@types/node": "20.17.15",
"dotenv-cli": "7.4.4",
"eslint": "8.57.1",
"eslint-config-webkom": "workspace:*",
Expand Down
Loading

0 comments on commit 8a8e7c7

Please sign in to comment.