Skip to content

Commit

Permalink
chore(deps): pin runtime dependency versions (#90)
Browse files Browse the repository at this point in the history
Greenkeeper doesn't open a PR when the new version satisfies the range
and works. Therefore we receive issues if something breaks and PRs for
breaking changes but not for features or fixes. This will make
Greenkeeper open a PR for every release.
  • Loading branch information
Thomaash authored and yotamberk committed Sep 19, 2019
1 parent d2e85ab commit 7de3236
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
}
},
"dependencies": {
"@egjs/hammerjs": "^2.0.15",
"emitter-component": "^1.1.1",
"keycharm": "^0.2.0",
"moment": "^2.20.1",
"propagating-hammerjs": "^1.4.6",
"vis-data": "^6.1.1",
"vis-util": "^1.1.4"
"@egjs/hammerjs": "2.0.15",
"emitter-component": "1.1.1",
"keycharm": "0.2.0",
"moment": "2.24.0",
"propagating-hammerjs": "1.4.7",
"vis-data": "6.1.1",
"vis-util": "1.1.4"
},
"devDependencies": {
"@babel/core": "^7.5.4",
Expand Down

0 comments on commit 7de3236

Please sign in to comment.