Skip to content

Commit f744652

Browse files
fix: update dependency jest-image-matcher to v3
1 parent 5340430 commit f744652

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
@@ -44,7 +44,7 @@
4444
"expect": "^27.0.0",
4545
"expect-mocha-snapshot": "dword-design/expect-mocha-snapshot#fork",
4646
"fs-extra": "^10.0.0",
47-
"jest-image-matcher": "^2.0.0",
47+
"jest-image-matcher": "^3.0.0",
4848
"mocha": "^9.0.0",
4949
"sharp": "^0.29.0",
5050
"with-local-tmp-dir": "^4.0.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5961,10 +5961,10 @@ jest-haste-map@^27.5.1:
59615961
optionalDependencies:
59625962
fsevents "^2.3.2"
59635963

5964-
jest-image-matcher@^2.0.0:
5965-
version "2.0.11"
5966-
resolved "https://registry.yarnpkg.com/jest-image-matcher/-/jest-image-matcher-2.0.11.tgz#e3c3e1a67b72529934f96f1a514b760b39c5e28a"
5967-
integrity sha512-Evvuaj8BWPds0T03MmqL6bZJTdfJVyHicN6MqeIkqZVhmwc2EQfPfaMXyF+654m/C1tBGESWCCgZi3BS26I1Kg==
5964+
jest-image-matcher@^3.0.0:
5965+
version "3.0.0"
5966+
resolved "https://registry.yarnpkg.com/jest-image-matcher/-/jest-image-matcher-3.0.0.tgz#17c7f279da1169b4238fd5e96d4c8476466d7853"
5967+
integrity sha512-/8ehCU34q6nLkn6aKHgZ5Q3mmEOrIKvdDic5a9wwBy3PqMcEgHRCBGdd+saIRVpfEgN0j9D4xcxxfMVu4muUUQ==
59685968
dependencies:
59695969
"@dword-design/functions" "^4.0.0"
59705970
fs-extra "^10.0.0"

0 commit comments

Comments
 (0)