@antv/gpt-vis 0.5.7 → 0.5.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antv/gpt-vis",
3
- "version": "0.5.7",
3
+ "version": "0.5.9",
4
4
  "description": "Components for GPTs, generative AI, and LLM projects. Not only UI Components.",
5
5
  "keywords": [
6
6
  "antv",
@@ -33,61 +33,62 @@
33
33
  "!dist/umd/report.html"
34
34
  ],
35
35
  "dependencies": {
36
- "@ant-design/graphs": "^2.0.5",
36
+ "@ant-design/graphs": "^2.1.1",
37
37
  "@ant-design/icons": "^5.6.1",
38
- "@ant-design/plots": "^2.3.3",
38
+ "@ant-design/plots": "^2.6.5",
39
39
  "@antv/event-emitter": "^0.1.3",
40
- "@antv/g": "^6.1.23",
41
- "@antv/g2": "^5.4.0",
42
- "@antv/g6": "^5.0.45",
43
- "@antv/l7": "^2.22.5",
40
+ "@antv/g": "6.1.27",
41
+ "@antv/g2": "^5.4.1",
42
+ "@antv/g6": "^5.0.49",
43
+ "@antv/l7": "^2.23.0",
44
44
  "@antv/larkmap": "^1.5.1",
45
- "@zumer/snapdom": "^1.9.7",
46
- "copy-text-to-clipboard": "^3.2.0",
45
+ "@playwright/test": "^1.56.0",
46
+ "@zumer/snapdom": "^1.9.14",
47
+ "copy-text-to-clipboard": "^3.2.2",
47
48
  "lodash": "^4.17.21",
48
49
  "react-error-boundary": "^6.0.0",
49
50
  "react-markdown": "^9.1.0",
50
- "react-syntax-highlighter": "^15.6.1",
51
+ "react-syntax-highlighter": "^15.6.6",
51
52
  "rehype-raw": "^7.0.0",
52
53
  "remark-gfm": "^4.0.1",
53
- "styled-components": "^6.1.17"
54
+ "styled-components": "^6.1.19"
54
55
  },
55
56
  "devDependencies": {
56
- "@ant-design/x": "^1.1.0",
57
+ "@ant-design/x": "^1.6.1",
57
58
  "@changesets/changelog-github": "^0.5.1",
58
- "@changesets/cli": "^2.28.1",
59
- "@commitlint/cli": "^19.8.0",
60
- "@commitlint/config-conventional": "^19.8.0",
61
- "@eslint/js": "^9.31.0",
59
+ "@changesets/cli": "^2.29.7",
60
+ "@commitlint/cli": "^19.8.1",
61
+ "@commitlint/config-conventional": "^19.8.1",
62
+ "@eslint/js": "^9.37.0",
62
63
  "@types/jest": "^29.5.14",
63
- "@types/lodash": "^4.17.16",
64
- "@types/react": "^18.3.20",
64
+ "@types/lodash": "^4.17.20",
65
+ "@types/react": "^18.3.26",
65
66
  "@types/react-syntax-highlighter": "^15.5.13",
66
67
  "@types/webpack-bundle-analyzer": "^4.7.0",
67
- "antd": "^5.24.6",
68
- "dumi": "^2.4.20",
69
- "eslint": "^9.24.0",
70
- "eslint-config-prettier": "^9.1.0",
71
- "eslint-plugin-jest": "^28.11.0",
68
+ "antd": "^5.27.5",
69
+ "dumi": "^2.4.21",
70
+ "eslint": "^9.37.0",
71
+ "eslint-config-prettier": "^9.1.2",
72
+ "eslint-plugin-jest": "^28.14.0",
72
73
  "eslint-plugin-jsx-a11y": "^6.10.2",
73
74
  "eslint-plugin-react": "^7.37.5",
74
75
  "eslint-plugin-react-hooks": "^5.2.0",
75
- "father": "^4.5.2",
76
+ "father": "^4.6.7",
76
77
  "gh-pages": "^6.3.0",
77
78
  "globals": "^15.15.0",
78
79
  "husky": "^9.1.7",
79
80
  "jest": "^29.7.0",
80
81
  "jest-environment-jsdom": "^29.7.0",
81
82
  "limit-size": "^0.1.4",
82
- "lint-staged": "^15.5.0",
83
+ "lint-staged": "^15.5.2",
83
84
  "npm-run-all": "^4.1.5",
84
- "prettier": "^3.5.3",
85
- "prettier-plugin-organize-imports": "^4.1.0",
85
+ "prettier": "^3.6.2",
86
+ "prettier-plugin-organize-imports": "^4.3.0",
86
87
  "react": "^18.3.1",
87
- "ts-jest": "^29.3.1",
88
+ "ts-jest": "^29.4.5",
88
89
  "ts-node": "^10.9.2",
89
- "typescript": "^5.8.3",
90
- "typescript-eslint": "^8.29.1",
90
+ "typescript": "^5.9.3",
91
+ "typescript-eslint": "^8.46.1",
91
92
  "webpack-bundle-analyzer": "^4.10.2"
92
93
  },
93
94
  "peerDependencies": {
@@ -138,6 +139,7 @@
138
139
  "lint:ts": "eslint src/**",
139
140
  "lint:ts-fix": "pnpm lint:ts --fix",
140
141
  "test:unit": "jest --config ./jest.config.ts",
142
+ "test": "pnpm build && npx playwright test",
141
143
  "test:size": "pnpm build && limit-size",
142
144
  "changeset": "changeset add",
143
145
  "publish-version": "changeset version && node scripts/sync-version",