Skip to content

Commit

Permalink
chore(deps): update testing (#2626)
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] committed Nov 11, 2022
1 parent fc76571 commit f651733
Show file tree
Hide file tree
Showing 4 changed files with 3,374 additions and 9,482 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": "27.1.3",
"eslint-plugin-jest": "27.1.5",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.10",
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,8 +24,8 @@
"@babel/core": "7.20.2",
"@swc/core": "1.3.11",
"@swc/jest": "0.2.23",
"@types/jest": "29.2.1",
"babel-jest": "29.2.2",
"@types/jest": "29.2.2",
"babel-jest": "29.3.1",
"find-up": "5.0.0",
"jest-watch-typeahead": "2.2.0",
"merge-deep": "3.0.3",
Expand All @@ -39,7 +39,7 @@
"typescript": "4.x"
},
"devDependencies": {
"jest": "29.2.2",
"jest": "29.3.1",
"react": "18.2.0",
"typescript": "4.8.4"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"dotenv": "16.0.2",
"eslint": "8.26.0",
"husky": "8.0.2",
"jest": "29.2.2",
"jest-environment-jsdom": "29.2.2",
"jest": "29.3.1",
"jest-environment-jsdom": "29.3.1",
"prettier": "2.7.1",
"pretty-quick": "3.1.3",
"react": "18.2.0",
Expand Down
Loading

0 comments on commit f651733

Please sign in to comment.