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 20, 2022
1 parent 431c1f8 commit cb22763
Show file tree
Hide file tree
Showing 4 changed files with 450 additions and 1,278 deletions.
4 changes: 2 additions & 2 deletions packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.10",
"babel-jest": "^28.1.3",
"babel-jest": "^29.3.1",
"hookem": "^2.0.1",
"jest-cli": "^28.1.3"
"jest-cli": "^29.3.1"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-4catalyzer-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^28.1.3",
"jest": "^29.3.1",
"lodash": "^4.17.21",
"react": "^18.2.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"author": "4Catalyzer",
"license": "MIT",
"dependencies": {
"babel-jest": "^28.1.3",
"babel-jest": "^29.3.1",
"find-yarn-workspace-root": "^2.0.0"
},
"devDependencies": {
"jest": "^28.1.3"
"jest": "^29.3.1"
}
}
Loading

0 comments on commit cb22763

Please sign in to comment.