From 4ce975562eb7d8b85d1044050197c291350d669d Mon Sep 17 00:00:00 2001 From: jialin Date: Mon, 1 Jun 2026 13:30:10 +0800 Subject: [PATCH] chore(deps): update ui 1.0.20 --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- src/pages/gpu-service/instances/index.tsx | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index d3840090..cf9e3310 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@ant-design/pro-components": "3.1.0-0", "@antv/g6": "^5.0.51", "@braintree/sanitize-url": "^7.1.1", - "@gpustack/core-ui": "^1.0.19", + "@gpustack/core-ui": "^1.0.20", "@huggingface/gguf": "^0.1.7", "@huggingface/hub": "^0.15.1", "@huggingface/tasks": "^0.11.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d4310a1a..9ca2e770 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,8 +24,8 @@ importers: specifier: ^7.1.1 version: 7.1.2 '@gpustack/core-ui': - specifier: ^1.0.19 - version: 1.0.19(czdvzceysqw7iv6pct2ucnb23e) + specifier: ^1.0.20 + version: 1.0.20(czdvzceysqw7iv6pct2ucnb23e) '@huggingface/gguf': specifier: ^0.1.7 version: 0.1.18 @@ -1484,8 +1484,8 @@ packages: resolution: {integrity: sha512-KWk80UPIzPmUg+P0rKh6TqspRw0G6eux1PuJr+zz47ftMaZ9QDwbGzHZbtzWkl5hgayM/qrKRutllRC7D/vVXQ==, tarball: https://registry.npmjs.org/@formatjs/intl-utils/-/intl-utils-2.3.0.tgz} deprecated: the package is rather renamed to @formatjs/ecma-abstract with some changes in functionality (primarily selectUnit is removed and we don't plan to make any further changes to this package - '@gpustack/core-ui@1.0.19': - resolution: {integrity: sha512-EI2inYoTDdWYdxXXm0BM2DQ7chysnbIXICivBMeUxxhc8IkEcwaQfNqo/KUtA/bkqjDieRxFC1JlsDIIhbcL3A==, tarball: https://registry.npmjs.org/@gpustack/core-ui/-/core-ui-1.0.19.tgz} + '@gpustack/core-ui@1.0.20': + resolution: {integrity: sha512-unQ5jx2XDtGD1EKUat9aQcdqmO9R3MUR9RUhrbad8d6IP2eopf5AbWXqW5umMzz1qsTnaO+bnj9EcgwrXC+zIQ==, tarball: https://registry.npmjs.org/@gpustack/core-ui/-/core-ui-1.0.20.tgz} peerDependencies: '@ant-design/icons': '>=6.0.0' '@ant-design/pro-components': 3.1.0-0 @@ -10808,7 +10808,7 @@ snapshots: '@formatjs/intl-utils@2.3.0': {} - '@gpustack/core-ui@1.0.19(czdvzceysqw7iv6pct2ucnb23e)': + '@gpustack/core-ui@1.0.20(czdvzceysqw7iv6pct2ucnb23e)': dependencies: '@ant-design/icons': 6.2.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@ant-design/pro-components': 3.1.0-0(antd@6.3.7(date-fns@2.30.0)(moment@2.30.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) diff --git a/src/pages/gpu-service/instances/index.tsx b/src/pages/gpu-service/instances/index.tsx index b7557414..3f59f3c4 100644 --- a/src/pages/gpu-service/instances/index.tsx +++ b/src/pages/gpu-service/instances/index.tsx @@ -66,7 +66,7 @@ const GPUService: React.FC = () => { deleteAPI: deleteGPUServiceInstance, watch: true, API: GPU_SERVICE_INSTANCES_API, - contentForDelete: intl.formatMessage({ id: 'gpuservice.instance' }) + contentForDelete: 'gpuservice.instance' }); const { fetchData: createInstance } = useCreateInstanceRequest();