Skip to content

Commit

Permalink
chore(deps): update dependency jest to v28.1.3 (#1224)
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] authored Aug 18, 2022
1 parent d4ecb42 commit 2079e77
Show file tree
Hide file tree
Showing 6 changed files with 426 additions and 312 deletions.
2 changes: 1 addition & 1 deletion examples/jest/multiple-apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/node": "16.11.25",
"cypress": "9.7.0",
"jasmine-core": "4.0.1",
"jest": "28.1.0",
"jest": "28.1.3",
"ng-packagr": "14.0.3",
"ts-node": "10.8.1",
"typescript": "4.6.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/jest/simple-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/node": "16.11.25",
"cypress": "9.7.0",
"jasmine-core": "4.0.1",
"jest": "28.1.0",
"jest": "28.1.3",
"jest-junit": "13.0.0",
"ts-node": "10.8.1",
"typescript": "4.6.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/custom-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@angular/compiler-cli": "^14.0.0"
},
"devDependencies": {
"jest": "28.1.0",
"jest": "28.1.3",
"rimraf": "^3.0.2",
"typescript": "4.6.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"devDependencies": {
"@types/jest": "^28.1.0",
"cpy-cli": "^3.1.1",
"jest": "28.1.0",
"jest": "28.1.3",
"quicktype": "^15.0.260",
"rimraf": "^3.0.2",
"typescript": "4.6.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/timestamp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@types/dateformat": "^5.0.0",
"cpy-cli": "^3.1.1",
"jest": "28.1.0",
"jest": "28.1.3",
"quicktype": "^15.0.260",
"rimraf": "^3.0.2",
"typescript": "4.6.4"
Expand Down
Loading

0 comments on commit 2079e77

Please sign in to comment.