]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: fix conflicting peer dependency: postcss@8.4.21 50047/head
authorNizamudeen A <nia@redhat.com>
Thu, 9 Feb 2023 06:53:08 +0000 (12:23 +0530)
committerNizamudeen A <nia@redhat.com>
Thu, 9 Feb 2023 06:53:08 +0000 (12:23 +0530)
The overrides was done by me as a workaround for an issue in postcss
when i upgraded to angular 13. but it looks like that issue was no more
when i tested with the latest.

Fixes: https://tracker.ceph.com/issues/58475
Signed-off-by: Nizamudeen A <nia@redhat.com>
src/pybind/mgr/dashboard/frontend/package.json

index 6ca0fddfda7e27839ad3bccec91234b484106e41..d50ff23b5c70760a107ffa290bed3a2a87438526 100644 (file)
   },
   "cypress-cucumber-preprocessor": {
     "nonGlobalStepDefinitions": true
-  },
-  "overrides": {
-    "autoprefixer": "10.4.5"
   }
 }