Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit 9ac399c

Browse files
mrkevfacebook-github-bot
authored andcommitted
Upgrade jest and flow-bin deps (#2435)
Summary: `handlebars` was a dependency of `jest` but has since been removed, so this should also close #2428. Pull Request resolved: #2435 Test Plan: `npm run jest` && `npm run flow` Reviewed By: kedromelon Differential Revision: D21653714 Pulled By: mrkev fbshipit-source-id: 7b2139663b48d9ec674254f6c5dfd1a68f60a3b0
1 parent 268ece3 commit 9ac399c

File tree

3 files changed

+1510
-933
lines changed

3 files changed

+1510
-933
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"eslint-plugin-prettier": "^3.1.2",
6363
"eslint-plugin-react": "^7.17.0",
6464
"fbjs-scripts": "^1.2.0",
65-
"flow-bin": "^0.123.0",
65+
"flow-bin": "0.125",
6666
"gulp": "^4.0.2",
6767
"gulp-babel": "^8.0.0",
6868
"gulp-clean-css": "^4.2.0",
@@ -73,7 +73,7 @@
7373
"gulp-if": "^3.0.0",
7474
"gulp-rename": "2",
7575
"gulp-util": "^3.0.6",
76-
"jest": "^24.9.0",
76+
"jest": "26",
7777
"prettier": "1.19.1",
7878
"react": "^16.8.0",
7979
"react-dom": "^16.8.0",

src/.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ unsafe-getters-setters
5151
; nonstrict-import
5252

5353
[version]
54-
^0.123.0
54+
^0.125.0

0 commit comments

Comments
 (0)