Skip to content

Commit

Permalink
build(deps): bump Node.js from 20.x to 22.x
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephKav committed Jan 8, 2025
1 parent b763654 commit e12cf13
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
########
ARG DEBIAN_VERSION="bookworm"
ARG GO_VERSION="1.22"
ARG NODE_VERSION="20"
ARG NODE_VERSION="22"
ARG ALPINE_VERSION="3.21"
FROM golang:${GO_VERSION}-${DEBIAN_VERSION} AS go_builder
FROM node:${NODE_VERSION}-${DEBIAN_VERSION} AS base
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Usage of /usr/local/bin/argus:
The backend of Argus is built with [Go](https://go.dev/), and the frontend with [React](https://reactjs.org/). The React frontend is built and then [embedded](https://pkg.go.dev/embed) into the Go binary so that those web files can be served.

- [Go 1.22+](https://go.dev/dl/)
- [NodeJS 20](https://nodejs.org/en/download/)
- [NodeJS 22](https://nodejs.org/en/download/)

### Go changes

Expand Down
20 changes: 11 additions & 9 deletions web/ui/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 web/ui/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@tanstack/react-query-devtools": "^5.63.0",
"@types/bootstrap": "^5.2.10",
"@types/node": "^20.14.8",
"@types/node": "^22.10.5",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
Expand Down

0 comments on commit e12cf13

Please sign in to comment.