Skip to content

Commit

Permalink
chore(deps): update testing
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 21, 2023
1 parent e1b64e1 commit 241365b
Show file tree
Hide file tree
Showing 4 changed files with 3,850 additions and 9,916 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.27.5",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-testing-library": "5.10.3",
"eslint-plugin-testing-library": "5.11.0",
"prettier": "2.8.8"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions config/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
},
"dependencies": {
"@babel/core": "7.21.8",
"@swc/core": "1.3.56",
"@swc/core": "1.3.70",
"@swc/jest": "0.2.26",
"@types/jest": "29.5.1",
"babel-jest": "29.5.0",
"@types/jest": "29.5.3",
"babel-jest": "29.6.1",
"jest-watch-typeahead": "2.2.2",
"merge-deep": "3.0.3",
"react-test-renderer": "18.2.0"
Expand All @@ -37,7 +37,7 @@
"typescript": "4.x || 5.x"
},
"devDependencies": {
"jest": "29.5.0",
"jest": "29.6.1",
"jest-transform-css": "6.0.1",
"react": "18.2.0",
"typescript": "5.0.4"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"@marigold/jest-config": "workspace:*",
"@marigold/prettier-config": "workspace:*",
"@marigold/tsconfig": "workspace:*",
"@testing-library/dom": "9.2.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/dom": "9.3.1",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "14.0.0",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.4.3",
"@types/node": "18.16.19",
"all-contributors-cli": "6.24.0",
"eslint": "8.44.0",
"husky": "8.0.3",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"jest": "29.6.1",
"jest-environment-jsdom": "29.6.1",
"prettier": "2.8.8",
"pretty-quick": "3.1.3",
"react": "18.2.0",
Expand Down
Loading

0 comments on commit 241365b

Please sign in to comment.