Skip to content

Commit

Permalink
fix: update @semantic-release/gitlab and @semantic-release/npm to las…
Browse files Browse the repository at this point in the history
…t version

BREAKING CHANGE: require `semantic-release` >= `15.8.0`
  • Loading branch information
pvdlg committed Jul 17, 2018
1 parent 7a0e8ce commit 4e89a09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"Gregor Martynus (https://twitter.com/gr2m)"
],
"dependencies": {
"@semantic-release/gitlab": "^2.1.2",
"@semantic-release/npm": "^3.2.0"
"@semantic-release/gitlab": "^3.0.0",
"@semantic-release/npm": "^4.0.0"
},
"devDependencies": {
"ava": "^0.25.0",
Expand All @@ -34,7 +34,7 @@
"mockserver-client": "^5.3.0",
"nyc": "^12.0.1",
"p-retry": "^2.0.0",
"semantic-release": "^15.0.0",
"semantic-release": "^15.8.0",
"sinon": "^6.0.0",
"strip-ansi": "^4.0.0",
"tempy": "^0.2.1",
Expand Down Expand Up @@ -69,7 +69,7 @@
"all": true
},
"peerDependencies": {
"semantic-release": ">=15.0.0 <16.0.0"
"semantic-release": ">=15.8.0 <16.0.0"
},
"prettier": {
"printWidth": 120,
Expand Down

0 comments on commit 4e89a09

Please sign in to comment.