Skip to content

Commit 61c3113

Browse files
SimenBcpojer
authored andcommitted
Upgrade flow to 0.50 (jestjs#4036)
1 parent 5a09a69 commit 61c3113

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.flowconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ module.name_mapper='^types/\(.*\)$' -> '<PROJECT_ROOT>/types/\1.js'
1313
module.name_mapper='\(jest-[^/]*\)' -> '<PROJECT_ROOT>/packages/\1/src/index.js'
1414

1515
[version]
16-
^0.48.0
16+
^0.50.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"eslint-plugin-prettier": "^2.1.2",
3333
"eslint-plugin-react": "^7.1.0",
3434
"eslint-plugin-unicorn": "^2.1.2",
35-
"flow-bin": "^0.48.0",
35+
"flow-bin": "^0.50.0",
3636
"glob": "^7.1.1",
3737
"graceful-fs": "^4.1.11",
3838
"immutable": "^4.0.0-rc.1",

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -2625,9 +2625,9 @@ flat-cache@^1.2.1:
26252625
graceful-fs "^4.1.2"
26262626
write "^0.2.1"
26272627

2628-
flow-bin@^0.48.0:
2629-
version "0.48.0"
2630-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.48.0.tgz#72d075143524358db8901525e3c784dc13a7c7ee"
2628+
flow-bin@^0.50.0:
2629+
version "0.50.0"
2630+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.50.0.tgz#d4cdb2430dee1a3599f0eb6fe551146e3027256a"
26312631

26322632
flow-remove-types@^1.1.0:
26332633
version "1.2.1"

0 commit comments

Comments
 (0)