Skip to content

Commit

Permalink
Update jest monorepo to v29
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 25, 2022
1 parent 71fb412 commit 7b86dc6
Show file tree
Hide file tree
Showing 2 changed files with 438 additions and 286 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -37,11 +37,11 @@
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.14.7",
"@jest/expect-utils": "^28.0.0",
"@jest/expect-utils": "^29.0.0",
"@types/jest": "^28.0.0",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"babel-jest": "^28.0.0",
"babel-jest": "^29.0.0",
"babel-jest-assertions": "^0.1.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.3.0",
Expand All @@ -50,16 +50,16 @@
"eslint-plugin-jest": "^26.0.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^8.0.0",
"jest": "^28.0.0",
"jest": "^29.0.0",
"jest-serializer-ansi-escapes": "^2.0.1",
"jest-watch-typeahead": "^2.0.0",
"lint-staged": "^13.0.0",
"prettier": "^2.3.2",
"typescript": "^4.4.3"
},
"dependencies": {
"jest-diff": "^28.0.0",
"jest-get-type": "^28.0.0"
"jest-diff": "^29.0.0",
"jest-get-type": "^29.0.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
Expand Down

0 comments on commit 7b86dc6

Please sign in to comment.