Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 784c8e0

Browse files
committed
refactor: updated dependencies, switched to lowcoder folder
1 parent dc9b82c commit 784c8e0

File tree

3 files changed

+765
-778
lines changed

3 files changed

+765
-778
lines changed

‎deploy/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ RUN usermod --login lowcoder --uid 9001 nginx \
140140
&& groupmod --new-name lowcoder --gid 9001 nginx
141141

142142
# Copy lowcoder client data
143-
COPY --chown=lowcoder:lowcoder --from=build-client /lowcoder-client/packages/openblocks/build/ /lowcoder/client
143+
COPY --chown=lowcoder:lowcoder --from=build-client /lowcoder-client/packages/lowcoder/build/ /lowcoder/client
144144

145145
# Copy additional nginx init scripts
146146
COPY deploy/docker/frontend/00-change-nginx-user.sh /docker-entrypoint.d/00-change-nginx-user.sh

‎server/node-service/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
},
3030
"dependencies": {
3131
"@apidevtools/swagger-parser": "^10.1.0",
32-
"@aws-sdk/client-athena": "^3.327.0",
33-
"@aws-sdk/client-dynamodb": "^3.327.0",
34-
"@aws-sdk/client-lambda": "^3.327.0",
35-
"@aws-sdk/client-s3": "^3.327.0",
36-
"@aws-sdk/s3-request-presigner": "^3.327.0",
32+
"@aws-sdk/client-athena": "^3.333.0",
33+
"@aws-sdk/client-dynamodb": "^3.332.0",
34+
"@aws-sdk/client-lambda": "^3.332.0",
35+
"@aws-sdk/client-s3": "^3.332.0",
36+
"@aws-sdk/s3-request-presigner": "^3.332.0",
3737
"@google-cloud/bigquery": "^6.1.0",
3838
"@google-cloud/storage": "^6.9.3",
3939
"@supabase/supabase-js": "^2.10.0",
@@ -56,11 +56,11 @@
5656
"jsonpath": "^1.1.1",
5757
"lodash": "^4.17.21",
5858
"loglevel": "^1.8.1",
59+
"lowcoder-core": "^0.0.8",
60+
"lowcoder-sdk": "0.0.41",
5961
"morgan": "^1.10.0",
6062
"node-fetch": "2",
6163
"openapi-types": "^12.1.0",
62-
"lowcoder-core": "^0.0.7",
63-
"lowcoder-sdk": "0.0.40",
6464
"pino": "^8.14.1",
6565
"prom-client": "^14.2.0",
6666
"proxy-agent": "^5.0.0",

0 commit comments

Comments
 (0)