Skip to content
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.

Update jest to the latest version #542

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -49,20 +49,20 @@
"@babel/register": "^7.0.0-beta.51",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.2.0",
"babel-jest": "^24.9.0",
"can-npm-publish": "^1.3.1",
"dotenv-cli": "^1.4.0",
"eslint": "^5.0.0",
"eslint-config-prettier": "^3.0.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-flowtype": "^3.0.0",
"dotenv-cli": "^3.1.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-flowtype": "^4.5.3",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"flow-bin": "^0.75.0",
"husky": "^0.14.3",
"jest": "^23.2.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"flow-bin": "^0.115.0",
"husky": "^3.1.0",
"jest": "^24.9.0",
"lerna": "^3.0.3",
"lerna-changelog": "^0.8.0",
"prettier": "^1.13.5",
Expand Down