Skip to content

Commit

Permalink
fix(deps): update and pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Metzener committed May 20, 2019
1 parent 9ad76f0 commit d3957bf
Show file tree
Hide file tree
Showing 2 changed files with 638 additions and 546 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@
"author": "Christian Zosel <[email protected]>",
"license": "MIT",
"dependencies": {
"@commitlint/cli": "7.5.2",
"@commitlint/config-conventional": "^7.5.0",
"@commitlint/travis-cli": "^7.5.2",
"@semantic-release/commit-analyzer": "^6.1.0",
"@semantic-release/git": "^7.0.8",
"@semantic-release/github": "^5.2.10",
"@semantic-release/npm": "^5.1.4",
"@semantic-release/release-notes-generator": "^7.1.4",
"semantic-release": "^15.13.3"
"@commitlint/cli": "7.6.1",
"@commitlint/config-conventional": "7.6.0",
"@commitlint/travis-cli": "7.6.1",
"@semantic-release/changelog": "3.0.2",
"@semantic-release/commit-analyzer": "6.1.0",
"@semantic-release/git": "7.0.8",
"@semantic-release/github": "5.2.10",
"@semantic-release/npm": "5.1.7",
"@semantic-release/release-notes-generator": "7.1.4",
"semantic-release": "15.13.12"
},
"scripts": {
"semantic-release": "semantic-release",
Expand All @@ -27,8 +28,7 @@
}
},
"devDependencies": {
"@semantic-release/changelog": "^3.0.2",
"husky": "1.3.1"
"husky": "2.3.0"
},
"commitlint": {
"extends": [
Expand Down
Loading

0 comments on commit d3957bf

Please sign in to comment.