Skip to content

Commit

Permalink
chore(deps): pin dependencies (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Hoishin committed Jul 13, 2019
1 parent 4ca9f25 commit 71e43e6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -26,17 +26,17 @@
},
"prettier": "@hoishin/prettierrc",
"dependencies": {
"@types/express": "^4.17.0",
"@types/node": "^10.14.8",
"@types/socket.io": "^2.1.2",
"@types/socket.io-client": "^1.4.32",
"@types/soundjs": "^0.6.27"
"@types/express": "4.17.0",
"@types/node": "10.14.8",
"@types/socket.io": "2.1.2",
"@types/socket.io-client": "1.4.32",
"@types/soundjs": "0.6.27"
},
"devDependencies": {
"@hoishin/prettierrc": "^2.1.1",
"prettier": "^1.18.2",
"tsd": "^0.7.3",
"typescript": "^3.5.1"
"@hoishin/prettierrc": "2.1.1",
"prettier": "1.18.2",
"tsd": "0.7.3",
"typescript": "3.5.1"
},
"peerDependencies": {
"typescript": ">=3.5"
Expand Down

0 comments on commit 71e43e6

Please sign in to comment.