Skip to content

Commit

Permalink
chore(deps): update dependency jest to v29.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 24, 2023
1 parent d293648 commit 134df16
Show file tree
Hide file tree
Showing 6 changed files with 197 additions and 197 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": "18.17.9",
"cypress": "12.17.4",
"jasmine-core": "5.0.1",
"jest": "29.6.3",
"jest": "29.6.4",
"ng-packagr": "16.1.0",
"ts-node": "10.9.1",
"typescript": "5.0.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 @@ -36,7 +36,7 @@
"@types/node": "18.17.9",
"cypress": "12.17.4",
"jasmine-core": "5.0.1",
"jest": "29.6.3",
"jest": "29.6.4",
"jest-junit": "16.0.0",
"ts-node": "10.9.1",
"typescript": "5.0.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": "^16.0.0"
},
"devDependencies": {
"jest": "29.6.3",
"jest": "29.6.4",
"rimraf": "^5.0.0",
"typescript": "5.0.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 @@ -58,7 +58,7 @@
"devDependencies": {
"@types/jest": "^29.5.1",
"cpy-cli": "^5.0.0",
"jest": "29.6.3",
"jest": "29.6.4",
"quicktype": "^15.0.260",
"rimraf": "^5.0.0",
"typescript": "5.0.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": "^5.0.0",
"jest": "29.6.3",
"jest": "29.6.4",
"quicktype": "^15.0.260",
"rimraf": "^5.0.0",
"typescript": "5.0.4"
Expand Down
Loading

0 comments on commit 134df16

Please sign in to comment.