Skip to content

Commit

Permalink
fix: update Node version and update steam-user version
Browse files Browse the repository at this point in the history
Updated Node Version to be minimum v20 due to compiling errors and update steam-user to a newer
version
  • Loading branch information
gonzalopaniagua committed Nov 20, 2024
1 parent 18e8387 commit 8324c47
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 25 deletions.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@blastorg/gamecoordinator-dota-communicator",
"description": "",
"version": "1.1.1",
"version": "1.1.3",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
"files": [
Expand Down Expand Up @@ -41,11 +41,11 @@
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.3",
"@semantic-release/release-notes-generator": "^12.1.0",
"@tsconfig/node18": "^18.2.4",
"@tsconfig/node20": "^20.1.4",
"@types/bytebuffer": "^5.0.49",
"@types/jest": "^29.5.8",
"@types/node": "^20.14.0",
"@types/steam-user": "^5.0.0",
"@types/steam-user": "^5.0.3",
"@types/unbzip2-stream": "^1.4.3",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.9.0",
Expand Down Expand Up @@ -76,6 +76,9 @@
"bytebuffer": "^5.0.1",
"long": "^5.2.3",
"protobufjs": "^7.3.0",
"steam-user": "^5.0.9"
"steam-user": "^5.2.0"
},
"engines": {
"node": ">=20.0.0"
}
}
}
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 8324c47

Please sign in to comment.