Compare commits

...

2 Commits

Author SHA1 Message Date
Joel
5abfe7e46f chore: to fix build error again 2025-02-19 13:56:13 +08:00
Joel
2bf4a20875 fix: build web error 2025-02-19 13:40:20 +08:00
3 changed files with 2 additions and 6 deletions

View File

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

View File

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

View File

@ -422,9 +422,6 @@ importers:
bing-translate-api: bing-translate-api:
specifier: ^4.0.2 specifier: ^4.0.2
version: 4.0.2 version: 4.0.2
canvas:
specifier: ^3.1.0
version: 3.1.0
code-inspector-plugin: code-inspector-plugin:
specifier: ^0.18.1 specifier: ^0.18.1
version: 0.18.3 version: 0.18.3
@ -18312,4 +18309,4 @@ snapshots:
immer: 9.0.21 immer: 9.0.21
react: 18.2.0 react: 18.2.0
zwitch@2.0.4: {} zwitch@2.0.4: {}