Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update @amrc-factoryplus/service-client version #249

Merged
merged 2 commits into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion acs-activity-monitor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ FROM oven/bun:latest as build-stage
WORKDIR /app
COPY package*.json ./
RUN bun install --immutable --immutable-cache --check-cache
RUN sed -i~ -e'/GSS = await/{N;s/\n//}' /app/node_modules/@amrc-factoryplus/service-client/lib/deps.js
COPY . /app/
RUN bun run build
RUN rm -rf node_modules
Expand Down
2 changes: 1 addition & 1 deletion acs-activity-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@amrc-factoryplus/service-client": "^1.3.4",
"@amrc-factoryplus/service-client": "^1.3.5",
"@rollup/plugin-inject": "^5.0.5",
"buffer": "^6.0.3",
"dayjs": "^1.11.10",
Expand Down
2 changes: 1 addition & 1 deletion acs-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@amrc-factoryplus/service-client": "^1.3.4",
"@amrc-factoryplus/service-client": "^1.3.5",
"@amrc-factoryplus/sparkplug-app": "^0.0.5",
"@preact/signals": "^1.2.2",
"express": "^4.18.1",
Expand Down
2 changes: 1 addition & 1 deletion acs-visualiser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@amrc-factoryplus/service-client": "^1.3.4",
"@amrc-factoryplus/service-client": "^1.3.5",
"express": "^4.18.1",
"process": "^0.11.10",
"tailwindcss": "^3.4.1",
Expand Down
Loading