refactor: Remove CommonUI from package.json dependencies

This commit is contained in:
Simon Larsen 2024-08-07 13:37:29 -06:00
parent 67a326e6af
commit 21047e77b1
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA
6 changed files with 0 additions and 11 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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

View File

@ -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",

View File

@ -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",

View File

@ -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",