Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency flow-remove-types to ~2.225.0 - abandoned #2911

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/silent-walls-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion packages/metro-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@types/node": "^20.0.0",
"@types/node-fetch": "^2.6.5",
"eslint": "^8.23.0",
"flow-remove-types": "~2.206.0",
"flow-remove-types": "~2.225.0",
"jest": "^29.2.1",
"metro": "^0.76.5",
"metro-config": "^0.76.5",
Expand Down
28 changes: 22 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4040,7 +4040,7 @@ __metadata:
"@types/node-fetch": ^2.6.5
chalk: ^4.1.0
eslint: ^8.23.0
flow-remove-types: ~2.206.0
flow-remove-types: ~2.225.0
jest: ^29.2.1
metro: ^0.76.5
metro-config: ^0.76.5
Expand Down Expand Up @@ -7944,17 +7944,17 @@ __metadata:
languageName: node
linkType: hard

"flow-remove-types@npm:~2.206.0":
version: 2.206.0
resolution: "flow-remove-types@npm:2.206.0"
"flow-remove-types@npm:~2.225.0":
version: 2.225.1
resolution: "flow-remove-types@npm:2.225.1"
dependencies:
flow-parser: ^0.206.0
hermes-parser: 0.18.0
pirates: ^3.0.2
vlq: ^0.2.1
bin:
flow-node: flow-node
flow-remove-types: flow-remove-types
checksum: 54b848d0ce9b7f2c7611ff3ba6230d52ccfef4b73408fd88c4c9c25a83c8a3a128de076c5dab9d2ce5cd3f2588f06c3250b9699eabb4d9bc32c8432f0b7ee157
checksum: 929b5ce97cd4e3dfe559778e7a2a43d964400fe5862f259de8352bd1299007405f3668d54d50a2e0f56fdca8e8ac0d6843f7a77bf2a82726301a18d8f7d73a24
languageName: node
linkType: hard

Expand Down Expand Up @@ -8477,6 +8477,13 @@ __metadata:
languageName: node
linkType: hard

"hermes-estree@npm:0.18.0":
version: 0.18.0
resolution: "hermes-estree@npm:0.18.0"
checksum: c99ef2daf0e838bd738aa53e037e66b04c6e2bdc5426c460743a63fa55113d16a91045f2706e3ea99977e2291dd1a23746aeb0c9fe1bfe8d2fbced1a513e2740
languageName: node
linkType: hard

"hermes-parser@npm:0.12.0":
version: 0.12.0
resolution: "hermes-parser@npm:0.12.0"
Expand All @@ -8486,6 +8493,15 @@ __metadata:
languageName: node
linkType: hard

"hermes-parser@npm:0.18.0":
version: 0.18.0
resolution: "hermes-parser@npm:0.18.0"
dependencies:
hermes-estree: 0.18.0
checksum: 163202f1916f1df34a560148d626eb9a82eb2b9738882cff350853051f4ebf5c56472c64029f17408ce1b1ea88309108970687dd586630febb57fea9af7e1b56
languageName: node
linkType: hard

"hermes-profile-transformer@npm:^0.0.6":
version: 0.0.6
resolution: "hermes-profile-transformer@npm:0.0.6"
Expand Down
Loading