Skip to content

Commit 5d6f563

Browse files
author
黄振洪
committed
Merge branch main of github.com:eosphoros-ai/GPT-Vis
2 parents 23e3335 + a2aa028 commit 5d6f563

File tree

9 files changed

+2489
-2464
lines changed

9 files changed

+2489
-2464
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
},
4646
"dependencies": {
4747
"@ant-design/icons": "^5.2.6",
48-
"@antv/ava": "^3.3.0",
48+
"@antv/ava": "^3.3.1",
4949
"@berryv/g2-react": "^0.1.0",
50-
"antd": "^5.11.5",
50+
"antd": "^5.12.2",
5151
"copy-to-clipboard": "^3.3.3",
5252
"lodash": "^4.17.21",
5353
"react-markdown": "^8.0.7",
@@ -56,26 +56,26 @@
5656
"sql-formatter": "^14.0.0"
5757
},
5858
"devDependencies": {
59-
"@commitlint/cli": "^17.6.7",
59+
"@commitlint/cli": "^17.8.1",
6060
"@commitlint/config-conventional": "^18.4.3",
6161
"@types/lodash": "^4.14.202",
62-
"@types/react": "^18.2.38",
63-
"@types/react-dom": "^18.2.14",
64-
"@types/react-syntax-highlighter": "^15.5.10",
65-
"@umijs/lint": "^4.0.88",
62+
"@types/react": "^18.2.45",
63+
"@types/react-dom": "^18.2.18",
64+
"@types/react-syntax-highlighter": "^15.5.11",
65+
"@umijs/lint": "^4.0.89",
6666
"@umijs/plugins": "^4.0.89",
67-
"dumi": "^2.2.14",
68-
"eslint": "^8.53.0",
69-
"father": "^4.3.7",
67+
"dumi": "^2.2.16",
68+
"eslint": "^8.56.0",
69+
"father": "^4.3.8",
7070
"husky": "^8.0.3",
71-
"lint-staged": "^15.0.2",
72-
"prettier": "^3.1.0",
71+
"lint-staged": "^15.2.0",
72+
"prettier": "^3.1.1",
7373
"prettier-plugin-organize-imports": "^3.2.4",
74-
"prettier-plugin-packagejson": "^2.4.6",
74+
"prettier-plugin-packagejson": "^2.4.7",
7575
"react": "^18.2.0",
7676
"react-dom": "^18.2.0",
7777
"stylelint": "^15.11.0",
78-
"tailwindcss": "^3.3.5"
78+
"tailwindcss": "^3.3.6"
7979
},
8080
"peerDependencies": {
8181
"react": ">=16.9.0",

pnpm-lock.yaml

Lines changed: 2467 additions & 2450 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/logo-16.ico

1.12 KB
Binary file not shown.

public/logo-32.ico

4.19 KB
Binary file not shown.

public/logo-64.ico

21.9 KB
Binary file not shown.

public/logo-rectangle.png

58.4 KB
Loading

public/logo-square.png

57.6 KB
Loading

src/index.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.markdown p {
2+
margin-block-end: 12px;
3+
}
4+
5+
.markdown blockquote {
6+
margin-block-end: 12px;
7+
}

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ export { default as Chart } from './components/Chart';
33
export { default as Custom } from './components/Custom';
44
export { default as Reference } from './components/Reference';
55
export { default as Summary } from './components/Summary';
6+
import './index.css';

0 commit comments

Comments
 (0)