Skip to content

Commit

Permalink
chore(deps): update dependency flow-remove-types to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 18, 2022
1 parent 96fc0ce commit 9c4d5ce
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"eslint-plugin-flowtype": "^3.2.1",
"flow-bin": "^0.92.0",
"flow-coverage-report": "^0.6.1",
"flow-remove-types": "^1.2.3",
"flow-remove-types": "2.180.0",
"glob": "^7.1.3",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
Expand Down
25 changes: 19 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1354,7 +1354,7 @@ babel-types@^6.10.2, babel-types@^6.24.1, babel-types@^6.26.0, babel-types@^6.9.
lodash "^4.17.4"
to-fast-properties "^1.0.3"

[email protected], babylon@^6.15.0, babylon@^6.18.0, babylon@^6.7.0:
[email protected], babylon@^6.18.0, babylon@^6.7.0:
version "6.18.0"
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
integrity sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==
Expand Down Expand Up @@ -3338,12 +3338,18 @@ flow-coverage-report@^0.6.1:
terminal-table "0.0.12"
yargs "8.0.1"

flow-remove-types@^1.2.3:
version "1.2.3"
resolved "https://registry.yarnpkg.com/flow-remove-types/-/flow-remove-types-1.2.3.tgz#6131aefc7da43364bb8b479758c9dec7735d1a18"
integrity sha512-ypq/U3V+t9atYiOuSJd40tekCra03EHKoRsiK/wXGrsZimuum0kdwVY7Yv0HTaoXgHW1WiayomYd+Q3kkvPl9Q==
flow-parser@^0.180.0:
version "0.180.0"
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.180.0.tgz#05d49a88715ceca0457607499a018e2bf5908d72"
integrity sha512-kkzsuGAhckWgn/G+JfCyEa6BYslGrjlH4CJL0LZhdn9of9ukvi7SzVQSFsrEhuhh/zQUghfUEoaeZy1wjQXpUg==

[email protected]:
version "2.180.0"
resolved "https://registry.yarnpkg.com/flow-remove-types/-/flow-remove-types-2.180.0.tgz#9292826b6cfd4a99bdcd64acb153b29b0106a85f"
integrity sha512-AMPS1E8PveEH36XtvWgH/TN8HrR0Xk4DV+llzfsBdGB5tyXGrDyZJYWQd0TlTcsEaAu2+XLkL1i1J7Lv924LLw==
dependencies:
babylon "^6.15.0"
flow-parser "^0.180.0"
pirates "^3.0.2"
vlq "^0.2.1"

flush-write-stream@^1.0.0:
Expand Down Expand Up @@ -6154,6 +6160,13 @@ pify@^4.0.1:
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==

pirates@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/pirates/-/pirates-3.0.2.tgz#7e6f85413fd9161ab4e12b539b06010d85954bb9"
integrity sha512-c5CgUJq6H2k6MJz72Ak1F5sN9n9wlSlJyEnwvpm9/y3WB4E3pHBDT2c6PEiS1vyJvq2bUxUAIu0EGf8Cx4Ic7Q==
dependencies:
node-modules-regexp "^1.0.0"

pirates@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.0.tgz#850b18781b4ac6ec58a43c9ed9ec5fe6796addbd"
Expand Down

0 comments on commit 9c4d5ce

Please sign in to comment.