Skip to content

Commit

Permalink
Merge pull request #583 from reg-viz/renovate/jest-monorepo
Browse files Browse the repository at this point in the history
chore(deps): update jest monorepo
  • Loading branch information
Quramy authored Mar 28, 2022
2 parents 66965ef + fb99127 commit 4c8e1d4
Show file tree
Hide file tree
Showing 5 changed files with 688 additions and 464 deletions.
4 changes: 2 additions & 2 deletions packages/reg-keygen-git-hash-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"shell-escape": "^0.2.0"
},
"devDependencies": {
"@types/jest": "27.4.0",
"@types/jest": "27.4.1",
"@types/shell-escape": "0.2.0",
"glob": "7.2.0",
"jest": "27.4.5",
"jest": "27.5.1",
"reg-suit-interface": "^0.11.0",
"rimraf": "3.0.2",
"ts-jest": "27.1.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/reg-notify-github-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"repository": "git+https://github.com/reg-viz/reg-suit.git",
"license": "MIT",
"devDependencies": {
"@types/jest": "27.4.0",
"@types/jest": "27.4.1",
"@types/request-promise": "4.1.48",
"jest": "27.4.5",
"jest": "27.5.1",
"reg-suit-interface": "^0.11.0",
"ts-jest": "27.1.4",
"typescript": "4.5.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/reg-notify-gitlab-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"repository": "git+https://github.com/reg-viz/reg-suit.git",
"license": "MIT",
"devDependencies": {
"@types/jest": "27.4.0",
"@types/jest": "27.4.1",
"@types/request-promise": "4.1.48",
"@types/sinon": "10.0.11",
"jest": "27.4.5",
"jest": "27.5.1",
"reg-suit-interface": "^0.11.0",
"sinon": "11.1.2",
"ts-jest": "27.1.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/reg-suit-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"rimraf": "^3.0.2"
},
"devDependencies": {
"@types/jest": "27.4.0",
"jest": "27.4.5",
"@types/jest": "27.4.1",
"jest": "27.5.1",
"reg-suit-interface": "^0.11.0",
"ts-jest": "27.1.4",
"typescript": "4.5.2"
Expand Down
Loading

0 comments on commit 4c8e1d4

Please sign in to comment.