Procházet zdrojové kódy

fix: build web image fail (#13996)

tags/1.0.0
Joel před 8 měsíci
rodič
revize
15f028fe59
Žádný účet není propojen s e-mailovou adresou tvůrce revize
2 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 1
    1
      web/package.json
  2. 3
    3
      web/pnpm-lock.yaml

+ 1
- 1
web/package.json Zobrazit soubor

@@ -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",

+ 3
- 3
web/pnpm-lock.yaml Zobrazit soubor

@@ -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

Načítá se…
Zrušit
Uložit