Skip to content

Commit 16943fe

Browse files
authored
Merge pull request DSpace#3171 from pastr/remove-material-ui
Remove material-ui dependency
2 parents 8f70d3d + a737719 commit 16943fe

2 files changed

Lines changed: 20 additions & 28 deletions

File tree

package-lock.json

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 20 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -57,42 +57,42 @@
5757
"private": true,
5858
"overrides": {
5959
"@kolkov/ngx-gallery": {
60-
"@angular/animations": "^17.3.11",
61-
"@angular/common": "^17.3.11",
62-
"@angular/core": "^17.3.11"
60+
"@angular/animations": "^17.3.11",
61+
"@angular/common": "^17.3.11",
62+
"@angular/core": "^17.3.11"
6363
},
6464
"@ng-bootstrap/ng-bootstrap": {
65-
"@angular/common": "^17.3.11",
66-
"@angular/core": "^17.3.11",
67-
"@angular/forms": "^17.3.11",
68-
"@angular/localize": "^17.3.11"
65+
"@angular/common": "^17.3.11",
66+
"@angular/core": "^17.3.11",
67+
"@angular/forms": "^17.3.11",
68+
"@angular/localize": "^17.3.11"
6969
},
7070
"@ng-dynamic-forms/core": {
71-
"@angular/common": "^17.3.11",
72-
"@angular/core": "^17.3.11",
73-
"@angular/forms": "^17.3.11"
71+
"@angular/common": "^17.3.11",
72+
"@angular/core": "^17.3.11",
73+
"@angular/forms": "^17.3.11"
7474
},
7575
"@ng-dynamic-forms/ui-ng-bootstrap": {
76-
"ngx-mask": "14.2.4"
76+
"ngx-mask": "14.2.4"
7777
},
7878
"@ngtools/webpack": {
79-
"@angular/compiler-cli": "^17.3.11",
80-
"typescript": "~5.3.3"
79+
"@angular/compiler-cli": "^17.3.11",
80+
"typescript": "~5.3.3"
8181
},
8282
"@nicky-lenaers/ngx-scroll-to": {
83-
"@angular/common": "^17.3.11",
84-
"@angular/core": "^17.3.11"
83+
"@angular/common": "^17.3.11",
84+
"@angular/core": "^17.3.11"
8585
},
8686
"eslint-plugin-unused-imports": {
87-
"@typescript-eslint/eslint-plugin": "^7.2.0"
87+
"@typescript-eslint/eslint-plugin": "^7.2.0"
8888
},
8989
"ng2-file-upload": {
90-
"@angular/common": "^17.3.11",
91-
"@angular/core": "^17.3.11"
90+
"@angular/common": "^17.3.11",
91+
"@angular/core": "^17.3.11"
9292
},
9393
"ngx-infinite-scroll": {
94-
"@angular/common": "^17.3.11",
95-
"@angular/core": "^17.3.11"
94+
"@angular/common": "^17.3.11",
95+
"@angular/core": "^17.3.11"
9696
}
9797
},
9898
"dependencies": {
@@ -110,8 +110,6 @@
110110
"@angular/ssr": "^17.3.8",
111111
"@babel/runtime": "7.21.0",
112112
"@kolkov/ngx-gallery": "^2.0.1",
113-
"@material-ui/core": "^4.11.0",
114-
"@material-ui/icons": "^4.11.3",
115113
"@ng-bootstrap/ng-bootstrap": "^11.0.0",
116114
"@ng-dynamic-forms/core": "^16.0.0",
117115
"@ng-dynamic-forms/ui-ng-bootstrap": "^16.0.0",
@@ -163,8 +161,6 @@
163161
"ngx-ui-switch": "^14.1.0",
164162
"nouislider": "^15.7.1",
165163
"pem": "1.14.7",
166-
"prop-types": "^15.8.1",
167-
"react-copy-to-clipboard": "^5.1.0",
168164
"reflect-metadata": "^0.1.13",
169165
"rxjs": "^7.8.0",
170166
"sanitize-html": "^2.12.1",

0 commit comments

Comments
 (0)