Skip to content

Commit 5619220

Browse files
renovate[bot]renovate-botwardpeet
authored
chore(deps): update dependency jest-matchmedia-mock to ^1.1.0 (#27084)
* chore(deps): update dependency jest-matchmedia-mock to ^1.1.0 * move jest-matchmedia mock Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Ward Peeters <[email protected]>
1 parent 9ba17f7 commit 5619220

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
"jest-cli": "^24.9.0",
5656
"jest-environment-jsdom-fourteen": "^0.1.0",
5757
"jest-junit": "^10.0.0",
58-
"jest-matchmedia-mock": "^1.0.1",
5958
"jest-serializer-path": "^0.1.15",
6059
"jest-silent-reporter": "^0.2.1",
6160
"joi": "^14.3.1",

packages/gatsby-image/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"@babel/core": "^7.11.6",
1717
"@testing-library/react": "^9.5.0",
1818
"babel-preset-gatsby-package": "^0.5.3",
19-
"cross-env": "^7.0.2"
19+
"cross-env": "^7.0.2",
20+
"jest-matchmedia-mock": "^1.1.0"
2021
},
2122
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-image#readme",
2223
"keywords": [

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -13975,10 +13975,10 @@ jest-matcher-utils@^24.9.0:
1397513975
jest-get-type "^24.9.0"
1397613976
pretty-format "^24.9.0"
1397713977

13978-
jest-matchmedia-mock@^1.0.1:
13979-
version "1.0.1"
13980-
resolved "https://registry.yarnpkg.com/jest-matchmedia-mock/-/jest-matchmedia-mock-1.0.1.tgz#da1c75be82a3b3e46e6c8ae195aa54e4a6032eb4"
13981-
integrity sha512-IXk2AnldfsCRmhB4pFY0Eb9mk2NxFqOgOwA4DxKOJ22T5bn/j3DzM5s3cdKxuEowmpuXK1gPXAIlVGIC+kb/fA==
13978+
jest-matchmedia-mock@^1.1.0:
13979+
version "1.1.0"
13980+
resolved "https://registry.yarnpkg.com/jest-matchmedia-mock/-/jest-matchmedia-mock-1.1.0.tgz#eaae8c5d1dee4e4f7c59f8cb1b38b5d7ea842552"
13981+
integrity sha512-REnJRsOSCMpGAlkxmvVTqEBpregyFVi9MPEH3N83W1yLKzDdNehtCkcdDZduXq74PLtfI+11NyM4zKCK5ynV9g==
1398213982

1398313983
jest-message-util@^22.4.0, jest-message-util@^22.4.3:
1398413984
version "22.4.3"

0 commit comments

Comments
 (0)