Skip to content

Commit 5e6f30f

Browse files
fix: update dependency jest-image-snapshot to v6
1 parent bfbe9d1 commit 5e6f30f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"test": "base test"
3737
},
3838
"dependencies": {
39-
"jest-image-snapshot": "^4.4.0",
39+
"jest-image-snapshot": "^6.0.0",
4040
"jest-snapshot": "^27.0.0"
4141
},
4242
"devDependencies": {

yarn.lock

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6918,6 +6918,19 @@ jest-image-snapshot@^4.4.0:
69186918
rimraf "^2.6.2"
69196919
ssim.js "^3.1.1"
69206920

6921+
jest-image-snapshot@^6.0.0:
6922+
version "6.5.1"
6923+
resolved "https://registry.yarnpkg.com/jest-image-snapshot/-/jest-image-snapshot-6.5.1.tgz#cc714aff86187ecf38f90c506b443769aff87499"
6924+
integrity sha512-xlJFufgfY2Z4DsRsjcnTwxuynvo1bKdhf4OfcEftNuUAK+BwSCUtPmwlBGJhQ0XJXfm9JMAi/4BhQiHbaV8HrA==
6925+
dependencies:
6926+
chalk "^4.0.0"
6927+
get-stdin "^5.0.1"
6928+
glur "^1.1.2"
6929+
lodash "^4.17.4"
6930+
pixelmatch "^5.1.0"
6931+
pngjs "^3.4.0"
6932+
ssim.js "^3.1.1"
6933+
69216934
jest-matcher-utils@^26.6.2:
69226935
version "26.6.2"
69236936
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-26.6.2.tgz#8e6fd6e863c8b2d31ac6472eeb237bc595e53e7a"

0 commit comments

Comments
 (0)