Skip to content

Commit

Permalink
Merge pull request #647 from reg-viz/renovate/jest-monorepo
Browse files Browse the repository at this point in the history
chore(deps): update dependency @types/jest to v27.5.2
  • Loading branch information
Quramy committed Mar 2, 2024
2 parents a2783e8 + 5e8623e commit 1758a1e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/reg-keygen-git-hash-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"shell-escape": "^0.2.0"
},
"devDependencies": {
"@types/jest": "27.4.1",
"@types/jest": "27.5.2",
"@types/shell-escape": "0.2.3",
"glob": "7.2.3",
"jest": "27.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/reg-notify-github-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"repository": "git+https://github.com/reg-viz/reg-suit.git",
"license": "MIT",
"devDependencies": {
"@types/jest": "27.4.1",
"@types/jest": "27.5.2",
"jest": "27.5.1",
"reg-suit-interface": "^0.14.2",
"ts-jest": "27.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/reg-notify-gitlab-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"repository": "git+https://github.com/reg-viz/reg-suit.git",
"license": "MIT",
"devDependencies": {
"@types/jest": "27.4.1",
"@types/jest": "27.5.2",
"@types/sinon": "10.0.11",
"jest": "27.5.1",
"reg-suit-interface": "^0.14.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/reg-suit-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"rimraf": "^5.0.1"
},
"devDependencies": {
"@types/jest": "27.4.1",
"@types/jest": "27.5.2",
"jest": "27.5.1",
"reg-suit-interface": "^0.14.2",
"ts-jest": "27.1.5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2854,10 +2854,10 @@
dependencies:
"@types/istanbul-lib-report" "*"

"@types/jest@27.4.1":
version "27.4.1"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.4.1.tgz#185cbe2926eaaf9662d340cc02e548ce9e11ab6d"
integrity sha512-23iPJADSmicDVrWk+HT58LMJtzLAnB2AgIzplQuq/bSrGaxCrlvRFjGbXmamnnk/mAmCdLStiGqggu28ocUyiw==
"@types/jest@27.5.2":
version "27.5.2"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.5.2.tgz#ec49d29d926500ffb9fd22b84262e862049c026c"
integrity sha512-mpT8LJJ4CMeeahobofYWIjFo0xonRS/HfxnVEPMPFSQdGUt1uHCnoPT7Zhb+sjDU2wz0oKV0OLUR0WzrHNgfeA==
dependencies:
jest-matcher-utils "^27.0.0"
pretty-format "^27.0.0"
Expand Down

0 comments on commit 1758a1e

Please sign in to comment.