Skip to content

Commit 7189f39

Browse files
chore(devdeps): update jest monorepo (#975)
* chore(devdeps): update jest monorepo * chore(eslint): up devDependencies Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alexandre Philibeaux <[email protected]>
1 parent 2ae7ca9 commit 7189f39

File tree

3 files changed

+456
-387
lines changed

3 files changed

+456
-387
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@testing-library/jest-dom": "5.16.5",
2020
"@testing-library/react": "13.4.0",
2121
"@tsd/typescript": "4.8.2",
22-
"@types/jest": "29.0.0",
22+
"@types/jest": "29.0.1",
2323
"@types/node": "17.0.31",
2424
"@types/prop-types": "15.7.5",
2525
"@types/react": "18.0.18",
@@ -28,8 +28,8 @@
2828
"cross-env": "7.0.3",
2929
"eslint": "8.23.0",
3030
"husky": "8.0.1",
31-
"jest": "29.0.2",
32-
"jest-environment-jsdom": "29.0.2",
31+
"jest": "29.0.3",
32+
"jest-environment-jsdom": "29.0.3",
3333
"jest-junit": "14.0.1",
3434
"jest-localstorage-mock": "2.4.22",
3535
"jest-runner-tsd": "4.0.0",

packages/eslint-config-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"eslint": ">= 8.5"
3333
},
3434
"devDependencies": {
35-
"eslint": "8.23.0",
36-
"typescript": "4.8.2"
35+
"eslint": "8.23.1",
36+
"typescript": "4.8.3"
3737
}
3838
}

0 commit comments

Comments
 (0)