Skip to content

Commit 16e2487

Browse files
fix: update dependency jest-image-snapshot to v6
1 parent 5340430 commit 16e2487

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"test": "base test"
3434
},
3535
"dependencies": {
36-
"jest-image-snapshot": "^4.4.0",
36+
"jest-image-snapshot": "^6.0.0",
3737
"jest-snapshot": "^27.0.0"
3838
},
3939
"devDependencies": {

yarn.lock

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5986,6 +5986,21 @@ jest-image-snapshot@^4.4.0:
59865986
rimraf "^2.6.2"
59875987
ssim.js "^3.1.1"
59885988

5989+
jest-image-snapshot@^6.0.0:
5990+
version "6.0.0"
5991+
resolved "https://registry.yarnpkg.com/jest-image-snapshot/-/jest-image-snapshot-6.0.0.tgz#e3c9df49bda8d5b05bda4b91d67cf99b790f7b99"
5992+
integrity sha512-1oD6XRBXHcQ8ranC/mpJmvofgIqB5L4CEObhQ5lpXPP3nPtruJJxjQlbvk/Zv9Io0/qDj5ZXFujNCNfeC/r/wg==
5993+
dependencies:
5994+
chalk "^4.0.0"
5995+
get-stdin "^5.0.1"
5996+
glur "^1.1.2"
5997+
lodash "^4.17.4"
5998+
mkdirp "^0.5.1"
5999+
pixelmatch "^5.1.0"
6000+
pngjs "^3.4.0"
6001+
rimraf "^2.6.2"
6002+
ssim.js "^3.1.1"
6003+
59896004
jest-matcher-utils@^26.6.2:
59906005
version "26.6.2"
59916006
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-26.6.2.tgz#8e6fd6e863c8b2d31ac6472eeb237bc595e53e7a"

0 commit comments

Comments
 (0)