WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit ed7aea2

Browse files
renovate[bot]ahnpnl
authored andcommitted
build(deps): update dependency ts-jest to ^29.4.6
1 parent deb99b8 commit ed7aea2

File tree

8 files changed

+26
-26
lines changed

8 files changed

+26
-26
lines changed

e2e/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"jest-environment-jsdom": "^30.2.0",
99
"react": "^18.3.1",
1010
"react-intl": "^6.8.9",
11-
"ts-jest": "^29.4.5"
11+
"ts-jest": "^29.4.6"
1212
}
1313
}

examples/js-with-babel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"babel-jest": "^30.2.0",
1616
"cross-env": "^7.0.3",
1717
"jest": "^30.2.0",
18-
"ts-jest": "^29.4.5",
18+
"ts-jest": "^29.4.6",
1919
"typescript": "~5.9.3"
2020
}
2121
}

examples/js-with-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"cross-env": "^7.0.3",
1515
"lodash-es": "^4.17.21",
1616
"jest": "^30.2.0",
17-
"ts-jest": "^29.4.5",
17+
"ts-jest": "^29.4.6",
1818
"typescript": "~5.9.3"
1919
}
2020
}

examples/monorepo-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/jest": "^30.0.0",
1818
"cross-env": "^7.0.3",
1919
"jest": "^30.2.0",
20-
"ts-jest": "^29.4.5",
20+
"ts-jest": "^29.4.6",
2121
"typescript": "~5.9.3"
2222
}
2323
}

examples/package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint-plugin-prettier": "^5.5.4",
2929
"jest": "^29.7.0",
3030
"jest-environment-jsdom": "^29.7.0",
31-
"ts-jest": "^29.4.5",
31+
"ts-jest": "^29.4.6",
3232
"typescript": "~5.9.3",
3333
"vite": "^6.4.1"
3434
}

examples/ts-only/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@types/jest": "^30.0.0",
1313
"cross-env": "^7.0.3",
1414
"jest": "^30.2.0",
15-
"ts-jest": "^29.4.5",
15+
"ts-jest": "^29.4.6",
1616
"typescript": "~5.9.3"
1717
}
1818
}

0 commit comments

Comments
 (0)