Skip to content

Commit

Permalink
chore(deps): update jest monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 23, 2022
1 parent 78b9ec0 commit da7ef50
Show file tree
Hide file tree
Showing 4 changed files with 445 additions and 1,823 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "11.2.7",
"@testing-library/user-event": "12.8.3",
"@types/jest": "^26.0.20",
"@types/jest": "26.0.24",
"@types/node": "12.20.43",
"@types/react": "16.14.23",
"@types/react-dom": "17.0.11",
Expand Down
2 changes: 1 addition & 1 deletion example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1809,7 +1809,7 @@
jest-diff "^27.0.0"
pretty-format "^27.0.0"

"@types/jest@^26.0.20":
"@types/jest@26.0.24":
version "26.0.24"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.24.tgz#943d11976b16739185913a1936e0de0c4a7d595a"
integrity sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@
"@babel/preset-typescript": "7.16.7",
"@ionic/react": "6.0.5",
"@testing-library/react": "12.1.2",
"@types/jest": "27.4.0",
"@types/jest": "27.4.1",
"@types/node": "17.0.14",
"@types/react": "17.0.38",
"auto-changelog": "2.4.0",
"babel-jest": "27.4.6",
"babel-jest": "27.5.1",
"codecov": "3.8.3",
"eslint": "8.8.0",
"jest": "27.4.7",
"jest": "27.5.1",
"np": "7.6.0",
"prettier": "2.5.1",
"react": "17.0.2",
Expand All @@ -81,6 +81,6 @@
"registry": "https://registry.npmjs.org"
},
"resolutions": {
"jest": "26.6.3"
"jest": "27.5.1"
}
}
Loading

0 comments on commit da7ef50

Please sign in to comment.