Skip to content

Commit

Permalink
Upgrade jest and flow-bin deps (facebookarchive#2435)
Browse files Browse the repository at this point in the history
Summary:
`handlebars` was a dependency of `jest` but has since been removed, so this should also close facebookarchive#2428.
Pull Request resolved: facebookarchive#2435

Test Plan: `npm run jest` && `npm run flow`

Reviewed By: kedromelon

Differential Revision: D21653714

Pulled By: mrkev

fbshipit-source-id: 7b2139663b48d9ec674254f6c5dfd1a68f60a3b0
  • Loading branch information
mrkev authored and vilemj-Viclick committed Jul 16, 2020
1 parent f377dc2 commit bceee44
Show file tree
Hide file tree
Showing 3 changed files with 1,510 additions and 933 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.17.0",
"fbjs-scripts": "^1.2.0",
"flow-bin": "^0.123.0",
"flow-bin": "0.125",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.2.0",
Expand All @@ -73,7 +73,7 @@
"gulp-if": "^3.0.0",
"gulp-rename": "2",
"gulp-util": "^3.0.6",
"jest": "^24.9.0",
"jest": "26",
"prettier": "1.19.1",
"react": "^16.8.0",
"react-dom": "^16.8.0",
Expand Down
2 changes: 1 addition & 1 deletion src/.flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ unsafe-getters-setters
; nonstrict-import

[version]
^0.123.0
^0.125.0

0 comments on commit bceee44

Please sign in to comment.