Skip to content

Commit

Permalink
chore: fix package.json error
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarebecca committed Jan 8, 2025
1 parent 100a451 commit f22ffdb
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@
"url": "https://github.com/antvis/antvis.github.io/issues"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@ant-design/icons": "^4.8.3",
"@antv/dumi-theme-antv": "^0.5.2",
"@antv/g2plot": "^2.3.1",
"@antv/g6": "3.3.7",
"@antv/knowledge": "^0.1.3-alpha.17",
"@antv/matrix-util": "2.0.7",
"@antv/util": "^3.3.1",
"antd": "5.10.2",
"chroma-js": "^2.1.0",
Expand All @@ -36,21 +34,18 @@
"new-github-issue-url": "^1.0.0",
"prettier": "^2.0.0",
"pretty-quick": "^3.1.3",
"react": "^18.2.0",
"react-github-btn": "^1.4.0",
"react-use": "^17.4.0"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-github-btn": "^1.4.0"
},
"devDependencies": {
"@types/classnames": "^2.2.9",
"@types/d3": "^7.4.2",
"@types/lodash": "^4.14.189",
"@types/parse-github-url": "^1.0.0",
"@types/react": "^16.9.5",
"@types/react-dom": "^16.9.1",
"@types/react-github-button": "^0.1.0",
"@types/react-helmet": "^6.0.0",
"i": "^0.3.7",
"npm": "^9.1.2"
"@types/react-helmet": "^6.0.0"
},
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit f22ffdb

Please sign in to comment.