Skip to content

Commit

Permalink
Update node to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent 2bd8cfa commit 602f16d
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 72 deletions.
2 changes: 1 addition & 1 deletion apps/next-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "20.17.6",
"@types/node": "22.8.7",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"cypress": "13.15.2",
Expand Down
2 changes: 1 addition & 1 deletion lib/engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@not-govuk/app-composer": "workspace:^0.14.0",
"@types/node": "20.17.6",
"@types/node": "22.8.7",
"@types/passport": "1.0.17",
"@types/passport-http": "^0.3.11",
"@types/react": "18.3.12",
Expand Down
2 changes: 1 addition & 1 deletion lib/plop-pack/skel/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.18.0-alpine
FROM node:22.11.0-alpine

RUN apk add --no-cache ca-certificates \
&& apk upgrade --no-cache \
Expand Down
2 changes: 1 addition & 1 deletion lib/server-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@not-govuk/restify": "workspace:^0.14.0",
"@types/node": "20.17.6",
"@types/node": "22.8.7",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"graphql": "15.9.0",
Expand Down
Loading

1 comment on commit 602f16d

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.