Skip to content

Commit

Permalink
chore: update dependencies and node version to 20.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalAngel committed May 22, 2024
1 parent 5153e6d commit 8425d88
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.12.2
FROM node:20.13.1

ENV NODE_PATH=/app/node_modules

Expand Down
106 changes: 53 additions & 53 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"gatsby": "^5.13.4",
"react": "^18.3.0",
"react-dom": "^18.3.0"
"gatsby": "^5.13.5",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"typescript": "^5.4.5"
}
}

0 comments on commit 8425d88

Please sign in to comment.