diff --git a/Accounts/package.json b/Accounts/package.json index ecb278c1b8..2745892dcc 100644 --- a/Accounts/package.json +++ b/Accounts/package.json @@ -28,7 +28,6 @@ "dependencies": { "Common": "file:../Common", "CommonServer": "file:../CommonServer", - "CommonUI": "file:../CommonUI", "css-loader": "^6.11.0", "dotenv": "^16.4.5", "express": "^4.19.2", diff --git a/AdminDashboard/package.json b/AdminDashboard/package.json index 2d40546a23..ead39cf566 100644 --- a/AdminDashboard/package.json +++ b/AdminDashboard/package.json @@ -6,7 +6,6 @@ "Common": "file:../Common", "CommonServer": "file:../CommonServer", - "CommonUI": "file:../CommonUI", "dotenv": "^16.4.5", "file-loader": "^6.2.0", "react": "^18.3.1", diff --git a/Copilot/Dockerfile.tpl b/Copilot/Dockerfile.tpl index 4f980bf1a9..b04fcde099 100644 --- a/Copilot/Dockerfile.tpl +++ b/Copilot/Dockerfile.tpl @@ -49,12 +49,6 @@ RUN npm install COPY ./CommonServer /usr/src/CommonServer -WORKDIR /usr/src/CommonUI -COPY ./CommonUI/package*.json /usr/src/CommonUI/ -# Set version in ./CommonServer/package.json to the APP_VERSION -RUN sed -i "s/\"version\": \".*\"/\"version\": \"$APP_VERSION\"/g" /usr/src/CommonUI/package.json -RUN npm install -COPY ./CommonUI /usr/src/CommonUI ENV PRODUCTION=true diff --git a/Dashboard/package.json b/Dashboard/package.json index 64fcc3575a..e08dcdb704 100644 --- a/Dashboard/package.json +++ b/Dashboard/package.json @@ -33,7 +33,6 @@ "Common": "file:../Common", "CommonServer": "file:../CommonServer", - "CommonUI": "file:../CommonUI", "dotenv": "^16.4.5", "file-loader": "^6.2.0", "react": "^18.3.1", diff --git a/StatusPage/package-lock.json b/StatusPage/package-lock.json index b726af4354..fdf326ea86 100644 --- a/StatusPage/package-lock.json +++ b/StatusPage/package-lock.json @@ -10,7 +10,6 @@ "dependencies": { "Common": "file:../Common", "CommonServer": "file:../CommonServer", - "CommonUI": "file:../CommonUI", "css-loader": "^6.11.0", "dotenv": "^16.4.5", "express": "^4.19.2", diff --git a/StatusPage/package.json b/StatusPage/package.json index 7198c75b85..d96c14fa7f 100644 --- a/StatusPage/package.json +++ b/StatusPage/package.json @@ -30,7 +30,6 @@ "Common": "file:../Common", "CommonServer": "file:../CommonServer", - "CommonUI": "file:../CommonUI", "css-loader": "^6.11.0", "dotenv": "^16.4.5", "express": "^4.19.2",