Skip to content

Commit

Permalink
Update jest to 27.0.1 from 27.0.0-next.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurkaushal committed Jun 2, 2021
1 parent 9a6ebab commit e14da91
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -31,7 +31,7 @@
"get-port": "^5.1.1",
"globby": "^11.0.1",
"husky": "^4.3.0",
"jest": "27.0.0-next.6",
"jest": "27.0.1",
"lerna": "3.22.1",
"lerna-changelog": "~0.8.2",
"lint-staged": "^10.4.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": "27.0.0-next.6"
"jest": "27.0.1"
},
"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": "27.0.0-next.6"
"jest": "27.0.1"
}
}
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": "27.0.0-next.6"
"jest": "27.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/react-dev-utils/package.json
Expand Up @@ -79,7 +79,7 @@
},
"devDependencies": {
"cross-env": "^7.0.2",
"jest": "27.0.0-next.6"
"jest": "27.0.1"
},
"scripts": {
"test": "cross-env FORCE_COLOR=true jest"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-error-overlay/package.json
Expand Up @@ -55,7 +55,7 @@
"eslint-plugin-testing-library": "^3.9.2",
"flow-bin": "^0.116.0",
"html-entities": "1.3.1",
"jest": "27.0.0-next.6",
"jest": "27.0.1",
"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": "27.0.0-next.6",
"jest": "27.0.1",
"node-sass": "4.x",
"normalize.css": "7.0.0",
"prop-types": "15.7.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-scripts/package.json
Expand Up @@ -58,8 +58,8 @@
"fs-extra": "^9.0.1",
"html-webpack-plugin": "4.5.0",
"identity-obj-proxy": "3.0.0",
"jest": "27.0.0-next.6",
"jest-resolve": "27.0.0-next.6",
"jest": "27.0.1",
"jest-resolve": "27.0.1",
"jest-watch-typeahead": "0.6.1",
"mini-css-extract-plugin": "0.11.3",
"optimize-css-assets-webpack-plugin": "5.0.4",
Expand Down

0 comments on commit e14da91

Please sign in to comment.