Skip to content

Commit

Permalink
chore(deps): update dependency zone.js to ~0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 4, 2024
1 parent ebfbdac commit 98e90d3
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 9 deletions.
2 changes: 1 addition & 1 deletion angular/bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"@angular/platform-browser-dynamic": "^18.2.10",
"ng-packagr": "^18.2.1",
"rxjs": "^7.8.1",
"zone.js": "~0.14.10"
"zone.js": "~0.15.0"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion angular/headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"@angular/platform-browser-dynamic": "^18.2.10",
"ng-packagr": "^18.2.1",
"rxjs": "^7.8.1",
"zone.js": "~0.14.10"
"zone.js": "~0.15.0"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion angular/ssr-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"express": "^4.21.1",
"rxjs": "^7.8.1",
"tslib": "^2.8.1",
"zone.js": "~0.14.10"
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.11",
Expand Down
2 changes: 1 addition & 1 deletion demo/src/lib/stackblitz/angular-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"rxjs": "^7.8.1",
"tslib": "^2.8.1",
"typescript": "~5.5.4",
"zone.js": "~0.14.10"
"zone.js": "~0.15.0"
}
}
2 changes: 1 addition & 1 deletion demo/src/lib/stackblitz/angular-daisyui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"tailwindcss": "^3.4.14",
"tslib": "^2.8.1",
"typescript": "~5.5.4",
"zone.js": "~0.14.10"
"zone.js": "~0.15.0"
}
}
29 changes: 25 additions & 4 deletions package-lock.json

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

0 comments on commit 98e90d3

Please sign in to comment.