mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
120243: Update overrides after upgrade
This commit is contained in:

committed by
Yury Bondarenko

parent
c52c4542ce
commit
ae32581d20
28
package.json
28
package.json
@@ -57,20 +57,20 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"@kolkov/ngx-gallery": {
|
"@kolkov/ngx-gallery": {
|
||||||
"@angular/animations": "^17.3.11",
|
"@angular/animations": "^18.2.12",
|
||||||
"@angular/common": "^17.3.11",
|
"@angular/common": "^18.2.12",
|
||||||
"@angular/core": "^17.3.11"
|
"@angular/core": "^18.2.12"
|
||||||
},
|
},
|
||||||
"@ng-bootstrap/ng-bootstrap": {
|
"@ng-bootstrap/ng-bootstrap": {
|
||||||
"@angular/common": "^17.3.11",
|
"@angular/common": "^18.2.12",
|
||||||
"@angular/core": "^17.3.11",
|
"@angular/core": "^18.2.12",
|
||||||
"@angular/forms": "^17.3.11",
|
"@angular/forms": "^18.2.12",
|
||||||
"@angular/localize": "^17.3.11"
|
"@angular/localize": "^18.2.12"
|
||||||
},
|
},
|
||||||
"@ng-dynamic-forms/core": {
|
"@ng-dynamic-forms/core": {
|
||||||
"@angular/common": "^17.3.11",
|
"@angular/common": "^18.2.12",
|
||||||
"@angular/core": "^17.3.11",
|
"@angular/core": "^18.2.12",
|
||||||
"@angular/forms": "^17.3.11"
|
"@angular/forms": "^18.2.12"
|
||||||
},
|
},
|
||||||
"@ng-dynamic-forms/ui-ng-bootstrap": {
|
"@ng-dynamic-forms/ui-ng-bootstrap": {
|
||||||
"ngx-mask": "14.2.4",
|
"ngx-mask": "14.2.4",
|
||||||
@@ -78,15 +78,15 @@
|
|||||||
"bootstrap": "^5.3"
|
"bootstrap": "^5.3"
|
||||||
},
|
},
|
||||||
"@nicky-lenaers/ngx-scroll-to": {
|
"@nicky-lenaers/ngx-scroll-to": {
|
||||||
"@angular/common": "^17.3.11",
|
"@angular/common": "^18.2.12",
|
||||||
"@angular/core": "^17.3.11"
|
"@angular/core": "^18.2.12"
|
||||||
},
|
},
|
||||||
"eslint-plugin-unused-imports": {
|
"eslint-plugin-unused-imports": {
|
||||||
"@typescript-eslint/eslint-plugin": "^7.2.0"
|
"@typescript-eslint/eslint-plugin": "^7.2.0"
|
||||||
},
|
},
|
||||||
"ngx-infinite-scroll": {
|
"ngx-infinite-scroll": {
|
||||||
"@angular/common": "^17.3.11",
|
"@angular/common": "^18.2.12",
|
||||||
"@angular/core": "^17.3.11"
|
"@angular/core": "^18.2.12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
Reference in New Issue
Block a user