Skip to content

Commit

Permalink
fix(semantic-release): Added Missong devDeps for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Titozzz committed Oct 18, 2018
1 parent c727dd9 commit 1394c7d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"fbjs": "^0.8.17"
},
"devDependencies": {
"@semantic-release/git": "7.0.5",
"flow-bin": "^0.80.0",
"react-native": "^0.57",
"semantic-release": "15.10.3"
Expand Down
19 changes: 17 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -664,10 +664,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.5":
version "7.0.5"
resolved "https://registry.yarnpkg.com/@semantic-release/git/-/git-7.0.5.tgz#640e66683dbbb0a0771e9968e2dc15ec5facaf38"
dependencies:
"@semantic-release/error" "^2.1.0"
aggregate-error "^1.0.0"
debug "^4.0.0"
dir-glob "^2.0.0"
execa "^1.0.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.1.0":
version "5.2.0"
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-5.2.0.tgz#c86e0e3f181b595bb5f72d1c9787ca3f6d54df8a"
Expand Down Expand Up @@ -2896,7 +2911,7 @@ globals@^9.18.0:
version "9.18.0"
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"

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 1394c7d

Please sign in to comment.