Skip to content

Commit

Permalink
fix(deps): specify version with hat
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoishin committed Jul 28, 2019
1 parent c2256f7 commit 6c7a8ab
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
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.13",
"@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.13",
"@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.4",
"typescript": "3.5.3"
"@hoishin/prettierrc": "^2.1.1",
"prettier": "^1.18.2",
"tsd": "^0.7.4",
"typescript": "^3.5.3"
},
"peerDependencies": {
"typescript": ">=3.5"
Expand Down
7 changes: 4 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"extends": ["config:base"],
"prHourlyLimit": 0,
"prConcurrentLimit": 0
"extends": ["config:base"],
"rangeStrategy": "bump",
"prHourlyLimit": 0,
"prConcurrentLimit": 0
}

0 comments on commit 6c7a8ab

Please sign in to comment.