Skip to content

Commit 27211ea

Browse files
committed
chore(deps): update jest monorepo
1 parent 1c0e7a2 commit 27211ea

File tree

4 files changed

+445
-1823
lines changed

4 files changed

+445
-1823
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.23",
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==

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@
5858
"@babel/preset-typescript": "7.16.7",
5959
"@ionic/react": "6.0.5",
6060
"@testing-library/react": "12.1.2",
61-
"@types/jest": "27.4.0",
61+
"@types/jest": "27.4.1",
6262
"@types/node": "17.0.14",
6363
"@types/react": "17.0.38",
6464
"auto-changelog": "2.4.0",
65-
"babel-jest": "27.4.6",
65+
"babel-jest": "27.5.1",
6666
"codecov": "3.8.3",
6767
"eslint": "8.10.0",
68-
"jest": "27.4.7",
68+
"jest": "27.5.1",
6969
"np": "7.6.0",
7070
"prettier": "2.5.1",
7171
"react": "17.0.2",
@@ -81,6 +81,6 @@
8181
"registry": "https://registry.npmjs.org"
8282
},
8383
"resolutions": {
84-
"jest": "26.6.3"
84+
"jest": "27.5.1"
8585
}
8686
}

0 commit comments

Comments
 (0)