bi-components-library 1.0.14 → 1.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bi-components-library.css +1 -1
- package/dist/index.es.js +34946 -1756
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +290 -6
- package/dist/index.umd.js.map +1 -1
- package/package.json +8 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bi-components-library",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.16",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "SealSeek BI 组件库 - 基于 Ant Design 的企业级 React 组件",
|
|
7
7
|
"keywords": [
|
|
@@ -55,8 +55,15 @@
|
|
|
55
55
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
56
56
|
"globals": "^16.3.0",
|
|
57
57
|
"react-docgen-typescript-plugin": "^1.0.8",
|
|
58
|
+
"react-router-dom": "^6.28.0",
|
|
58
59
|
"typescript": "~5.8.3",
|
|
59
60
|
"typescript-eslint": "^8.35.1",
|
|
60
61
|
"vite": "^7.0.4"
|
|
62
|
+
},
|
|
63
|
+
"dependencies": {
|
|
64
|
+
"@arco-design/web-react": "^2.66.8",
|
|
65
|
+
"i": "^0.3.7",
|
|
66
|
+
"npm": "^11.6.4",
|
|
67
|
+
"dayjs": "^1.11.13"
|
|
61
68
|
}
|
|
62
69
|
}
|