Skip to content

Commit

Permalink
build: update zone.js to ^0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Sep 20, 2023
1 parent fe64193 commit ca8e04f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,6 @@
"webpack-subresource-integrity": "5.1.0",
"yargs": "17.7.2",
"yargs-parser": "21.1.1",
"zone.js": "^0.13.0"
"zone.js": "^0.14.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"tslib": "^2.3.0",
"ts-node": "~10.9.0",
"typescript": "~5.2.2",
"zone.js": "~0.13.0"
"zone.js": "~0.14.0"
}
}
2 changes: 1 addition & 1 deletion tests/legacy-cli/e2e/assets/webpack/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@angular/router": "^17.0.0-next",
"@ngtools/webpack": "0.0.0",
"rxjs": "^6.6.7",
"zone.js": "^0.13.0"
"zone.js": "^0.14.0"
},
"devDependencies": {
"sass": "^1.32.8",
Expand Down
14 changes: 5 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@
tslib "^2.3.0"

"@angular/bazel@https://github.com/angular/bazel-builds.git#184fafd0b36bea2adf17b60592dccebe6a605699":
version "17.0.0-next.4+sha-e353229"
uid "184fafd0b36bea2adf17b60592dccebe6a605699"
version "17.0.0-next.4"
resolved "https://github.com/angular/bazel-builds.git#184fafd0b36bea2adf17b60592dccebe6a605699"
dependencies:
"@microsoft/api-extractor" "^7.24.2"
Expand All @@ -142,7 +141,6 @@

"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#846fcd1dc50a1e0a9ef5ba842ea588749921efd1":
version "0.0.0-b57414124cf00fcbf1ecb190bdeb1a1396361424"
uid "846fcd1dc50a1e0a9ef5ba842ea588749921efd1"
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#846fcd1dc50a1e0a9ef5ba842ea588749921efd1"
dependencies:
"@angular-devkit/build-angular" "17.0.0-next.4"
Expand Down Expand Up @@ -307,7 +305,6 @@

"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#1eb7b574d63c1ba0a199e4272dee28de31c03084":
version "0.0.0-b57414124cf00fcbf1ecb190bdeb1a1396361424"
uid "1eb7b574d63c1ba0a199e4272dee28de31c03084"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#1eb7b574d63c1ba0a199e4272dee28de31c03084"
dependencies:
"@yarnpkg/lockfile" "^1.1.0"
Expand Down Expand Up @@ -10973,7 +10970,6 @@ [email protected], sass@^1.55.0:

"sauce-connect-proxy@https://saucelabs.com/downloads/sc-4.9.1-linux.tar.gz":
version "0.0.0"
uid "9310bc860f7870a1f872b11c4dc6073a1ad34e5e"
resolved "https://saucelabs.com/downloads/sc-4.9.1-linux.tar.gz#9310bc860f7870a1f872b11c4dc6073a1ad34e5e"

saucelabs@^1.5.0:
Expand Down Expand Up @@ -12960,9 +12956,9 @@ z-schema@~5.0.2:
optionalDependencies:
commander "^10.0.0"

zone.js@^0.13.0:
version "0.13.3"
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.13.3.tgz#344c24098fa047eda6427a4c7ed486e391fd67b5"
integrity sha512-MKPbmZie6fASC/ps4dkmIhaT5eonHkEt6eAy80K42tAm0G2W+AahLJjbfi6X9NPdciOE9GRFTTM8u2IiF6O3ww==
zone.js@^0.14.0:
version "0.14.0"
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.14.0.tgz#ddab2133e8a88be4b225fc2a414e8357f9902a68"
integrity sha512-Sz0G0TjMuyApIcuTJeK742+xLLKEPjYtkdBEazBlYePHkICVp9DPKqI/4dJt3LCtQBd52sCxz23uAFJ2OJa6Ow==
dependencies:
tslib "^2.3.0"

0 comments on commit ca8e04f

Please sign in to comment.