Skip to content

Commit

Permalink
Update jest monorepo to ^27.3.1 (#6828)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
2 people authored and dcousens committed Nov 1, 2021
1 parent af5fe4d commit 2c0bc5c
Show file tree
Hide file tree
Showing 4 changed files with 320 additions and 291 deletions.
4 changes: 2 additions & 2 deletions examples/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@keystone-next/keystone": "^26.1.0"
},
"devDependencies": {
"babel-jest": "^27.2.5",
"jest": "^27.2.5",
"babel-jest": "^27.3.1",
"jest": "^27.3.1",
"typescript": "^4.4.4"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@babel/preset-typescript": "^7.15.0",
"@changesets/changelog-github": "^0.4.1",
"@changesets/cli": "^2.17.0",
"@jest/test-sequencer": "^27.2.5",
"@jest/test-sequencer": "^27.3.1",
"@manypkg/cli": "^0.18.0",
"@preconstruct/cli": "2.1.5",
"@preconstruct/eslint-plugin-format-js-tag": "^0.1.0",
Expand All @@ -68,7 +68,7 @@
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"is-ci": "^3.0.0",
"jest": "^27.2.5",
"jest": "^27.3.1",
"prettier": "^2.4.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/fields-document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"@keystone-next/keystone": "*",
"@testing-library/react": "^12.1.2",
"array.prototype.flat": "^1.2.5",
"jest-diff": "^27.2.5",
"pretty-format": "^27.2.5",
"jest-diff": "^27.3.1",
"pretty-format": "^27.3.1",
"slate-hyperscript": "^0.60.8"
},
"engines": {
Expand Down
Loading

0 comments on commit 2c0bc5c

Please sign in to comment.