@tsingroc/tsingroc-components 5.0.0-alpha.26 → 5.0.0-alpha.27

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.
@@ -30,7 +30,7 @@ export interface EChartsNonComposableOption {
30
30
  color?: Color[];
31
31
  backgroundColor?: string;
32
32
  }
33
- export type DataItem = number | string | Date | undefined;
33
+ export type DataItem = number | string | Date | null | undefined;
34
34
  /**
35
35
  * 第一个参数 `base` 中可以填入不可组合的 ECharts 配置项,例如 `color`。
36
36
  * 剩余的参数就是需要组合的各个 ECharts 组件。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsingroc/tsingroc-components",
3
- "version": "5.0.0-alpha.26",
3
+ "version": "5.0.0-alpha.27",
4
4
  "author": "",
5
5
  "license": "ISC",
6
6
  "description": "",
@@ -38,9 +38,10 @@
38
38
  "docs:preview": "vite preview"
39
39
  },
40
40
  "dependencies": {
41
+ "antd-style": "^4.1.0",
41
42
  "casdoor-js-sdk": "^0.16.0",
42
43
  "dayjs": "^1.11.19",
43
- "deck.gl": "^9.2.5",
44
+ "deck.gl": "^9.2.6",
44
45
  "geotiff": "^2.1.3",
45
46
  "jwt-decode": "^4.0.0",
46
47
  "react-icons": "^5.5.0",
@@ -49,45 +50,43 @@
49
50
  },
50
51
  "peerDependencies": {
51
52
  "@ant-design/icons": "^6.1.0",
52
- "antd": "^6.1.4",
53
- "antd-style": "^3.7.1",
53
+ "antd": "^6.2.3",
54
54
  "echarts": "^6.0.0",
55
55
  "echarts-gl": "^2.0.9",
56
- "react": "^19.2.3",
57
- "react-dom": "^19.2.3"
56
+ "react": "^19.2.4",
57
+ "react-dom": "^19.2.4"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@ant-design/icons": "^6.1.0",
61
61
  "@ant-design/v5-patch-for-react-19": "^1.0.3",
62
- "@babel/cli": "^7.28.3",
63
- "@babel/core": "^7.28.5",
62
+ "@babel/cli": "^7.28.6",
63
+ "@babel/core": "^7.29.0",
64
64
  "@babel/preset-react": "^7.28.5",
65
65
  "@babel/preset-typescript": "^7.28.5",
66
- "@content-collections/core": "^0.12.0",
66
+ "@content-collections/core": "^0.13.1",
67
67
  "@content-collections/mdx": "^0.2.2",
68
68
  "@content-collections/vite": "^0.2.8",
69
- "@types/node": "^22.19.3",
70
- "@types/react": "^19.2.7",
69
+ "@types/node": "^22.19.9",
70
+ "@types/react": "^19.2.13",
71
71
  "@types/react-dom": "^19.2.3",
72
- "@vitejs/plugin-react": "^5.1.2",
73
- "antd": "^6.1.4",
74
- "antd-style": "^3.7.1",
72
+ "@vitejs/plugin-react": "^5.1.3",
73
+ "antd": "^6.2.3",
75
74
  "babel-plugin-react-compiler": "^1.0.0",
76
75
  "copyfiles": "^2.4.1",
77
- "dprint": "^0.50.2",
76
+ "dprint": "^0.51.1",
78
77
  "echarts": "^6.0.0",
79
78
  "echarts-gl": "^2.0.9",
80
79
  "eslint-plugin-react-hooks": "^7.0.1",
81
- "oxlint": "^1.38.0",
82
- "oxlint-tsgolint": "^0.10.1",
83
- "react": "^19.2.3",
84
- "react-dom": "^19.2.3",
80
+ "oxlint": "^1.43.0",
81
+ "oxlint-tsgolint": "^0.11.4",
82
+ "react": "^19.2.4",
83
+ "react-dom": "^19.2.4",
85
84
  "react-markdown": "^10.1.0",
86
85
  "remark-gfm": "^4.0.1",
87
- "typedoc": "^0.28.15",
86
+ "typedoc": "^0.28.16",
88
87
  "typescript": "^5.9.3",
89
- "vite": "npm:rolldown-vite@^7.3.0",
90
- "zod": "^4.3.5"
88
+ "vite": "npm:rolldown-vite@^7.3.1",
89
+ "zod": "^4.3.6"
91
90
  },
92
91
  "overrides": {
93
92
  "echarts-gl": {