Skip to content

Commit

Permalink
Merge pull request #69 from wyhmichael/deprecate_jest-matchers
Browse files Browse the repository at this point in the history
replace jest-matchers with jest-matcher-utils
  • Loading branch information
fijijavis authored Oct 28, 2021
2 parents a74a00f + b966589 commit cbdab1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 269 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wdio-json-reporter",
"version": "3.0.0",
"version": "3.0.1",
"description": "A WebdriverIO plugin. Report results in json format.",
"main": "./src/index.js",
"files": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"homepage": "https://github.com/fijijavis/wdio-json-reporter#readme",
"dependencies": {
"@wdio/reporter": "^7.16.3",
"jest-matchers": "^20.0.3"
"jest-matcher-utils": "^27.3.1"
},
"devDependencies": {
"eslint": "~8.1.0",
Expand Down
Loading

0 comments on commit cbdab1f

Please sign in to comment.