Skip to content

Commit 8ac0de9

Browse files
fix: added missing dependencies and fixed Dockerfiles
1 parent 7c8856a commit 8ac0de9

File tree

10 files changed

+342
-13
lines changed

10 files changed

+342
-13
lines changed

.changeset/chilly-keys-grin.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
'@o2s/blocks.article-search': patch
3+
'@o2s/api-harmonization': patch
4+
'@o2s/utils.logger': patch
5+
'@o2s/framework': patch
6+
'@o2s/frontend': patch
7+
'@o2s/ui': patch
8+
---
9+
10+
added missing dependencies

apps/api-harmonization/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apk add --no-cache libc6-compat openjdk11-jre
1111
WORKDIR /app
1212
RUN npm i -g turbo
1313
COPY . .
14-
RUN turbo prune @dxp/api-harmonization --docker
14+
RUN turbo prune @o2s/api-harmonization --docker
1515

1616
# Add lockfile and package.json's of isolated subworkspace
1717
FROM base AS installer

apps/frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apk add --no-cache libc6-compat openjdk11-jre
1111
WORKDIR /app
1212
RUN npm i -g turbo
1313
COPY . .
14-
RUN turbo prune @dxp/frontend --docker
14+
RUN turbo prune @o2s/frontend --docker
1515

1616
# Add lockfile and package.json's of isolated subworkspace
1717
FROM base AS installer

apps/frontend/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,8 @@
3131
"react": "^19.2.0",
3232
"react-autosuggest": "^10.1.0",
3333
"react-dom": "^19.2.0",
34-
"react-indiana-drag-scroll": "^2.2.1",
3534
"react-string-replace": "^1.1.1",
3635
"string-template": "^1.0.0",
37-
"throttle-debounce": "^5.0.2",
3836
"yup": "^1.7.1",
3937
"zod": "^4.1.12",
4038
"@o2s/blocks.faq": "*",
@@ -74,7 +72,6 @@
7472
"@types/react": "^19.2.2",
7573
"@types/react-autosuggest": "^10.1.11",
7674
"@types/react-dom": "^19.2.2",
77-
"@types/throttle-debounce": "^5.0.2",
7875
"dotenv": "^17.2.3",
7976
"eslint": "^9.37.0",
8077
"eslint-config-next": "^15.5.5",

0 commit comments

Comments
 (0)