Skip to content

Commit

Permalink
update gemedig
Browse files Browse the repository at this point in the history
  • Loading branch information
zefanjajobse committed Nov 30, 2024
1 parent e4e41fb commit e29ba20
Show file tree
Hide file tree
Showing 3 changed files with 808 additions and 529 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16
FROM node:23

# Create app directory
WORKDIR /usr/src/app
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "forest-web",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -10,8 +10,8 @@
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.2",
"gamedig": "^4.1.0",
"express": "^4.21.1",
"gamedig": "^5.1.4",
"memory-cache": "^0.2.0"
}
}
}
Loading

0 comments on commit e29ba20

Please sign in to comment.