fix: build web image fail (#13996)

This commit is contained in:
Joel 2025-02-19 12:35:16 +08:00 committed by GitHub
parent 8a2301af56
commit 15f028fe59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,6 @@
"@tanstack/react-query": "^5.60.5",
"@tanstack/react-query-devtools": "^5.60.5",
"ahooks": "^3.8.1",
"canvas": "^3.1.0",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"copy-to-clipboard": "^3.3.3",
@ -163,6 +162,7 @@
"@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",

6
web/pnpm-lock.yaml generated
View File

@ -85,9 +85,6 @@ importers:
ahooks:
specifier: ^3.8.1
version: 3.8.1(react@18.2.0)
canvas:
specifier: ^3.1.0
version: 3.1.0
class-variance-authority:
specifier: ^0.7.0
version: 0.7.0
@ -425,6 +422,9 @@ 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