From cda999ea048ba12b70d9468b1263a0fcaa022072 Mon Sep 17 00:00:00 2001 From: kagawagao Date: Sat, 10 Feb 2024 11:57:26 +0800 Subject: [PATCH] fix: fix peer deps version fixes: #818 --- package-lock.json | 6 +++--- package.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 415cf762..6b4245ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,9 +43,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": "*" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index e05688b5..ae9b48ae 100644 --- a/package.json +++ b/package.json @@ -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"