Skip to content

Commit

Permalink
chore(e2e/jest): update angular monorepo to v17.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 23, 2024
1 parent 596996d commit f3c4cac
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 63 deletions.
120 changes: 66 additions & 54 deletions e2e/jest/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions e2e/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@
"test:jest:debug": "jest -i --watch"
},
"dependencies": {
"@angular/animations": "17.3.9",
"@angular/common": "17.3.9",
"@angular/compiler": "17.3.9",
"@angular/core": "17.3.9",
"@angular/forms": "17.3.9",
"@angular/platform-browser": "17.3.9",
"@angular/platform-browser-dynamic": "17.3.9",
"@angular/router": "17.3.9",
"@angular/animations": "17.3.10",
"@angular/common": "17.3.10",
"@angular/compiler": "17.3.10",
"@angular/core": "17.3.10",
"@angular/forms": "17.3.10",
"@angular/platform-browser": "17.3.10",
"@angular/platform-browser-dynamic": "17.3.10",
"@angular/router": "17.3.10",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"zone.js": "0.14.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.7",
"@angular/cli": "17.3.7",
"@angular/compiler-cli": "17.3.9",
"@angular/compiler-cli": "17.3.10",
"@types/jest": "29.5.12",
"@types/node": "20.12.12",
"jest": "29.7.0",
Expand Down

0 comments on commit f3c4cac

Please sign in to comment.