Skip to content

Commit

Permalink
fix: fix peer deps version
Browse files Browse the repository at this point in the history
fixes: #818
  • Loading branch information
kagawagao committed Feb 10, 2024
1 parent e394907 commit cda999e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@
"typescript": "^5.3.2"
},
"peerDependencies": {
"@antv/g2plot": "^2.3.21",
"lodash": "^4.17.x",
"react": "^15.0.0 || ^16.0.0 || ^17.0.0"
"@antv/g2plot": "^2.x",
"lodash": "^4.x",
"react": "*"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit cda999e

Please sign in to comment.