Skip to content

Commit

Permalink
perf: update rxjs version
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeEirc committed Sep 11, 2024
1 parent ad67b45 commit e62a049
Show file tree
Hide file tree
Showing 4 changed files with 210 additions and 62 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ WORKDIR /opt/chen/frontend
COPY frontend/package.json frontend/package-lock.json frontend/yarn.lock ./

RUN --mount=type=cache,target=/usr/local/share/.cache/yarn,sharing=locked,id=chen \
npm install --legacy-peer-deps
npm install

# Install Maven dependencies
ARG MAVEN_VERSION=3.9.7
Expand Down
138 changes: 112 additions & 26 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"element-ui": "^2.15.13",
"font-awesome": "^4.7.0",
"moment": "^2.29.4",
"rxjs": "^7.5.5",
"rxjs": "^6.6.7",
"sql-formatter": "^9.0.0",
"vue": "^2.6.11",
"vue-codemirror": "^4.0.6",
Expand Down
Loading

0 comments on commit e62a049

Please sign in to comment.