Skip to content

Commit

Permalink
(#1) Updated and pinned dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
s1hofmann committed Jun 20, 2020
1 parent 659e940 commit 5c5120c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 17 deletions.
14 changes: 6 additions & 8 deletions package-lock.json

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

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
},
"homepage": "https://github.com/s1h-org/tetrolyseus#readme",
"devDependencies": {
"@types/cors": "^2.8.6",
"@types/express": "^4.17.1",
"ts-node": "^8.1.0",
"typescript": "^3.4.5"
"@types/cors": "2.8.6",
"@types/express": "4.17.6",
"ts-node": "8.10.2",
"typescript": "3.9.5"
},
"dependencies": {
"@colyseus/monitor": "^0.12.2",
"colyseus": "^0.13.0",
"cors": "^2.8.5",
"express": "^4.16.4",
"express-jwt": "^5.3.1"
"@colyseus/monitor": "0.12.2",
"colyseus": "0.13.7",
"cors": "2.8.5",
"express": "4.17.1",
"express-jwt": "5.3.3"
}
}

0 comments on commit 5c5120c

Please sign in to comment.