Skip to content

Commit 8f89cd5

Browse files
greenkeeper[bot]Esemesek
authored andcommitted
Update flow-bin to the latest version 🚀 (#25)
* chore(package): update flow-bin to version 0.83.0 * fix do not use frozen lockfile * fix update yarn.lock
1 parent 7093866 commit 8f89cd5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
keys:
1717
- dependencies-{{ checksum "package.json" }}
1818
- dependencies-
19-
- run: yarn install --frozen-lockfile
19+
- run: yarn install
2020
- save_cache:
2121
key: dependencies-{{ checksum "package.json" }}
2222
paths:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"babel-core": "7.0.0-bridge.0",
1818
"babel-jest": "^23.6.0",
1919
"eslint": "^5.6.1",
20-
"flow-bin": "^0.82.0",
20+
"flow-bin": "^0.83.0",
2121
"jest": "^23.6.0",
2222
"metro-react-native-babel-preset": "^0.48.0",
2323
"pretty-format": "^23.6.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2144,10 +2144,10 @@ flat-cache@^1.2.1:
21442144
graceful-fs "^4.1.2"
21452145
write "^0.2.1"
21462146

2147-
flow-bin@^0.82.0:
2148-
version "0.82.0"
2149-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.82.0.tgz#fbec84c0d6cab7877565eca8214d655f3aefb8db"
2150-
integrity sha512-D7ViTCVJSVv19CB6dFWS9k2iKQlavtkRXn9el0ofVTTpGuybe+EPE8DZwdyohzEt6wRhHV8gwkteWvxdcVuOzg==
2147+
flow-bin@^0.83.0:
2148+
version "0.83.0"
2149+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.83.0.tgz#fd26f5f95758d7701264b3f9a1e1a3d4cbcab1a9"
2150+
integrity sha512-1K83EL/U9Gh0BaXPKkZe6TRizSmNSKx9Wuws1c8gh7DJEwiburtCxYT+4o7in1+GnNEm3CZWnbnVV8n9HMpiDA==
21512151

21522152
for-in@^1.0.1, for-in@^1.0.2:
21532153
version "1.0.2"

0 commit comments

Comments
 (0)