Skip to content

Commit

Permalink
fix(semantic-release): add required semantic-release plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed Aug 14, 2018
1 parent 90f024d commit 2af43b2
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
]
},
"devDependencies": {
"@semantic-release/changelog": "^3.0.0",
"@semantic-release/git": "^7.0.1",
"@semantic-release/npm": "^5.0.1",
"axios": "^0.18.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
Expand Down
28 changes: 26 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,15 @@
node-fetch "^2.1.1"
url-template "^2.0.8"

"@semantic-release/changelog@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@semantic-release/changelog/-/changelog-3.0.0.tgz#e01514b517e775cea47aef7df5f5685c7aff2bf2"
dependencies:
"@semantic-release/error" "^2.1.0"
aggregate-error "^1.0.0"
fs-extra "^7.0.0"
lodash "^4.17.4"

"@semantic-release/commit-analyzer@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@semantic-release/commit-analyzer/-/commit-analyzer-6.0.0.tgz#e26ef70938059f03525573560f65212164953121"
Expand All @@ -113,10 +122,25 @@
import-from "^2.1.0"
lodash "^4.17.4"

"@semantic-release/error@^2.2.0":
"@semantic-release/error@^2.1.0", "@semantic-release/error@^2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@semantic-release/error/-/error-2.2.0.tgz#ee9d5a09c9969eade1ec864776aeda5c5cddbbf0"

"@semantic-release/git@^7.0.1":
version "7.0.1"
resolved "https://registry.yarnpkg.com/@semantic-release/git/-/git-7.0.1.tgz#18ff915552b022f72ef5c2063d0e85f046ee8be0"
dependencies:
"@semantic-release/error" "^2.1.0"
aggregate-error "^1.0.0"
debug "^3.1.0"
dir-glob "^2.0.0"
execa "^0.10.0"
fs-extra "^7.0.0"
globby "^8.0.1"
lodash "^4.17.4"
micromatch "^3.1.4"
p-reduce "^1.0.0"

"@semantic-release/github@^5.0.0":
version "5.0.2"
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-5.0.2.tgz#3a3a4bb7e86fc1dc31829daf5066a232e2097e5b"
Expand Down Expand Up @@ -3084,7 +3108,7 @@ globby@^6.1.0:
pify "^2.0.0"
pinkie-promise "^2.0.0"

globby@^8.0.0:
globby@^8.0.0, globby@^8.0.1:
version "8.0.1"
resolved "https://registry.yarnpkg.com/globby/-/globby-8.0.1.tgz#b5ad48b8aa80b35b814fc1281ecc851f1d2b5b50"
dependencies:
Expand Down

0 comments on commit 2af43b2

Please sign in to comment.