Skip to content

Commit 41bd944

Browse files
chore: update git-url-parse and flow-bin
git-url-parse already fixed issue with git urls
1 parent 7d74060 commit 41bd944

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"disparity": "^2.0.0",
2626
"doctrine-temporary-fork": "2.0.0-alpha-allowarrayindex",
2727
"get-port": "^3.2.0",
28-
"git-url-parse": "^6.0.1",
28+
"git-url-parse": "^8.0.0",
2929
"github-slugger": "1.2.0",
3030
"glob": "^7.1.2",
3131
"globals-docs": "^2.4.0",
@@ -71,7 +71,7 @@
7171
"eslint": "^4.16.0",
7272
"eslint-config-prettier": "^2.9.0",
7373
"eslint-plugin-flowtype": "^2.41.0",
74-
"flow-bin": "^0.63.1",
74+
"flow-bin": "^0.64.0",
7575
"fs-extra": "^5.0.0",
7676
"husky": "^0.14.3",
7777
"jest": "^22.1.4",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -2374,9 +2374,9 @@ flat-cache@^1.2.1:
23742374
graceful-fs "^4.1.2"
23752375
write "^0.2.1"
23762376

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

23812381
flush-write-stream@^1.0.2:
23822382
version "1.0.2"
@@ -2574,9 +2574,9 @@ git-up@^2.0.0:
25742574
is-ssh "^1.3.0"
25752575
parse-url "^1.3.0"
25762576

2577-
git-url-parse@^6.0.1:
2578-
version "6.2.2"
2579-
resolved "https://registry.yarnpkg.com/git-url-parse/-/git-url-parse-6.2.2.tgz#be49024e14b8487553436b4572b8b439532fa871"
2577+
git-url-parse@^8.0.0:
2578+
version "8.0.0"
2579+
resolved "https://registry.yarnpkg.com/git-url-parse/-/git-url-parse-8.0.0.tgz#249430c84e6b11ebae630136f50d7993eb03e211"
25802580
dependencies:
25812581
git-up "^2.0.0"
25822582

0 commit comments

Comments
 (0)