Skip to content

Commit 42a3151

Browse files
authored
Merge pull request #69 from ahmnouira/renovate/pin-dependencies
fix(deps): pin dependency @types/jest to v
2 parents 3cb0317 + 5ba6193 commit 42a3151

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@testing-library/jest-dom": "5.16.2",
99
"@testing-library/react": "11.2.7",
1010
"@testing-library/user-event": "12.8.3",
11-
"@types/jest": "^26.0.20",
11+
"@types/jest": "26.0.24",
1212
"@types/node": "16.11.26",
1313
"@types/react": "16.14.24",
1414
"@types/react-dom": "17.0.11",

example/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1804,7 +1804,7 @@
18041804
jest-diff "^27.0.0"
18051805
pretty-format "^27.0.0"
18061806

1807-
"@types/jest@^26.0.20":
1807+
"@types/[email protected].24":
18081808
version "26.0.24"
18091809
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.24.tgz#943d11976b16739185913a1936e0de0c4a7d595a"
18101810
integrity sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==

0 commit comments

Comments
 (0)