Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Commit

Permalink
fix: update plugins
Browse files Browse the repository at this point in the history
BREAKING CHANGE: require semantic-release >= 15.8.0
  • Loading branch information
pvdlg committed Jul 17, 2018
1 parent 5f76d20 commit 393c93e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"Gregor Martynus (https://twitter.com/gr2m)"
],
"dependencies": {
"@semantic-release/changelog": "^2.0.0",
"@semantic-release/changelog": "^3.0.0",
"@semantic-release/error": "^2.1.0",
"@semantic-release/exec": "^2.2.0",
"@semantic-release/git": "^6.0.1",
"@semantic-release/github": "^4.2.11",
"@semantic-release/npm": "^3.2.0",
"@semantic-release/exec": "^2.3.0",
"@semantic-release/git": "^7.0.0",
"@semantic-release/github": "^5.0.0",
"@semantic-release/npm": "^4.0.0",
"execa": "^0.10.0"
},
"devDependencies": {
Expand Down

0 comments on commit 393c93e

Please sign in to comment.