From 53feb199e75e21c14051b3de6921085035455fc8 Mon Sep 17 00:00:00 2001 From: kagawagao Date: Fri, 29 May 2020 08:59:43 +0800 Subject: [PATCH] feat: update g2plot version --- package-lock.json | 32 ++++++++++++++++---------------- package.json | 6 +++--- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8dc7a420..0cabf0a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -135,9 +135,9 @@ } }, "@antv/g2": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/@antv/g2/-/g2-4.0.8.tgz", - "integrity": "sha512-op5xjArjAsGp8tIpm/AClrHfnguV4tI7xnVSoE+koVnSksQZ9OQzz3GIYvLX7FhbUBWPaQjUoD+ulx+/uexp5Q==", + "version": "4.0.9", + "resolved": "https://registry.npmjs.org/@antv/g2/-/g2-4.0.9.tgz", + "integrity": "sha512-X+4ohfGVn/akK7yumBXiAbVDb/6nCR5Xlzl8ctuFNwFi6k2SPe1XkyiaWuZHO4XRSqBawb1KnSDhJsE5sKAvZw==", "requires": { "@antv/adjust": "^0.2.1", "@antv/attr": "^0.3.1", @@ -163,9 +163,9 @@ } }, "@antv/g2plot": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.4.tgz", - "integrity": "sha512-LbhByr9YDHq5mHtrbOsk6dZoct44LCGm5xUVAwadjaIVCYc9fYeigIbMVloztYt4V07YxeGTX1TdQLA39CKbmg==", + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.5.tgz", + "integrity": "sha512-XFCsGl9elkYVTEIEVXwOFeMV7s6Aqs9wwzvLYQsBQ4cBiWpKBGp7cLZSSP8pumpIiR/5Vcy8USZ6V87RtPmvBg==", "requires": { "@antv/component": "~0.6.1", "@antv/coord": "~0.3.0", @@ -175,7 +175,7 @@ "@antv/g-canvas": "~0.4.0", "@antv/g-gesture": "~1.0.0", "@antv/g-svg": "~0.4.0", - "@antv/g2": "~4.0.8", + "@antv/g2": "~4.0.9", "@antv/matrix-util": "~3.1.0-beta.1", "@antv/scale": "~0.3.1", "@antv/util": "~2.0.7", @@ -230,9 +230,9 @@ } }, "@babel/cli": { - "version": "7.8.4", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.8.4.tgz", - "integrity": "sha512-XXLgAm6LBbaNxaGhMAznXXaxtCWfuv6PIDJ9Alsy9JYTOh+j2jJz+L/162kkfU1j/pTSxK1xGmlwI4pdIMkoag==", + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.10.1.tgz", + "integrity": "sha512-cVB+dXeGhMOqViIaZs3A9OUAe4pKw4SBNdMw6yHJMYR7s4TB+Cei7ThquV/84O19PdIFWuwe03vxxES0BHUm5g==", "dev": true, "requires": { "chokidar": "^2.1.8", @@ -247,9 +247,9 @@ }, "dependencies": { "commander": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.0.tgz", - "integrity": "sha512-NIQrwvv9V39FHgGFm36+U9SMQzbiHvU79k+iADraJTpmrFFfx7Ds0IvDoAdZsDrknlkRk14OYoWXb57uTh7/sw==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", "dev": true }, "source-map": { @@ -4982,9 +4982,9 @@ "dev": true }, "@types/lodash": { - "version": "4.14.152", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.152.tgz", - "integrity": "sha512-Vwf9YF2x1GE3WNeUMjT5bTHa2DqgUo87ocdgTScupY2JclZ5Nn7W2RLM/N0+oreexUk8uaVugR81NnTY/jNNXg==", + "version": "4.14.153", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.153.tgz", + "integrity": "sha512-lYniGRiRfZf2gGAR9cfRC3Pi5+Q1ziJCKqPmjZocigrSJUVPWf7st1BtSJ8JOeK0FLXVndQ1IjUjTco9CXGo/Q==", "dev": true }, "@types/marked": { diff --git a/package.json b/package.json index c9eb90fc..f6d72f14 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "postversion": "npm publish" }, "devDependencies": { - "@babel/cli": "^7.8.4", + "@babel/cli": "^7.10.1", "@commitlint/cli": "^8.3.5", "@commitlint/config-conventional": "^8.3.4", "@opd/babel-preset-component": "^1.3.0", @@ -55,7 +55,7 @@ "@opd/jest-preset-pangu": "^1.4.0", "@opd/prettier-config-pangu": "^1.2.0", "@types/jest": "^25.2.3", - "@types/lodash": "^4.14.152", + "@types/lodash": "^4.14.153", "@types/react": "^16.9.35", "@types/react-dom": "^16.9.8", "@types/react-test-renderer": "^16.9.2", @@ -78,7 +78,7 @@ "react": "^15.0.0 || ^16.0.0" }, "dependencies": { - "@antv/g2plot": "^1.1.3" + "@antv/g2plot": "^1.1.5" }, "husky": { "hooks": {