Skip to content

Commit

Permalink
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.6.4 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 29.5.4 to 29.5.5
- [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:production
  update-type: version-update:semver-minor
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 42fc52d commit 5ae63e3
Show file tree
Hide file tree
Showing 3 changed files with 297 additions and 285 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"author": "",
"license": "MIT",
"dependencies": {
"jest": "^29.6.4",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"prettier": "^2.8.7",
"tsx": "^3.12.10"
},
"devDependencies": {
"@mirohq/prettier-config": "^2.0.0",
"@types/jest": "^29.5.4",
"@types/jest": "^29.5.5",
"esbuild": "^0.19.3",
"esbuild-jest": "^0.5.0",
"husky": "^8.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/miro-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"typedoc": "0.23.24"
},
"devDependencies": {
"@types/jest": "^29.5.4",
"@types/jest": "^29.5.5",
"@types/node": "^12",
"@types/node-fetch": "^2.6.4",
"jest": "^29.6.4",
"jest": "^29.7.0",
"typedoc": "^0.23.25",
"typedoc-plugin-missing-exports": "^1.0.0",
"typescript": "^4.0"
Expand Down
Loading

0 comments on commit 5ae63e3

Please sign in to comment.