Skip to content

Commit

Permalink
chore: bump jest and @types/jest
Browse files Browse the repository at this point in the history
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.0.0 to 29.7.0
- [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/v29.7.0/packages/jest)

Updates `@types/jest` from 27.0.1 to 29.5.13
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
herablog committed Sep 18, 2024
1 parent d348b1d commit 4bab043
Show file tree
Hide file tree
Showing 4 changed files with 495 additions and 449 deletions.
2 changes: 1 addition & 1 deletion packages/spindle-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.1",
"@types/jest": "^27.0.0",
"@types/jest": "^29.5.13",
"@types/react": "^18.0.14",
"bundlewatch": "^0.4.0",
"jest": "^29.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/spindle-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@figma-export/cli": "^4.0.0",
"@figma-export/types": "^4.0.0",
"@types/jest": "^27.0.0",
"@types/jest": "^29.5.13",
"@types/lodash.setwith": "^4.3.6",
"jest": "^29.0.0",
"jsonabc": "^2.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/spindle-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.0.0",
"@types/jest": "^27.0.0",
"@types/jest": "^29.5.13",
"@types/react": "^18.3.3",
"autoprefixer": "^10.0.0",
"babel-loader": "^9.0.0",
Expand Down
Loading

0 comments on commit 4bab043

Please sign in to comment.