Skip to content

Commit e62a049

Browse files
committed
perf: update rxjs version
1 parent ad67b45 commit e62a049

File tree

4 files changed

+210
-62
lines changed

4 files changed

+210
-62
lines changed

Dockerfile-base

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ WORKDIR /opt/chen/frontend
4343
COPY frontend/package.json frontend/package-lock.json frontend/yarn.lock ./
4444

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

4848
# Install Maven dependencies
4949
ARG MAVEN_VERSION=3.9.7

frontend/package-lock.json

+112-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"element-ui": "^2.15.13",
1818
"font-awesome": "^4.7.0",
1919
"moment": "^2.29.4",
20-
"rxjs": "^7.5.5",
20+
"rxjs": "^6.6.7",
2121
"sql-formatter": "^9.0.0",
2222
"vue": "^2.6.11",
2323
"vue-codemirror": "^4.0.6",

0 commit comments

Comments
 (0)