Skip to content

Commit

Permalink
build(deps-dev): bump @types/jest from 26.0.24 to 29.2.4 (#91)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump @types/jest from 26.0.24 to 29.2.4

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.24 to 29.2.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

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

Signed-off-by: dependabot[bot] <[email protected]>

* chore: update jest for v29

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joao Pedro Henrique <[email protected]>
  • Loading branch information
dependabot[bot] and jpedroh authored Dec 10, 2022
1 parent fab0c23 commit afd9f1a
Show file tree
Hide file tree
Showing 3 changed files with 542 additions and 1,706 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"@testing-library/user-event": "^12.8.3",
"@types/adm-zip": "^0.4.33",
"@types/compression": "^1.7.2",
"@types/jest": "^26.0.8",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.9",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/uuid": "^9.0.0",
"autoprefixer": "^10.4.8",
"conventional-changelog-conventionalcommits": "^5.0.0",
"jest": "^26.2.2",
"jest": "^29.2.4",
"nx": "15.0.10",
"pg": "^8.3.0",
"pg-hstore": "^2.3.3",
Expand All @@ -32,7 +32,7 @@
"semantic-release": "^19.0.5",
"sequelize": "^6.3.4",
"tailwindcss": "^3.1.8",
"ts-jest": "^26.1.4",
"ts-jest": "^29.0.0",
"typescript": "^4.8.2"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/rpl-crawler/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ const { name } = require('./package.json')

module.exports = {
displayName: name,
name,
preset: 'ts-jest'
}
Loading

1 comment on commit afd9f1a

@vercel
Copy link

@vercel vercel bot commented on afd9f1a Dec 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mach – ./

mach.jpedroh.dev
mach-git-master-jpedroh.vercel.app
mach-jpedroh.vercel.app
mach-five.vercel.app

Please sign in to comment.