Skip to content

Commit

Permalink
chore(deps): update jest monorepo to v29
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2022
1 parent bd072e7 commit db2a91c
Show file tree
Hide file tree
Showing 4 changed files with 425 additions and 421 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"eslint": "^7.32.0",
"jest": "^28.0.0",
"jest": "^29.0.0",
"lint-staged": "^13.0.0",
"prettier": "^2.5.1",
"prop-types": "^15.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-recommended/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"eslint": "^7.32.0",
"jest": "^28.0.0",
"jest": "^29.0.0",
"lint-staged": "^13.0.0",
"prettier": "^2.5.1"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"@babel/preset-typescript": "^7.16.5",
"@types/dedent": "^0.7.0",
"@types/eslint": "^7.29.0",
"@types/jest": "^28.0.0",
"@types/jest": "^29.0.0",
"@types/node": "^18.0.0",
"babel-jest": "^28.0.0",
"babel-jest": "^29.0.0",
"dedent": "^0.7.0",
"eslint": "^7.32.0",
"jest": "^28.0.0",
"jest": "^29.0.0",
"lint-staged": "^13.0.0",
"prettier": "^2.5.1",
"typescript": "^4.5.4"
Expand Down
Loading

0 comments on commit db2a91c

Please sign in to comment.