Skip to content

Commit

Permalink
Upgrade Jest to v25 (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 authored Mar 31, 2020
1 parent 9ae559e commit e21e20e
Show file tree
Hide file tree
Showing 3 changed files with 1,512 additions and 817 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
],
"devDependencies": {
"@babel/cli": "^7.6.2",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-preset-airbnb": "^4.1.0",
"@babel/preset-env": "^7.6.2",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^25.2.0",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-preset-airbnb": "^4.1.0",
"enzyme": "^3.4.0",
"enzyme-adapter-react-16": "^1.5.0",
"eslint": "^4.9.0",
Expand All @@ -61,7 +61,7 @@
"flow-bin": "^0.105.2",
"flow-copy-source": "^1.2.0",
"husky": "^0.14.3",
"jest": "^24.9.0",
"jest": "^25.2.0",
"lerna": "^3.4.0",
"lint-staged": "^4.0.2",
"prettier": "^1.5.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-environment-enzyme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"cpy-cli": "^2.0.0"
},
"dependencies": {
"jest-environment-jsdom": "^24.0.0"
"jest-environment-jsdom": "^25.2.0"
}
}
Loading

0 comments on commit e21e20e

Please sign in to comment.