Skip to content

Commit d2ca9b8

Browse files
chore(deps-dev): bump jest and @types/jest in /samples/weather-forecast
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.1.3 - [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.1.3/packages/jest) Updates `@types/jest` from 29.5.14 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.1.3 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] <[email protected]>
1 parent feb6e8e commit d2ca9b8

File tree

2 files changed

+848
-673
lines changed

2 files changed

+848
-673
lines changed

samples/weather-forecast/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@testing-library/dom": "^10.4.1",
5050
"@testing-library/jest-dom": "^6.8.0",
5151
"@testing-library/react": "^16.3.0",
52-
"@types/jest": "^29.5.14",
52+
"@types/jest": "^30.0.0",
5353
"@types/json-schema": "^7.0.15",
5454
"@types/node": "24.5.2",
5555
"@types/react": "^18.3.24",
@@ -65,7 +65,7 @@
6565
"eslint": "^8.57.1",
6666
"eslint-config-prettier": "10.1.8",
6767
"file-loader": "^6.2.0",
68-
"jest": "^29.7.0",
68+
"jest": "^30.1.3",
6969
"jest-environment-jsdom": "^30.1.2",
7070
"jest-json-schema": "^6.1.0",
7171
"js-base64": "3.7.8",

0 commit comments

Comments
 (0)