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 Sep 15, 2023
1 parent 63e6c19 commit 7cf7e9d
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 11 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
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
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
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
env_file:
- ./packages/admin-ui/.env
user: "${DOCKER_USER}:${DOCKER_GROUP}"
Expand Down
2 changes: 1 addition & 1 deletion packages/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.3",
"@types/node": "^20.5.1",
"@types/node": "^20.6.1",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react-swc": "^3.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@swc/core": "^1.3.78",
"@swc/jest": "^0.2.29",
"@types/jest": "^29.5.3",
"@types/node": "^20.5.1",
"@types/node": "^20.6.1",
"@types/validator": "^13.11.1",
"dotenv": "^16.3.1",
"env-cmd": "^10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.3",
"@types/node": "^20.5.1",
"@types/node": "^20.6.1",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react-swc": "^3.3.2",
Expand Down
15 changes: 11 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1625,7 +1625,7 @@ __metadata:
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.4.3
"@types/jest": ^29.5.3
"@types/node": ^20.5.1
"@types/node": ^20.6.1
"@types/react": ^18.2.20
"@types/react-dom": ^18.2.7
"@vitejs/plugin-react-swc": ^3.3.2
Expand Down Expand Up @@ -1659,7 +1659,7 @@ __metadata:
"@swc/core": ^1.3.78
"@swc/jest": ^0.2.29
"@types/jest": ^29.5.3
"@types/node": ^20.5.1
"@types/node": ^20.6.1
"@types/validator": ^13.11.1
axios: ^1.4.0
dotenv: ^16.3.1
Expand Down Expand Up @@ -1737,7 +1737,7 @@ __metadata:
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.4.3
"@types/jest": ^29.5.3
"@types/node": ^20.5.1
"@types/node": ^20.6.1
"@types/react": ^18.2.20
"@types/react-dom": ^18.2.7
"@vitejs/plugin-react-swc": ^3.3.2
Expand Down Expand Up @@ -2256,7 +2256,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^20.5.1":
"@types/node@npm:*":
version: 20.5.1
resolution: "@types/node@npm:20.5.1"
checksum: 3dbe611cd67afa987102c8558ee70f848949c5dcfee5f60abc073e55c0d7b048e391bf06bb1e0dc052cb7210ca97136ac496cbaf6e89123c989de6bd125fde82
Expand All @@ -2270,6 +2270,13 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.6.1":
version: 20.6.1
resolution: "@types/node@npm:20.6.1"
checksum: f9848617221b513d558071c804b006750d1ee1734c5ffea3ada9a0edd1642334ad0812222d6b99b7b8c0e1a5f1e557946ae99444c2705e9afc125abdf9fa36c2
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

0 comments on commit 7cf7e9d

Please sign in to comment.