Skip to content

Commit c5b250e

Browse files
fix: update dependency jest-image-matcher to v3
1 parent 99732d3 commit c5b250e

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
@@ -6982,10 +6982,10 @@ jest-haste-map@^27.5.1:
69826982
optionalDependencies:
69836983
fsevents "^2.3.2"
69846984

6985-
jest-image-matcher@^2.0.0:
6986-
version "2.0.11"
6987-
resolved "https://registry.yarnpkg.com/jest-image-matcher/-/jest-image-matcher-2.0.11.tgz#e3c3e1a67b72529934f96f1a514b760b39c5e28a"
6988-
integrity sha512-Evvuaj8BWPds0T03MmqL6bZJTdfJVyHicN6MqeIkqZVhmwc2EQfPfaMXyF+654m/C1tBGESWCCgZi3BS26I1Kg==
6985+
jest-image-matcher@^3.0.0:
6986+
version "3.0.0"
6987+
resolved "https://registry.yarnpkg.com/jest-image-matcher/-/jest-image-matcher-3.0.0.tgz#17c7f279da1169b4238fd5e96d4c8476466d7853"
6988+
integrity sha512-/8ehCU34q6nLkn6aKHgZ5Q3mmEOrIKvdDic5a9wwBy3PqMcEgHRCBGdd+saIRVpfEgN0j9D4xcxxfMVu4muUUQ==
69896989
dependencies:
69906990
"@dword-design/functions" "^4.0.0"
69916991
fs-extra "^10.0.0"

0 commit comments

Comments
 (0)