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 Oct 7, 2024
1 parent e65030e commit 874e41c
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 16 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
- "81:80"

build:
image: node:18
image: node:20.18.0
volumes:
- .:/home/node/app
user: "${DOCKER_USER}:${DOCKER_GROUP}"
Expand All @@ -33,7 +33,7 @@ services:
tty: true

api:
image: node:18
image: node:20.18.0
env_file:
- ./packages/api/.env
user: "${DOCKER_USER}:${DOCKER_GROUP}"
Expand All @@ -55,7 +55,7 @@ services:
tty: true

ui:
image: node:18
image: node:20.18.0
env_file:
- ./packages/ui/.env
user: "${DOCKER_USER}:${DOCKER_GROUP}"
Expand All @@ -77,7 +77,7 @@ services:
tty: true

admin-ui:
image: node:18
image: node:20.18.0
env_file:
- ./packages/admin-ui/.env
user: "${DOCKER_USER}:${DOCKER_GROUP}"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@project/root",
"version": "1.0.0",
"engines": {
"node": "18.x",
"node": "20.18.0",
"yarn": "3.x"
},
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"engines": {
"node": "18.x",
"node": "20.18.0",
"yarn": "3.x"
},
"dependencies": {
Expand All @@ -24,7 +24,7 @@
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.7",
"@types/node": "^20.16.11",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react-swc": "^3.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "API",
"type": "module",
"engines": {
"node": "18.x",
"node": "20.18.0",
"yarn": "3.x"
},
"scripts": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"@swc/core": "^1.3.94",
"@swc/jest": "^0.2.29",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.7",
"@types/node": "^20.16.11",
"@types/validator": "^13.11.5",
"dotenv": "^16.3.1",
"env-cmd": "^10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "Shared types",
"engines": {
"node": "18.x",
"node": "20.18.0",
"yarn": "3.x"
},
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"type": "module",
"engines": {
"node": "18.x",
"node": "20.18.0",
"yarn": "3.x.x"
},
"dependencies": {
Expand All @@ -30,7 +30,7 @@
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.7",
"@types/node": "^20.16.11",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react-swc": "^3.4.0",
Expand Down
24 changes: 20 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1877,7 +1877,7 @@ __metadata:
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.5.1
"@types/jest": ^29.5.6
"@types/node": ^20.8.7
"@types/node": ^20.16.11
"@types/react": ^18.2.31
"@types/react-dom": ^18.2.14
"@vitejs/plugin-react-swc": ^3.4.0
Expand Down Expand Up @@ -1912,7 +1912,7 @@ __metadata:
"@swc/core": ^1.3.94
"@swc/jest": ^0.2.29
"@types/jest": ^29.5.6
"@types/node": ^20.8.7
"@types/node": ^20.16.11
"@types/validator": ^13.11.5
axios: ^1.5.1
dotenv: ^16.3.1
Expand Down Expand Up @@ -1980,7 +1980,7 @@ __metadata:
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.5.1
"@types/jest": ^29.5.6
"@types/node": ^20.8.7
"@types/node": ^20.16.11
"@types/react": ^18.2.31
"@types/react-dom": ^18.2.14
"@vitejs/plugin-react-swc": ^3.4.0
Expand Down Expand Up @@ -2515,7 +2515,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^20.8.7":
"@types/node@npm:*":
version: 20.8.7
resolution: "@types/node@npm:20.8.7"
dependencies:
Expand All @@ -2531,6 +2531,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.16.11":
version: 20.16.11
resolution: "@types/node@npm:20.16.11"
dependencies:
undici-types: ~6.19.2
checksum: 68a239e4cff66972c990a89faa052da27d17d9f8d3ee324e9e5899323feaf229b475c1969ae9e189d0c499736fc04e9f20f480613d16b93ce249518dc32707a0
languageName: node
linkType: hard

"@types/normalize-package-data@npm:^2.4.0":
version: 2.4.1
resolution: "@types/normalize-package-data@npm:2.4.1"
Expand Down Expand Up @@ -10006,6 +10015,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.2":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: de51f1b447d22571cf155dfe14ff6d12c5bdaec237c765085b439c38ca8518fc360e88c70f99469162bf2e14188a7b0bcb06e1ed2dc031042b984b0bb9544017
languageName: node
linkType: hard

"undici@npm:^5.19.1":
version: 5.20.0
resolution: "undici@npm:5.20.0"
Expand Down

0 comments on commit 874e41c

Please sign in to comment.