Browse Source

chore: 安装 caniuse-lite

pull/189/head
cp3hnu 1 year ago
parent
commit
dd4be07a26
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      react-ui/package.json
  2. +1
    -1
      react-ui/src/components/ResourceSelect/index.tsx

+ 1
- 0
react-ui/package.json View File

@@ -67,6 +67,7 @@
"@types/crypto-js": "^4.2.2",
"@umijs/route-utils": "^4.0.1",
"antd": "~5.21.4",
"caniuse-lite": "~1.0.30001707",
"classnames": "^2.3.2",
"crypto-js": "^4.2.0",
"echarts": "^5.5.0",


+ 1
- 1
react-ui/src/components/ResourceSelect/index.tsx View File

@@ -6,7 +6,7 @@

import KFIcon from '@/components/KFIcon';
import ResourceSelectorModal, {
ResourceSelectorResponse,
type ResourceSelectorResponse,
ResourceSelectorType,
selectorTypeConfig,
} from '@/components/ResourceSelectorModal';


Loading…
Cancel
Save