Skip to content

Commit

Permalink
fix(deps): update jest monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 9, 2022
1 parent df396cc commit 3c325ea
Show file tree
Hide file tree
Showing 4 changed files with 643 additions and 621 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@types/glob": "8.0.0",
"@types/jest": "29.2.0",
"@types/jest": "29.2.2",
"@types/node": "18.11.9",
"@types/react": "18.0.24",
"@types/react-dom": "18.0.8",
Expand All @@ -66,8 +66,8 @@
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "5.2.0",
"jest": "29.2.2",
"jest-environment-jsdom": "29.2.2",
"jest": "29.3.1",
"jest-environment-jsdom": "29.3.1",
"lerna": "6.0.1",
"prettier": "2.7.1",
"rimraf": "3.0.2",
Expand Down
10 changes: 5 additions & 5 deletions web-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.4.3",
"@types/jest": "29.2.0",
"@types/jest": "29.2.2",
"@types/node": "18.11.9",
"@types/react": "18.0.24",
"@types/react-dom": "18.0.8",
"@typescript-eslint/eslint-plugin": "5.42.0",
"@typescript-eslint/parser": "5.42.0",
"babel-eslint": "10.1.0",
"babel-jest": "29.2.2",
"babel-jest": "29.3.1",
"babel-loader": "8.2.5",
"babel-plugin-named-asset-import": "0.3.8",
"babel-preset-react-app": "10.0.1",
Expand All @@ -43,9 +43,9 @@
"fs-extra": "10.1.0",
"html-webpack-plugin": "4.5.2",
"identity-obj-proxy": "3.0.0",
"jest": "29.2.2",
"jest-circus": "29.2.2",
"jest-resolve": "29.2.2",
"jest": "29.3.1",
"jest-circus": "29.3.1",
"jest-resolve": "29.3.1",
"jest-watch-typeahead": "2.2.0",
"mini-css-extract-plugin": "0.12.0",
"optimize-css-assets-webpack-plugin": "6.0.1",
Expand Down
Loading

0 comments on commit 3c325ea

Please sign in to comment.