Skip to content

Commit

Permalink
chore(deps): update jest (#2124)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Sebastian Sebald <sebastian.sebald@reservix.de>
  • Loading branch information
3 people authored Jun 1, 2022
1 parent 5067cc8 commit bdd3e2b
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 97 deletions.
6 changes: 6 additions & 0 deletions .changeset/silver-garlics-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@marigold/eslint-config": patch
"@marigold/jest-config": patch
---

fix(deps): update jest
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 bdd3e2b

Please sign in to comment.