Skip to content

Commit b42aac5

Browse files
fix: update dependency jest-image-matcher to v3
1 parent bfbe9d1 commit b42aac5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"expect": "^29.3.1",
5050
"expect-mocha-snapshot": "^2.1.5",
5151
"fs-extra": "^10.0.0",
52-
"jest-image-matcher": "^2.0.0",
52+
"jest-image-matcher": "^3.0.0",
5353
"mocha": "^9.0.0",
5454
"sharp": "^0.31.3"
5555
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6893,10 +6893,10 @@ jest-haste-map@^27.5.1:
68936893
optionalDependencies:
68946894
fsevents "^2.3.2"
68956895

6896-
jest-image-matcher@^2.0.0:
6897-
version "2.0.11"
6898-
resolved "https://registry.yarnpkg.com/jest-image-matcher/-/jest-image-matcher-2.0.11.tgz#e3c3e1a67b72529934f96f1a514b760b39c5e28a"
6899-
integrity sha512-Evvuaj8BWPds0T03MmqL6bZJTdfJVyHicN6MqeIkqZVhmwc2EQfPfaMXyF+654m/C1tBGESWCCgZi3BS26I1Kg==
6896+
jest-image-matcher@^3.0.0:
6897+
version "3.0.1"
6898+
resolved "https://registry.yarnpkg.com/jest-image-matcher/-/jest-image-matcher-3.0.1.tgz#f6613fbfb7b300003d06272a099165f0300af224"
6899+
integrity sha512-O/3XJ5AQ2R/cDVaqc0xtch6Xv1tTYv+PqlQfw8zIr3KRFmx40/l0B/elqU13gbZoho7q335ActihZBlp9HTVjg==
69006900
dependencies:
69016901
"@dword-design/functions" "^4.0.0"
69026902
fs-extra "^10.0.0"

0 commit comments

Comments
 (0)