From 39f7e2b57b3094e02ee5994024ddf50878a25df7 Mon Sep 17 00:00:00 2001 From: paleface001 Date: Fri, 20 Dec 2019 15:27:06 +0800 Subject: [PATCH] chore: coord => peerDependency & version => 0.11.11 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a43d3c082a..809cff923e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g2plot", - "version": "0.11.10", + "version": "0.11.11", "description": "G2 Plot, a market of plots built with the Grammar of Graphics'", "author": "https://github.com/orgs/antvis/people", "main": "lib/index.js", @@ -56,8 +56,7 @@ "fecha": "~3.0.3", "resize-observer-polyfill": "^1.5.1", "tslib": "^1.10.0", - "d3-regression": "^1.2.8", - "@antv/coord": "~0.2.2" + "d3-regression": "^1.2.8" }, "peerDependencies": { "@antv/g": "~3.5.0-beta.1", @@ -66,7 +65,8 @@ "@antv/event-emitter": "^0.1.1", "@antv/matrix-util": "~2.0.2", "@antv/scale": "^0.2.2", - "@antv/util": "~2.0.4" + "@antv/util": "~2.0.4", + "@antv/coord": "~0.2.2" }, "devDependencies": { "@antv/gatsby-theme-antv": "^0.10.18",