Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

Commit 8fce7d2

Browse files
chore(deps): update dependency @shopify/jest-dom-mocks to v5
1 parent 0c356e3 commit 8fce7d2

File tree

2 files changed

+7
-19
lines changed

2 files changed

+7
-19
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@semantic-release/changelog": "6.0.3",
6868
"@semantic-release/git": "10.0.1",
6969
"@semantic-release/npm": "10.0.3",
70-
"@shopify/jest-dom-mocks": "4.2.0",
70+
"@shopify/jest-dom-mocks": "5.0.1",
7171
"@storybook/addon-actions": "7.0.18",
7272
"@storybook/addon-docs": "^7.0.4",
7373
"@storybook/addon-essentials": "^7.0.4",

yarn.lock

+6-18
Original file line numberDiff line numberDiff line change
@@ -3178,21 +3178,19 @@
31783178
lodash-es "^4.17.21"
31793179
read-pkg-up "^10.0.0"
31803180

3181-
"@shopify/async@^4.0.3":
3181+
"@shopify/async@^4.0.4":
31823182
version "4.0.4"
31833183
resolved "https://registry.yarnpkg.com/@shopify/async/-/async-4.0.4.tgz#bd7d08763b5faec8bad9ea16ecfc0600d10f9669"
31843184
integrity sha512-MaVcWUtBO7xLjJE1oosrS2BKGeKCI3nyuOkw95Odrgm+8c3ebF7Moz8MIkzJYAJ7gERqVHPNll1Un4T2bQ/qkg==
31853185

3186-
"@shopify/jest-dom-mocks@4.2.0":
3187-
version "4.2.0"
3188-
resolved "https://registry.yarnpkg.com/@shopify/jest-dom-mocks/-/jest-dom-mocks-4.2.0.tgz#f1b625b9c8be3ef599527c2036d870af3c769d76"
3189-
integrity sha512-7kx3H+uirRYHqOGhTpOpqLqtn3N452E8lhGBkHYifNFILR7aySyIkSha8TYXUQK/fD26L3S6WNsBMWF7m72ZkA==
3186+
"@shopify/jest-dom-mocks@5.0.1":
3187+
version "5.0.1"
3188+
resolved "https://registry.yarnpkg.com/@shopify/jest-dom-mocks/-/jest-dom-mocks-5.0.1.tgz#89e1d723d3dc30919964a8ce61c02a8db94d883d"
3189+
integrity sha512-Q6XwfMg5flN0fKadMJkbKXM1QcsVvmZEe4n0iDB/ozTOaVRP9bPADFjRw3fc+JALRbd97w4skD7KPL1DaCJjAA==
31903190
dependencies:
3191-
"@shopify/async" "^4.0.3"
3191+
"@shopify/async" "^4.0.4"
31923192
"@types/fetch-mock" "^7.3.3"
3193-
"@types/lolex" "^2.1.3"
31943193
fetch-mock "^9.11.0"
3195-
lolex "^2.7.5"
31963194
promise "^8.0.3"
31973195

31983196
"@sigstore/bundle@^1.1.0":
@@ -4701,11 +4699,6 @@
47014699
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.4.tgz#0303b64958ee070059e3a7184048a55159fe20b7"
47024700
integrity sha512-wYCP26ZLxaT3R39kiN2+HcJ4kTd3U1waI/cY7ivWYqFP6pW3ZNpvi6Wd6PHZx7T/t8z0vlkXMg3QYLa7DZ/IJQ==
47034701

4704-
"@types/lolex@^2.1.3":
4705-
version "2.1.3"
4706-
resolved "https://registry.yarnpkg.com/@types/lolex/-/lolex-2.1.3.tgz#793557c9b8ad319b4c8e4c6548b90893f4aa5f69"
4707-
integrity sha512-nEipOLYyZJ4RKHCg7tlR37ewFy91oggmip2MBzPdVQ8QhTFqjcRhE8R0t4tfpDnSlxGWHoEGJl0UCC4kYhqoiw==
4708-
47094702
"@types/mdast@^3.0.0":
47104703
version "3.0.15"
47114704
resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-3.0.15.tgz#49c524a263f30ffa28b71ae282f813ed000ab9f5"
@@ -11170,11 +11163,6 @@ log-update@^4.0.0:
1117011163
slice-ansi "^4.0.0"
1117111164
wrap-ansi "^6.2.0"
1117211165

11173-
lolex@^2.7.5:
11174-
version "2.7.5"
11175-
resolved "https://registry.yarnpkg.com/lolex/-/lolex-2.7.5.tgz#113001d56bfc7e02d56e36291cc5c413d1aa0733"
11176-
integrity sha512-l9x0+1offnKKIzYVjyXU2SiwhXDLekRzKyhnbyldPHvC7BvLPVpdNUNR2KeMAiCN2D/kLNttZgQD5WjSxuBx3Q==
11177-
1117811166
longest-streak@^3.0.0:
1117911167
version "3.1.0"
1118011168
resolved "https://registry.yarnpkg.com/longest-streak/-/longest-streak-3.1.0.tgz#62fa67cd958742a1574af9f39866364102d90cd4"

0 commit comments

Comments
 (0)