Skip to content

Commit 5dc5fd9

Browse files
Update jest monorepo to ^30.2.0 (#304)
| datasource | package | from | to | | ---------- | ------------- | ------ | ------ | | npm | @jest/globals | 30.0.5 | 30.2.0 | | npm | jest | 30.0.5 | 30.2.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8c2f210 commit 5dc5fd9

File tree

2 files changed

+349
-351
lines changed

2 files changed

+349
-351
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"description": "GitHub Action to check if a Docker image needs to be updated",
99
"devDependencies": {
10-
"@jest/globals": "^30.0.5",
10+
"@jest/globals": "^30.2.0",
1111
"@types/jest": "^30.0.0",
1212
"@types/node": "^20.19.18",
1313
"@typescript-eslint/eslint-plugin": "^8.44.1",
@@ -18,7 +18,7 @@
1818
"eslint-plugin-import": "^2.32.0",
1919
"eslint-plugin-jest": "^29.0.1",
2020
"eslint-plugin-prettier": "^5.5.4",
21-
"jest": "^30.0.5",
21+
"jest": "^30.2.0",
2222
"js-yaml": "^4.1.0",
2323
"prettier": "^3.6.2",
2424
"ts-jest": "^29.4.4",

0 commit comments

Comments
 (0)