Skip to content

Commit

Permalink
Update dependency isomorphic-git to v0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 2, 2018
1 parent 6a95196 commit 8aa5b73
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"diff3": "0.0.3",
"hard-reducer": "2.3.0",
"ini": "1.3.5",
"isomorphic-git": "0.37.0",
"isomorphic-git": "0.38.0",
"lodash": "4.17.11",
"monaco-editor": "0.14.3",
"normalize.css": "8.0.0",
Expand Down
24 changes: 18 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1189,6 +1189,12 @@
dependencies:
regenerator-runtime "^0.12.0"

"@babel/runtime@^7.1.2":
version "7.1.2"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.1.2.tgz#81c89935f4647706fc54541145e6b4ecfef4b8e3"
dependencies:
regenerator-runtime "^0.12.0"

"@babel/standalone@7.1.0":
version "7.1.0"
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.1.0.tgz#d79774a17e8df4a53def891864882f5d81c42001"
Expand Down Expand Up @@ -4357,12 +4363,18 @@ debug@3.1.0, debug@^3.1.0, debug@~3.1.0:
dependencies:
ms "2.0.0"

debug@^4.0.0, debug@^4.0.1:
debug@^4.0.0:
version "4.0.1"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.0.1.tgz#f9bb36d439b8d1f0dd52d8fb6b46e4ebb8c1cd5b"
dependencies:
ms "^2.1.1"

debug@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.0.tgz#373687bffa678b38b1cd91f861b63850035ddc87"
dependencies:
ms "^2.1.1"

decamelize-keys@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
Expand Down Expand Up @@ -7055,15 +7067,15 @@ isomorphic-fetch@^2.1.1:
node-fetch "^1.0.1"
whatwg-fetch ">=0.10.0"

isomorphic-git@0.37.0:
version "0.37.0"
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-0.37.0.tgz#2e9cd14ade3dd8f84f5946ef4df023babc2624dd"
isomorphic-git@0.38.0:
version "0.38.0"
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-0.38.0.tgz#fba990bc6025e0aaa6ab3a4d24975e5681cb51ed"
dependencies:
"@babel/runtime" "^7.0.0"
"@babel/runtime" "^7.1.2"
async-lock "^1.1.0"
clean-git-ref "1.0.3"
crc "^3.5.0"
debug "^4.0.1"
debug "^4.1.0"
diff-lines "^1.1.0"
git-apply-delta "0.0.7"
globalyzer "^0.1.0"
Expand Down

0 comments on commit 8aa5b73

Please sign in to comment.