Skip to content

Commit

Permalink
chore(dev): upgrade flow-bin and remove M1 hack
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed May 21, 2021
1 parent 1612e54 commit 96365a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[version]
^0.150.1
^0.151.0

[ignore]
<PROJECT_ROOT>/build/.*
Expand All @@ -15,6 +15,5 @@ interfaces/
flow-typed/

[options]
sharedmemory.heap_size=3221225472
emoji=true
module.use_strict=true
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-mocha": "^8.1.0",
"eslint-plugin-react": "^7.23.2",
"exports-loader": "^2.0.0",
"flow-bin": "^0.150.1",
"flow-bin": "^0.151.0",
"husky": "^6.0.0",
"imports-loader": "^2.0.0",
"jest": "^26.6.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3581,10 +3581,10 @@ flatted@^3.1.0:
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.1.tgz#c4b489e80096d9df1dfc97c79871aea7c617c469"
integrity sha512-zAoAQiudy+r5SvnSw3KJy5os/oRJYHzrzja/tBDqrZtNhUw8bt6y8OBzMWcjWr+8liV8Eb6yOhw8WZ7VFZ5ZzA==

flow-bin@^0.150.1:
version "0.150.1"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.150.1.tgz#a846c2e977c3af035636ce29bf1492c6b7db4ae6"
integrity sha512-YSAB7pJejm+8gTpucaQKrvD+Dvu1RdsAA+L/Vofn0AH1DS+vE2hBeUN+v2pcs5YJU0gjQUw9qO7j3w6KaaCglQ==
flow-bin@^0.151.0:
version "0.151.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.151.0.tgz#f1339f4c90b2c4242e5a9a2063e1e0efa0520084"
integrity sha512-V2UNOFUtCkWjDVws9htqBSHzHVBEW1xe6IHp4RYr7hVJPOri36cFWS2ssFM8Y0yFOz2EV79QdrhNf57wFSLEgg==

follow-redirects@^1.0.0:
version "1.13.3"
Expand Down

0 comments on commit 96365a3

Please sign in to comment.