Skip to content

Commit

Permalink
Update jest
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Dec 1, 2021
1 parent 0fb8167 commit c2c4554
Show file tree
Hide file tree
Showing 3 changed files with 412 additions and 393 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -62,8 +62,8 @@
"gulp-filter": "^7.0.0",
"gulp-plumber": "^1.2.1",
"husky": "^7.0.4",
"jest": "^27.2.0",
"jest-worker": "^27.2.0",
"jest": "^27.4.0",
"jest-worker": "^27.4.0",
"lint-staged": "^9.2.0",
"lodash": "^4.17.21",
"mergeiterator": "^1.2.5",
Expand Down
10 changes: 5 additions & 5 deletions test/jest-light-runner/package.json
Expand Up @@ -8,11 +8,11 @@
".": "./src/index.js"
},
"dependencies": {
"expect": "^27.3.1",
"jest-circus": "^27.3.1",
"jest-each": "^27.3.1",
"jest-mock": "^27.3.0",
"jest-snapshot": "^27.3.1",
"expect": "^27.4.0",
"jest-circus": "^27.4.0",
"jest-each": "^27.4.0",
"jest-mock": "^27.4.0",
"jest-snapshot": "^27.4.0",
"piscina": "^3.1.0",
"supports-color": "^9.0.2"
}
Expand Down

0 comments on commit c2c4554

Please sign in to comment.