From 44889b1c6fc4cfa96f3892baf621a2330d49772d Mon Sep 17 00:00:00 2001 From: Tim Donohue Date: Thu, 24 Oct 2024 17:03:54 -0500 Subject: [PATCH] Move @material-ui depedencies & other mirador dependencies to dev dependencies. Only needed to avoid yarn install warnings --- package.json | 9 +++++---- yarn.lock | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 47566617d40..e4f31e4934b 100644 --- a/package.json +++ b/package.json @@ -69,8 +69,6 @@ "@angular/ssr": "^17.3.10", "@babel/runtime": "7.25.9", "@kolkov/ngx-gallery": "^2.0.1", - "@material-ui/core": "^4.11.0", - "@material-ui/icons": "^4.11.3", "@ng-bootstrap/ng-bootstrap": "^11.0.0", "@ng-dynamic-forms/core": "^16.0.0", "@ng-dynamic-forms/ui-ng-bootstrap": "^16.0.0", @@ -120,8 +118,6 @@ "ngx-ui-switch": "^14.1.0", "nouislider": "^15.7.1", "pem": "1.14.8", - "prop-types": "^15.8.1", - "react-copy-to-clipboard": "^5.1.0", "reflect-metadata": "^0.2.2", "rxjs": "^7.8.0", "uuid": "^8.3.2", @@ -141,6 +137,8 @@ "@angular/language-service": "^17.3.11", "@cypress/schematic": "^1.5.0", "@fortawesome/fontawesome-free": "^6.4.0", + "@material-ui/core": "^4.12.4", + "@material-ui/icons": "^4.11.3", "@ngrx/store-devtools": "^17.1.1", "@ngtools/webpack": "^16.2.16", "@types/deep-freeze": "0.1.5", @@ -159,6 +157,7 @@ "compression-webpack-plugin": "^9.2.0", "copy-webpack-plugin": "^6.4.1", "cross-env": "^7.0.3", + "csstype": "^3.1.3", "cypress": "^13.15.0", "cypress-axe": "^1.5.0", "deep-freeze": "0.0.1", @@ -190,7 +189,9 @@ "postcss-import": "^14.0.0", "postcss-loader": "^4.0.3", "postcss-preset-env": "^7.4.2", + "prop-types": "^15.8.1", "react": "^16.14.0", + "react-copy-to-clipboard": "^5.1.0", "react-dom": "^16.14.0", "rimraf": "^3.0.2", "sass": "~1.80.3", diff --git a/yarn.lock b/yarn.lock index a31ae0b6e48..1633bb631b2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1970,7 +1970,7 @@ dependencies: call-bind "^1.0.7" -"@material-ui/core@^4.11.0": +"@material-ui/core@^4.11.0", "@material-ui/core@^4.12.4": version "4.12.4" resolved "https://registry.yarnpkg.com/@material-ui/core/-/core-4.12.4.tgz#4ac17488e8fcaf55eb6a7f5efb2a131e10138a73" integrity sha512-tr7xekNlM9LjA6pagJmL8QCgZXaubWUwkJnoYcMKd4gw/t4XiyvnTkjdGrUVicyB2BsdaAv1tvow45bPM4sSwQ== @@ -4563,7 +4563,7 @@ csstype@^2.5.2: resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.21.tgz#2efb85b7cc55c80017c66a5ad7cbd931fda3a90e" integrity sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w== -csstype@^3.0.2: +csstype@^3.0.2, csstype@^3.1.3: version "3.1.3" resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81" integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==