|
18 | 18 | "url": "https://github.com/antvis/antvis.github.io/issues"
|
19 | 19 | },
|
20 | 20 | "dependencies": {
|
21 |
| - "@ant-design/icons": "^4.7.0", |
| 21 | + "@ant-design/icons": "^4.8.3", |
22 | 22 | "@antv/dumi-theme-antv": "^0.5.2",
|
23 | 23 | "@antv/g2plot": "^2.3.1",
|
24 | 24 | "@antv/g6": "3.3.7",
|
25 |
| - "@antv/knowledge": "^0.1.3-alpha.17", |
26 |
| - "@antv/matrix-util": "2.0.7", |
27 | 25 | "@antv/util": "^3.3.1",
|
28 | 26 | "antd": "5.10.2",
|
29 | 27 | "chroma-js": "^2.1.0",
|
|
36 | 34 | "new-github-issue-url": "^1.0.0",
|
37 | 35 | "prettier": "^2.0.0",
|
38 | 36 | "pretty-quick": "^3.1.3",
|
39 |
| - "react": "^18.2.0", |
40 |
| - "react-github-btn": "^1.4.0", |
41 |
| - "react-use": "^17.4.0" |
| 37 | + "react": "^18.3.1", |
| 38 | + "react-dom": "^18.3.1", |
| 39 | + "react-github-btn": "^1.4.0" |
42 | 40 | },
|
43 | 41 | "devDependencies": {
|
44 | 42 | "@types/classnames": "^2.2.9",
|
45 | 43 | "@types/d3": "^7.4.2",
|
46 | 44 | "@types/lodash": "^4.14.189",
|
47 | 45 | "@types/parse-github-url": "^1.0.0",
|
48 | 46 | "@types/react": "^16.9.5",
|
49 |
| - "@types/react-dom": "^16.9.1", |
50 | 47 | "@types/react-github-button": "^0.1.0",
|
51 |
| - "@types/react-helmet": "^6.0.0", |
52 |
| - "i": "^0.3.7", |
53 |
| - "npm": "^9.1.2" |
| 48 | + "@types/react-helmet": "^6.0.0" |
54 | 49 | },
|
55 | 50 | "license": "MIT",
|
56 | 51 | "scripts": {
|
|
63 | 58 | "format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md,less}\"",
|
64 | 59 | "pretty-quick": "pretty-quick",
|
65 | 60 | "tsc": "tsc",
|
66 |
| - "serve": "dumi preview" |
| 61 | + "serve": "dumi preview", |
| 62 | + "type-check": "tsc --noEmit" |
67 | 63 | },
|
68 | 64 | "husky": {
|
69 | 65 | "hooks": {
|
|
0 commit comments