Skip to content

Commit e78d6f3

Browse files
Merge pull request #2489 from nhsuk/dependabot/npm_and_yarn/babel-jest-30.3.0
Bump babel-jest from 30.2.0 to 30.3.0
2 parents 0252e21 + 7999a51 commit e78d6f3

File tree

3 files changed

+192
-15
lines changed

3 files changed

+192
-15
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ updates:
3232
patterns:
3333
- '@babel/*'
3434
- 'autoprefixer'
35+
- 'babel-plugin-*'
3536
- 'caniuse-lite'
3637
- 'cssnano'
3738
- 'cssnano-*'
@@ -56,6 +57,7 @@ updates:
5657

5758
test:
5859
patterns:
60+
- 'babel-jest'
5961
- 'jest'
6062
- 'jest-*'
6163

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@eslint/markdown": "^7.5.1",
6464
"@testing-library/jest-dom": "^6.9.1",
6565
"autoprefixer": "^10.4.23",
66-
"babel-jest": "^30.2.0",
66+
"babel-jest": "^30.3.0",
6767
"babel-loader": "^10.0.0",
6868
"babel-plugin-transform-import-meta": "^2.3.3",
6969
"concurrently": "^9.2.1",

0 commit comments

Comments
 (0)