Skip to content

Commit

Permalink
updated npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
aadityabhatia committed Aug 3, 2023
1 parent 46478d1 commit 82e9a0b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@corsaircoalition/replay-ranger",
"version": "2.2.0",
"version": "2.3.0",
"description": "record and replay generals.io game updates to Redis",
"main": "out/index.js",
"type": "module",
"dependencies": {
"@corsaircoalition/common": "^1.1.0",
"commander": "^10.0.0"
"@corsaircoalition/common": "^1.2.0",
"commander": "^10.0.1"
},
"devDependencies": {
"@sindresorhus/tsconfig": "^3.0.1",
"@types/node": "^18.15.5",
"typescript": "^5.0.2"
"@types/node": "^18.17.1",
"typescript": "^5.1.6"
},
"bin": "./out/index.js",
"files": [
Expand Down

0 comments on commit 82e9a0b

Please sign in to comment.