Skip to content

Commit cda999e

Browse files
committed
fix: fix peer deps version
fixes: #818
1 parent e394907 commit cda999e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@
9090
"typescript": "^5.3.2"
9191
},
9292
"peerDependencies": {
93-
"@antv/g2plot": "^2.3.21",
94-
"lodash": "^4.17.x",
95-
"react": "^15.0.0 || ^16.0.0 || ^17.0.0"
93+
"@antv/g2plot": "^2.x",
94+
"lodash": "^4.x",
95+
"react": "*"
9696
},
9797
"publishConfig": {
9898
"access": "public"

0 commit comments

Comments
 (0)