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] committed May 29, 2024
1 parent e65030e commit f3a7e47
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.14.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.14.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.14.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.14.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.14.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.14.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.12.13",
"@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.14.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.12.13",
"@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.14.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.14.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.12.13",
"@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.12.13
"@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.12.13
"@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.12.13
"@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.12.13":
version: 20.12.13
resolution: "@types/node@npm:20.12.13"
dependencies:
undici-types: ~5.26.4
checksum: 9ec8971a76b2435379c10689c639ba1bbf4451075709bdf4bf23b7972a63f7d966947914410f2d3711a315e1157d782b76cfadc32944e29db9dd444221aea699
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:~5.26.4":
version: 5.26.5
resolution: "undici-types@npm:5.26.5"
checksum: 3192ef6f3fd5df652f2dc1cd782b49d6ff14dc98e5dced492aa8a8c65425227da5da6aafe22523c67f035a272c599bb89cfe803c1db6311e44bed3042fc25487
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 f3a7e47

Please sign in to comment.