@advt-gpt-chart/package 3.0.13 → 3.0.14

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