Skip to content

Commit

Permalink
chore: update to jest@26.3 (#9461)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Aug 11, 2020
1 parent 3d74b79 commit c8ea284
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -30,7 +30,7 @@
"get-port": "^5.1.1",
"globby": "^11.0.0",
"husky": "^4.2.5",
"jest": "26.1.0",
"jest": "26.3.0",
"lerna": "3.20.2",
"lerna-changelog": "~0.8.2",
"lint-staged": "^10.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-named-asset-import/package.json
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"babel-plugin-tester": "^8.0.1",
"jest": "26.1.0"
"jest": "26.3.0"
},
"scripts": {
"test": "jest"
Expand Down
2 changes: 1 addition & 1 deletion packages/confusing-browser-globals/package.json
Expand Up @@ -20,6 +20,6 @@
"index.js"
],
"devDependencies": {
"jest": "26.1.0"
"jest": "26.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/cra-template-typescript/template.json
Expand Up @@ -7,7 +7,7 @@
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/jest": "^25.0.0",
"@types/jest": "^26.0.0",
"typescript": "^3.9.5",
"web-vitals": "^0.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-react-app/package.json
Expand Up @@ -43,6 +43,6 @@
},
"devDependencies": {
"cross-env": "^7.0.2",
"jest": "26.1.0"
"jest": "26.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/react-dev-utils/package.json
Expand Up @@ -80,7 +80,7 @@
},
"devDependencies": {
"cross-env": "^7.0.2",
"jest": "26.1.0"
"jest": "26.3.0"
},
"scripts": {
"test": "cross-env FORCE_COLOR=true jest"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-error-overlay/package.json
Expand Up @@ -38,7 +38,7 @@
"@babel/core": "7.10.5",
"anser": "1.4.9",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.0.1",
"babel-jest": "^26.3.0",
"babel-loader": "8.1.0",
"babel-preset-react-app": "^9.1.2",
"chalk": "2.4.2",
Expand All @@ -53,7 +53,7 @@
"eslint-plugin-react-hooks": "^4.0.8",
"flow-bin": "^0.116.0",
"html-entities": "1.3.1",
"jest": "26.1.0",
"jest": "26.3.0",
"jest-fetch-mock": "2.1.2",
"object-assign": "4.1.1",
"promise": "8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-scripts/fixtures/kitchensink/template.json
Expand Up @@ -2,7 +2,7 @@
"package": {
"dependencies": {
"bootstrap": "4.3.1",
"jest": "26.1.0",
"jest": "26.3.0",
"node-sass": "4.x",
"normalize.css": "7.0.0",
"prop-types": "15.7.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-scripts/package.json
Expand Up @@ -34,7 +34,7 @@
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.0.1",
"babel-jest": "^26.3.0",
"babel-loader": "8.1.0",
"babel-plugin-named-asset-import": "^0.3.6",
"babel-preset-react-app": "^9.1.2",
Expand All @@ -56,9 +56,9 @@
"fs-extra": "^9.0.0",
"html-webpack-plugin": "4.3.0",
"identity-obj-proxy": "3.0.0",
"jest": "26.1.0",
"jest-circus": "26.1.0",
"jest-resolve": "26.1.0",
"jest": "26.3.0",
"jest-circus": "26.3.0",
"jest-resolve": "26.3.0",
"jest-watch-typeahead": "0.6.0",
"mini-css-extract-plugin": "0.9.0",
"optimize-css-assets-webpack-plugin": "5.0.3",
Expand Down

0 comments on commit c8ea284

Please sign in to comment.