Skip to content

Commit 4ae85b8

Browse files
Bump jest and @types/jest in /frontend
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together. Updates `jest` from 29.7.0 to 30.0.5 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.0.5/packages/jest) Updates `@types/jest` from 29.5.12 to 30.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) --- updated-dependencies: - dependency-name: jest dependency-version: 30.0.5 dependency-type: direct:development update-type: version-update:semver-major - dependency-name: "@types/jest" dependency-version: 30.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2f788fa commit 4ae85b8

File tree

2 files changed

+924
-716
lines changed

2 files changed

+924
-716
lines changed

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@
7272
"@testing-library/react": "^14.2.1",
7373
"@testing-library/user-event": "^13.2.1",
7474
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
75-
"@types/jest": "^29.5.12",
75+
"@types/jest": "^30.0.0",
7676
"@types/node": "^14.14.6",
7777
"@types/react": "19.0.1",
7878
"@types/react-dom": "19.0.2",
7979
"@types/testing-library__jest-dom": "^5.14.1",
8080
"@xstate/inspect": "^0.8.0",
8181
"autoprefixer": "^10.4.20",
82-
"jest": "^29.7.0",
82+
"jest": "^30.0.5",
8383
"postcss": "^8.4.35",
8484
"tailwindcss": "^3.3.5",
8585
"tailwindcss-blend-mode": "^1.0.0",

0 commit comments

Comments
 (0)