Skip to content

Commit

Permalink
chore: update git-url-parse and flow-bin
Browse files Browse the repository at this point in the history
git-url-parse already fixed issue with git urls
  • Loading branch information
anthony-redFox committed Jan 26, 2018
1 parent 7d74060 commit 41bd944
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -25,7 +25,7 @@
"disparity": "^2.0.0",
"doctrine-temporary-fork": "2.0.0-alpha-allowarrayindex",
"get-port": "^3.2.0",
"git-url-parse": "^6.0.1",
"git-url-parse": "^8.0.0",
"github-slugger": "1.2.0",
"glob": "^7.1.2",
"globals-docs": "^2.4.0",
Expand Down Expand Up @@ -71,7 +71,7 @@
"eslint": "^4.16.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-flowtype": "^2.41.0",
"flow-bin": "^0.63.1",
"flow-bin": "^0.64.0",
"fs-extra": "^5.0.0",
"husky": "^0.14.3",
"jest": "^22.1.4",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Expand Up @@ -2374,9 +2374,9 @@ flat-cache@^1.2.1:
graceful-fs "^4.1.2"
write "^0.2.1"

flow-bin@^0.63.1:
version "0.63.1"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.63.1.tgz#ab00067c197169a5fb5b4996c8f6927b06694828"
flow-bin@^0.64.0:
version "0.64.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.64.0.tgz#ddd3fb3b183ab1ab35a5d5dec9caf5ebbcded167"

flush-write-stream@^1.0.2:
version "1.0.2"
Expand Down Expand Up @@ -2574,9 +2574,9 @@ git-up@^2.0.0:
is-ssh "^1.3.0"
parse-url "^1.3.0"

git-url-parse@^6.0.1:
version "6.2.2"
resolved "https://registry.yarnpkg.com/git-url-parse/-/git-url-parse-6.2.2.tgz#be49024e14b8487553436b4572b8b439532fa871"
git-url-parse@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/git-url-parse/-/git-url-parse-8.0.0.tgz#249430c84e6b11ebae630136f50d7993eb03e211"
dependencies:
git-up "^2.0.0"

Expand Down

0 comments on commit 41bd944

Please sign in to comment.