Pin zone.js dependency to ~0.14.0

This is a peer dependency of Angular so we should keep it in sync
to avoid dependency conflicts. DSpace 8.x uses Angular 17.x so we
can pin the same version.

See: https://github.com/angular/angular/blob/17.3.x/packages/core/package.json
This commit is contained in:
Alan Orth
2025-06-04 09:34:34 +03:00
parent 4855772489
commit 418bf7d4ea
2 changed files with 7 additions and 5 deletions

View File

@@ -121,7 +121,7 @@
"reflect-metadata": "^0.2.2", "reflect-metadata": "^0.2.2",
"rxjs": "^7.8.2", "rxjs": "^7.8.2",
"uuid": "^8.3.2", "uuid": "^8.3.2",
"zone.js": "~0.15.1" "zone.js": "~0.14.0"
}, },
"devDependencies": { "devDependencies": {
"@angular-builders/custom-webpack": "~17.0.2", "@angular-builders/custom-webpack": "~17.0.2",

View File

@@ -5288,9 +5288,11 @@ eslint-plugin-deprecation@^1.4.1:
"eslint-plugin-dspace-angular-html@link:./lint/dist/src/rules/html": "eslint-plugin-dspace-angular-html@link:./lint/dist/src/rules/html":
version "0.0.0" version "0.0.0"
uid ""
"eslint-plugin-dspace-angular-ts@link:./lint/dist/src/rules/ts": "eslint-plugin-dspace-angular-ts@link:./lint/dist/src/rules/ts":
version "0.0.0" version "0.0.0"
uid ""
eslint-plugin-import-newlines@^1.3.1: eslint-plugin-import-newlines@^1.3.1:
version "1.4.0" version "1.4.0"
@@ -11449,7 +11451,7 @@ yocto-queue@^1.0.0:
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.1.1.tgz#fef65ce3ac9f8a32ceac5a634f74e17e5b232110" resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.1.1.tgz#fef65ce3ac9f8a32ceac5a634f74e17e5b232110"
integrity sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g== integrity sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==
zone.js@~0.15.1: zone.js@~0.14.0:
version "0.15.1" version "0.14.10"
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.15.1.tgz#1e109adb75f80e9e004ee8e0d4a0a52e0a336481" resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.14.10.tgz#23b8b29687c6bffece996e5ee5b854050e7775c8"
integrity sha512-XE96n56IQpJM7NAoXswY3XRLcWFW83xe0BiAOeMD7K5k5xecOeul3Qcpx6GqEeeHNkW5DWL5zOyTbEfB4eti8w== integrity sha512-YGAhaO7J5ywOXW6InXNlLmfU194F8lVgu7bRntUF3TiG8Y3nBK0x1UJJuHUP/e8IyihkjCYqhCScpSwnlaSRkQ==