Skip to content

Commit

Permalink
chore(deps): update testing (#4098)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 9, 2024
1 parent 6b9c131 commit bc713aa
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 301 deletions.
4 changes: 2 additions & 2 deletions config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"eslint-config-react-app": "7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-jest": "28.7.0",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "6.2.0",
"eslint-plugin-testing-library": "6.2.2",
"prettier": "3.3.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion config/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@babel/core": "7.25.2",
"@swc/core": "1.4.11",
"@swc/core": "1.7.6",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.12",
"babel-jest": "29.7.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@marigold/jest-config": "workspace:*",
"@marigold/prettier-config": "workspace:*",
"@marigold/tsconfig": "workspace:*",
"@testing-library/dom": "10.2.0",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"@types/node": "20.14.13",
Expand Down
Loading

0 comments on commit bc713aa

Please sign in to comment.