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

fix(deps): update dependency flow-bin to v0.258.1 #2472

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
16 changes: 8 additions & 8 deletions .yarn/releases/yarn-3.8.7.cjs

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions frontend/public/.flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,3 @@

[libs]
./src/flow/declarations.js

[options]
esproposal.class_static_fields=enable
esproposal.class_instance_fields=enable
suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe
2 changes: 1 addition & 1 deletion frontend/public/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"express": "4.21.1",
"fetch-mock": "5.13.1",
"flow": "0.2.3",
"flow-bin": "0.95.1",
"flow-bin": "0.258.1",
"flow-typed": "3.9.0",
"focus-formik-error": "^1.1.0",
"formik": "^2.4.5",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11491,12 +11491,12 @@ __metadata:
languageName: node
linkType: hard

"flow-bin@npm:0.95.1":
version: 0.95.1
resolution: "flow-bin@npm:0.95.1"
"flow-bin@npm:0.258.1":
version: 0.258.1
resolution: "flow-bin@npm:0.258.1"
bin:
flow: cli.js
checksum: aa0c8853b6a32423d4ac3f9997edcf9789f6525978313a0522377c3205d2b91cd57efeaa5f3ea5b11d6bae0cfedefea6fe82bc2f7c4135981304773fb4f8a254
checksum: edd2c4843697868520e11945394d543f614c31333976e9179fb40177f0002b6ff28c70f5a9918abe74e4ab57a93e75c5d73d8e2e67cfb9929a42d87f87b7bd63
languageName: node
linkType: hard

Expand Down Expand Up @@ -16127,7 +16127,7 @@ __metadata:
express: 4.21.1
fetch-mock: 5.13.1
flow: 0.2.3
flow-bin: 0.95.1
flow-bin: 0.258.1
flow-typed: 3.9.0
focus-formik-error: ^1.1.0
formik: ^2.4.5
Expand Down
Loading