Skip to content

Commit

Permalink
fix(deps): update jest
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 1, 2022
1 parent 85ec457 commit 2ecadd6
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 97 deletions.
2 changes: 1 addition & 1 deletion config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"eslint-config-react-app": "7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "26.1.4",
"eslint-plugin-jest": "26.4.6",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.30.0",
Expand Down
6 changes: 3 additions & 3 deletions config/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"@babel/core": "7.17.12",
"@swc/core": "1.2.196",
"@swc/jest": "0.2.21",
"@types/jest": "27.4.1",
"@types/jest": "27.5.1",
"babel-jest": "28.1.0",
"find-up": "5.0.0",
"jest-watch-typeahead": "1.0.0",
"jest-watch-typeahead": "1.1.0",
"merge-deep": "3.0.3",
"react-test-renderer": "17.0.2",
"ts-jest": "28.0.2"
"ts-jest": "28.0.3"
},
"peerDependencies": {
"jest": "28.x",
Expand Down
112 changes: 19 additions & 93 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2ecadd6

Please sign in to comment.