@advt-gpt-chart/package 3.0.5 → 3.0.6

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.
Binary file
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const version = "3.0.5";
1
+ declare const version = "3.0.6";
2
2
  export default version;
package/package.json CHANGED
@@ -1,108 +1,109 @@
1
- {
2
- "name": "@advt-gpt-chart/package",
3
- "private": false,
4
- "version": "3.0.5",
5
- "type": "module",
6
- "files": [
7
- "dist"
8
- ],
9
- "main": "dist/index.umd.js",
10
- "module": "dist/index.es.js",
11
- "typings": "dist/index.d.ts",
12
- "scripts": {
13
- "dev": "vite",
14
- "build": "vite build && tsc -p ./tsconfig.types.json",
15
- "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
16
- "lint-fix": "eslint . --fix",
17
- "preview": "vite preview",
18
- "storybook": "storybook dev -p 6006",
19
- "docs-dev": "dumi dev",
20
- "build-storybook": "storybook build",
21
- "test": "jest",
22
- "publish-local": "vite build && tsc -p ./tsconfig.types.json && yalc publish",
23
- "publish-local-update": "vite build && tsc -p ./tsconfig.types.json && yalc push --replace",
24
- "publish-gitlab": "npm publish --registry https://gitlab.wise-paas.com/api/v4/projects/8545/packages/npm/",
25
- "publish-npm": "npm publish --registry https://registry.npmjs.org/ --access public",
26
- "json-server": "json-server --watch ./public/db.json --port 3008"
27
- },
28
- "dependencies": {
29
- "@antv/event-emitter": "^0.1.3",
30
- "@codemirror/lang-sql": "^6.9.0",
31
- "@uiw/react-codemirror": "^4.24.1",
32
- "@visactor/react-vchart": "^2.0.3",
33
- "@visactor/vchart": "^2.0.3",
34
- "@visactor/vdataset": "^1.0.9",
35
- "@visactor/vmind": "^2.0.10",
36
- "@visactor/vtable": "^1.19.7",
37
- "antd": "^5.29.3",
38
- "axios": "^1.10.0",
39
- "classnames": "^2.5.1",
40
- "dayjs": "^1.11.13",
41
- "dom-to-image-more": "^3.6.0",
42
- "lodash-es": "^4.17.21",
43
- "nanoid": "^5.1.5",
44
- "react-intl": "^7.1.11",
45
- "react-markdown": "^10.1.0",
46
- "rehype-raw": "^7.0.0",
47
- "remark-gfm": "^4.0.1",
48
- "styled-components": "^6.1.18",
49
- "vite-plugin-svgr": "^4.3.0",
50
- "xlsx": "^0.18.5",
51
- "zustand": "^4.5.2"
52
- },
53
- "devDependencies": {
54
- "@ant-design/icons": "^6.1.0",
55
- "@ant-design/x": "^2.1.1",
56
- "@chromatic-com/storybook": "4.0.0",
57
- "@eslint/js": "^9.28.0",
58
- "@storybook/addon-actions": "^9.0.4",
59
- "@storybook/addon-essentials": "^8.6.14",
60
- "@storybook/addon-interactions": "^8.6.14",
61
- "@storybook/addon-links": "^9.0.4",
62
- "@storybook/addon-onboarding": "^9.0.4",
63
- "@storybook/blocks": "^8.6.14",
64
- "@storybook/react": "^9.0.4",
65
- "@storybook/react-vite": "^9.0.4",
66
- "@storybook/test": "^8.6.14",
67
- "@testing-library/dom": "^10.4.0",
68
- "@testing-library/jest-dom": "^6.6.3",
69
- "@testing-library/react": "^16.3.0",
70
- "@types/jest": "^29.5.14",
71
- "@types/lodash-es": "^4.17.12",
72
- "@types/node": "^22.15.29",
73
- "@types/react": "^18.2.79",
74
- "@types/react-dom": "^18.2.25",
75
- "@typescript-eslint/eslint-plugin": "^8.33.1",
76
- "@typescript-eslint/parser": "^8.33.1",
77
- "@vitejs/plugin-basic-ssl": "^2.1.0",
78
- "@vitejs/plugin-react": "^4.5.1",
79
- "dumi": "^2.4.21",
80
- "eslint": "^9.28.0",
81
- "eslint-plugin-react": "^7.37.5",
82
- "eslint-plugin-react-hooks": "^5.2.0",
83
- "eslint-plugin-react-refresh": "^0.4.20",
84
- "eslint-plugin-simple-import-sort": "^12.1.1",
85
- "eslint-plugin-storybook": "^9.0.4",
86
- "globals": "^16.2.0",
87
- "jest": "^29.7.0",
88
- "jest-environment-jsdom": "^29.7.0",
89
- "prettier": "^3.5.3",
90
- "react": "^18.2.0",
91
- "react-dom": "^18.2.0",
92
- "rollup-plugin-visualizer": "^6.0.3",
93
- "storybook": "^9.0.4",
94
- "terser": "^5.40.0",
95
- "ts-jest": "^29.3.4",
96
- "ts-node": "^10.9.2",
97
- "tslib": "^2.8.1",
98
- "typescript": "^5.8.3",
99
- "typescript-eslint": "^8.33.1",
100
- "vite": "^6.3.5",
101
- "vite-plugin-compression": "^0.5.1"
102
- },
103
- "peerDependencies": {
104
- "antd": ">=4.0.0",
105
- "react": ">=17.0.0 <19.0.0",
106
- "react-dom": ">=17.0.0 <19.0.0"
107
- }
1
+ {
2
+ "name": "@advt-gpt-chart/package",
3
+ "private": false,
4
+ "version": "3.0.6",
5
+ "type": "module",
6
+ "files": [
7
+ "dist"
8
+ ],
9
+ "main": "dist/index.umd.js",
10
+ "module": "dist/index.es.js",
11
+ "typings": "dist/index.d.ts",
12
+ "scripts": {
13
+ "dev": "vite",
14
+ "build": "vite build && tsc -p ./tsconfig.types.json",
15
+ "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
16
+ "lint-fix": "eslint . --fix",
17
+ "preview": "vite preview",
18
+ "storybook": "storybook dev -p 6006",
19
+ "docs-dev": "dumi dev",
20
+ "build-storybook": "storybook build",
21
+ "test": "jest",
22
+ "publish-local": "vite build && tsc -p ./tsconfig.types.json && yalc publish",
23
+ "publish-local-update": "vite build && tsc -p ./tsconfig.types.json && yalc push --replace",
24
+ "publish-gitlab": "npm publish --registry https://gitlab.wise-paas.com/api/v4/projects/8545/packages/npm/",
25
+ "publish-npm": "npm publish --registry https://registry.npmjs.org/ --access public",
26
+ "json-server": "json-server --watch ./public/db.json --port 3008"
27
+ },
28
+ "dependencies": {
29
+ "@antv/event-emitter": "^0.1.3",
30
+ "@codemirror/lang-sql": "^6.9.0",
31
+ "@uiw/react-codemirror": "^4.24.1",
32
+ "@visactor/react-vchart": "^2.0.3",
33
+ "@visactor/vchart": "^2.0.3",
34
+ "@visactor/vdataset": "^1.0.9",
35
+ "@visactor/vmind": "^2.0.10",
36
+ "@visactor/vtable": "^1.19.7",
37
+ "antd": "^5.29.3",
38
+ "axios": "^1.10.0",
39
+ "classnames": "^2.5.1",
40
+ "dayjs": "^1.11.13",
41
+ "dom-to-image-more": "^3.6.0",
42
+ "lodash-es": "^4.17.21",
43
+ "nanoid": "^5.1.5",
44
+ "react-intersection-observer": "^10.0.2",
45
+ "react-intl": "^7.1.11",
46
+ "react-markdown": "^10.1.0",
47
+ "rehype-raw": "^7.0.0",
48
+ "remark-gfm": "^4.0.1",
49
+ "styled-components": "^6.1.18",
50
+ "vite-plugin-svgr": "^4.3.0",
51
+ "xlsx": "^0.18.5",
52
+ "zustand": "^4.5.2"
53
+ },
54
+ "devDependencies": {
55
+ "@ant-design/icons": "^6.1.0",
56
+ "@ant-design/x": "^2.1.1",
57
+ "@chromatic-com/storybook": "4.0.0",
58
+ "@eslint/js": "^9.28.0",
59
+ "@storybook/addon-actions": "^9.0.4",
60
+ "@storybook/addon-essentials": "^8.6.14",
61
+ "@storybook/addon-interactions": "^8.6.14",
62
+ "@storybook/addon-links": "^9.0.4",
63
+ "@storybook/addon-onboarding": "^9.0.4",
64
+ "@storybook/blocks": "^8.6.14",
65
+ "@storybook/react": "^9.0.4",
66
+ "@storybook/react-vite": "^9.0.4",
67
+ "@storybook/test": "^8.6.14",
68
+ "@testing-library/dom": "^10.4.0",
69
+ "@testing-library/jest-dom": "^6.6.3",
70
+ "@testing-library/react": "^16.3.0",
71
+ "@types/jest": "^29.5.14",
72
+ "@types/lodash-es": "^4.17.12",
73
+ "@types/node": "^22.15.29",
74
+ "@types/react": "^18.2.79",
75
+ "@types/react-dom": "^18.2.25",
76
+ "@typescript-eslint/eslint-plugin": "^8.33.1",
77
+ "@typescript-eslint/parser": "^8.33.1",
78
+ "@vitejs/plugin-basic-ssl": "^2.1.0",
79
+ "@vitejs/plugin-react": "^4.5.1",
80
+ "dumi": "^2.4.21",
81
+ "eslint": "^9.28.0",
82
+ "eslint-plugin-react": "^7.37.5",
83
+ "eslint-plugin-react-hooks": "^5.2.0",
84
+ "eslint-plugin-react-refresh": "^0.4.20",
85
+ "eslint-plugin-simple-import-sort": "^12.1.1",
86
+ "eslint-plugin-storybook": "^9.0.4",
87
+ "globals": "^16.2.0",
88
+ "jest": "^29.7.0",
89
+ "jest-environment-jsdom": "^29.7.0",
90
+ "prettier": "^3.5.3",
91
+ "react": "^18.2.0",
92
+ "react-dom": "^18.2.0",
93
+ "rollup-plugin-visualizer": "^6.0.3",
94
+ "storybook": "^9.0.4",
95
+ "terser": "^5.40.0",
96
+ "ts-jest": "^29.3.4",
97
+ "ts-node": "^10.9.2",
98
+ "tslib": "^2.8.1",
99
+ "typescript": "^5.8.3",
100
+ "typescript-eslint": "^8.33.1",
101
+ "vite": "^6.3.5",
102
+ "vite-plugin-compression": "^0.5.1"
103
+ },
104
+ "peerDependencies": {
105
+ "antd": ">=4.0.0",
106
+ "react": ">=17.0.0 <19.0.0",
107
+ "react-dom": ">=17.0.0 <19.0.0"
108
+ }
108
109
  }