Skip to content

Commit 94f2fa1

Browse files
chore(devdeps): update jest monorepo to v29.1.2 (#1020)
* chore(devdeps): update jest monorepo to v29.1.2 * chore: update lockfile Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Emmanuel Chambon <[email protected]>
1 parent 8f789ed commit 94f2fa1

File tree

3 files changed

+318
-224
lines changed

3 files changed

+318
-224
lines changed

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# From .gitignore
22
node_modules/
33
dist/
4+
pnpm-lock.yaml
45

56
# Specific to prettier
67
package.json
7-
CHANGELOG.md
8+
CHANGELOG.md

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.4",
22-
"@types/jest": "29.1.0",
22+
"@types/jest": "29.1.2",
2323
"@types/node": "18.7.23",
2424
"@types/prop-types": "15.7.5",
2525
"@types/react": "18.0.21",
@@ -28,8 +28,8 @@
2828
"cross-env": "7.0.3",
2929
"eslint": "8.24.0",
3030
"husky": "8.0.1",
31-
"jest": "29.0.3",
32-
"jest-environment-jsdom": "29.0.3",
31+
"jest": "29.1.2",
32+
"jest-environment-jsdom": "29.1.2",
3333
"jest-junit": "14.0.1",
3434
"jest-localstorage-mock": "2.4.22",
3535
"jest-runner-tsd": "4.0.0",

0 commit comments

Comments
 (0)