Skip to content

Commit

Permalink
update dependencies (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikStreek authored Nov 28, 2023
1 parent 9242b7e commit f5a4906
Show file tree
Hide file tree
Showing 6 changed files with 4,465 additions and 12,385 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.14.2-alpine3.17 as base
FROM node:20.10-alpine3.18 as base

RUN apk add --no-cache postgresql-client

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"private": false,
"license": "MIT",
"engines": {
"npm": "~9.5.0",
"node": "~18.14.2"
"npm": "~10.2.3",
"node": "~20.10.0"
},
"scripts": {
"build:prod": "npm run build:frontend:prod && cp teammapper-frontend/dist -TRv teammapper-backend/client && npm run build:backend:prod",
Expand Down
Loading

0 comments on commit f5a4906

Please sign in to comment.