Skip to content

Commit

Permalink
Bump jest-mock-console from 1.2.3 to 2.0.0 in /desktop
Browse files Browse the repository at this point in the history
Bumps [jest-mock-console](https://github.com/bpedersen/jest-mock-console) from 1.2.3 to 2.0.0.
- [Commits](https://github.com/bpedersen/jest-mock-console/commits)

---
updated-dependencies:
- dependency-name: jest-mock-console
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 5, 2023
1 parent f2ef26c commit fe18c04
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion desktop/flipper-plugin-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@types/react": "17.0.39",
"@types/string-natural-compare": "^3.0.2",
"jest-mock-console": "^1.2.3"
"jest-mock-console": "^2.0.0"
},
"peerDependencies": {
"@testing-library/dom": "^7.26.3"
Expand Down
2 changes: 1 addition & 1 deletion desktop/flipper-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@types/string-natural-compare": "^3.0.2",
"jest-mock-console": "^1.2.3"
"jest-mock-console": "^2.0.0"
},
"peerDependencies": {
"@ant-design/icons": "^4.2.2",
Expand Down
2 changes: 1 addition & 1 deletion desktop/flipper-ui-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@types/redux-mock-store": "^1.0.3",
"@types/uuid": "^8.3.4",
"flipper-test-utils": "0.0.0",
"jest-mock-console": "^1.2.3",
"jest-mock-console": "^2.0.0",
"redux-mock-store": "^1.0.1"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions desktop/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10193,10 +10193,10 @@ jest-message-util@^29.5.0:
slash "^3.0.0"
stack-utils "^2.0.3"

jest-mock-console@^1.2.3:
version "1.2.3"
resolved "https://registry.yarnpkg.com/jest-mock-console/-/jest-mock-console-1.2.3.tgz#4e725cd2c26d17051c35ce2c378129d52c2b4f61"
integrity sha512-q4jfuHW3V3tYzwtKTF6nxjRNriUC2/D2SVfxW88lNeG1qO1mVarBUqgOAvZjTEmxuTsjzGlHQsDIgvlOZaLccg==
jest-mock-console@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/jest-mock-console/-/jest-mock-console-2.0.0.tgz#65a7f7e59f606b588359801dc1a732bd270f6108"
integrity sha512-7zrKtXVut+6doalosFxw/2O9spLepQJ9VukODtyLIub2fFkWKe1TyQrxr/GyQogTQcdkHfhvFJdx1OEzLqf/mw==

jest-mock@^25.0.0, jest-mock@^25.5.0:
version "25.5.0"
Expand Down

0 comments on commit fe18c04

Please sign in to comment.