Skip to content

Commit

Permalink
Update Node.js to v18.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2025
1 parent 6ce697d commit 054e716
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 10 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.10
FROM node:18.20

LABEL RUN="podman run -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=unix$DISPLAY -v $(pwd)/src:/app/src --rm -it electron-wrapper bash"

Expand Down
2 changes: 1 addition & 1 deletion dockerfile.no
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.10
FROM node:18.20

RUN apt-get update && apt-get install

Expand Down
30 changes: 23 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@testing-library/react": "14.0.0",
"@types/jsonwebtoken": "^9.0.0",
"@types/node": "18.15.11",
"@types/node": "18.19.71",
"@types/react": "18.0.35",
"@types/react-dom": "18.0.11",
"@types/react-router-dom": "5.3.3",
Expand Down

0 comments on commit 054e716

Please sign in to comment.