Compare commits

...

2 Commits

Author SHA1 Message Date
Joel 5abfe7e46f chore: to fix build error again 12 months ago
Joel 2bf4a20875 fix: build web error 12 months ago

@ -22,7 +22,7 @@ COPY pnpm-lock.yaml .
# if you located in China, you can use taobao registry to speed up
# RUN pnpm install --frozen-lockfile --registry https://registry.npmmirror.com/
RUN pnpm install --frozen-lockfile -P
RUN pnpm install --frozen-lockfile
# build resources
FROM base AS builder

@ -162,7 +162,6 @@
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"bing-translate-api": "^4.0.2",
"canvas": "^3.1.0",
"code-inspector-plugin": "^0.18.1",
"cross-env": "^7.0.3",
"eslint": "^9.13.0",

@ -422,9 +422,6 @@ importers:
bing-translate-api:
specifier: ^4.0.2
version: 4.0.2
canvas:
specifier: ^3.1.0
version: 3.1.0
code-inspector-plugin:
specifier: ^0.18.1
version: 0.18.3

Loading…
Cancel
Save