Skip to content

Commit

Permalink
Update jest-utils (#20)
Browse files Browse the repository at this point in the history
* Update jest-utils

* bump jest-utils to v26

* bump chalk to v4
  • Loading branch information
viceice committed Oct 26, 2020
1 parent 3f54ec4 commit f0843f4
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 796 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "jest-silent-reporter",
"version": "0.2.1",
"version": "0.3.0",
"description": "A silent reporter for Jest",
"main": "index.js",
"repository": "https://github.com/rickhanlonii/jest-silent-reporter",
Expand All @@ -10,8 +10,8 @@
"prettier": "prettier --write **/**.js **/**.md"
},
"dependencies": {
"chalk": "^2.3.1",
"jest-util": "^24.0.0"
"chalk": "^4.0.0",
"jest-util": "^26.0.0"
},
"devDependencies": {
"prettier": "^1.10.2"
Expand Down

0 comments on commit f0843f4

Please sign in to comment.