Skip to content

Commit

Permalink
build(deps-dev): bump zone.js from 0.11.8 to 0.14.2
Browse files Browse the repository at this point in the history
Bumps [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) from 0.11.8 to 0.14.2.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/packages/zone.js/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/zone.js-0.14.2/packages/zone.js)

---
updated-dependencies:
- dependency-name: zone.js
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 7, 2023
1 parent 1bd833b commit 8fbb79e
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 53 deletions.
2 changes: 1 addition & 1 deletion packages/adapters/angular/v11/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"rxjs": "6.5.5",
"tslib": "2.6.2",
"typescript": "4.1",
"zone.js": "0.11.8"
"zone.js": "0.14.2"
},
"peerDependencies": {
"@angular/core": "^11",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/angular/v12/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"rxjs": "7.6.0",
"tslib": "2.6.2",
"typescript": "4.3",
"zone.js": "0.11.8"
"zone.js": "0.14.2"
},
"peerDependencies": {
"@angular/core": "^12",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/angular/v13/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"rxjs": "7.6.0",
"tslib": "2.6.2",
"typescript": "4.6",
"zone.js": "0.11.8"
"zone.js": "0.14.2"
},
"peerDependencies": {
"@angular/core": "^13",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/angular/v14/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"rxjs": "7.6.0",
"tslib": "2.6.2",
"typescript": "4.8.4",
"zone.js": "0.12.0"
"zone.js": "0.14.2"
},
"peerDependencies": {
"@angular/core": "^14",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/angular/v15/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"rxjs": "7.8.1",
"tslib": "2.6.2",
"typescript": "4.9.5",
"zone.js": "0.12.0"
"zone.js": "0.14.2"
},
"peerDependencies": {
"@angular/core": "^15",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/angular/v16/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"rxjs": "7.8.1",
"tslib": "2.6.2",
"typescript": "5.1.6",
"zone.js": "0.13.3"
"zone.js": "0.14.2"
},
"peerDependencies": {
"@angular/core": "^16",
Expand Down
82 changes: 35 additions & 47 deletions pnpm-lock.yaml

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

0 comments on commit 8fbb79e

Please sign in to comment.