Skip to content

Commit

Permalink
Update Node.js to v20.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2023
1 parent c84c9c9 commit 6bab75e
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion backend/auto-operation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"install": "^0.13.0"
},
"devDependencies": {
"@types/node": "20.9.5",
"@types/node": "20.10.2",
"tsx": "^4.3.0",
"typescript": "5.2.2",
"@connectrpc/protoc-gen-connect-es": "^1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion docker/backend/auto-operation/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.9-bookworm AS base
FROM node:20.10-bookworm AS base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
Expand Down
2 changes: 1 addition & 1 deletion frontend/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@connectrpc/protoc-gen-connect-es": "^1.1.3",
"@connectrpc/protoc-gen-connect-query": "^0.6.0",
"@svgr/webpack": "^8.1.0",
"@types/node": "20.9.5",
"@types/node": "20.10.2",
"@types/react": "18.2.38",
"@types/react-dom": "18.2.17",
"eslint-config-prettier": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion frontend/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"prettier": "3.1.0",
"@types/node": "20.9.5",
"@types/node": "20.10.2",
"@types/react": "18.2.38",
"@types/react-dom": "18.2.17",
"typescript": "5.3.2"
Expand Down
40 changes: 20 additions & 20 deletions pnpm-lock.yaml

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

0 comments on commit 6bab75e

Please sign in to comment.