chore: megre master

This commit is contained in:
thinkinggis 2020-04-20 17:16:06 +08:00
commit f081a9e1c0
4 changed files with 26342 additions and 11 deletions

View File

@ -1,4 +0,0 @@
---
title: Draw Component
order: 2
---

View File

@ -7,7 +7,7 @@
}, },
"devDependencies": { "devDependencies": {
"@antv/g2": "^3.5.9", "@antv/g2": "^3.5.9",
"@antv/gatsby-theme-antv": "0.10.43", "@antv/gatsby-theme-antv": "^0.10.59",
"@babel/cli": "^7.6.4", "@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4", "@babel/core": "^7.6.4",
"@babel/plugin-proposal-decorators": "^7.6.0", "@babel/plugin-proposal-decorators": "^7.6.0",
@ -32,7 +32,7 @@
"@types/enzyme-adapter-react-16": "^1.0.3", "@types/enzyme-adapter-react-16": "^1.0.3",
"@types/gl": "^4.1.0", "@types/gl": "^4.1.0",
"@types/jest": "^24.0.18", "@types/jest": "^24.0.18",
"@types/node": "^13.11.1", "@types/node": "13.11.1",
"@types/storybook__react": "^4.0.2", "@types/storybook__react": "^4.0.2",
"@types/supercluster": "^5.0.1", "@types/supercluster": "^5.0.1",
"awesome-typescript-loader": "^5.2.1", "awesome-typescript-loader": "^5.2.1",
@ -86,9 +86,9 @@
"postcss-url": "^8.0.0", "postcss-url": "^8.0.0",
"prettier": "^1.19.1", "prettier": "^1.19.1",
"raw-loader": "^1.0.0", "raw-loader": "^1.0.0",
"react": "^16.8.6", "react": "^16.13.1",
"react-docgen-typescript-loader": "^3.1.0", "react-docgen-typescript-loader": "^3.1.0",
"react-dom": "^16.12.0", "react-dom": "^16.13.1",
"react-i18next": "^11.0.1", "react-i18next": "^11.0.1",
"rimraf": "^2.6.2", "rimraf": "^2.6.2",
"rollup": "^1.27.14", "rollup": "^1.27.14",
@ -116,6 +116,7 @@
"tslint-plugin-prettier": "^1.3.0", "tslint-plugin-prettier": "^1.3.0",
"tslint-react": "^3.6.0", "tslint-react": "^3.6.0",
"typescript": "^3.7.0-beta", "typescript": "^3.7.0-beta",
"@turf/turf": "^5.1.6",
"webpack": "^4.17.1", "webpack": "^4.17.1",
"webpack-cli": "^3.1.0", "webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.7", "webpack-dev-server": "^3.1.7",

View File

@ -37,14 +37,13 @@
"dependencies": { "dependencies": {
"@babel/runtime": "^7.7.7", "@babel/runtime": "^7.7.7",
"@turf/turf": "^5.1.6", "@turf/turf": "^5.1.6",
"@antv/l7": "^2.1.15",
"@turf/circle": "^6.0.1",
"@turf/distance": "^6.0.1", "@turf/distance": "^6.0.1",
"@turf/helpers": "^6.1.4", "@turf/helpers": "^6.1.4",
"@turf/midpoint": "^5.1.5", "@turf/midpoint": "^5.1.5",
"lodash": "^4.6.2" "lodash": "^4.6.2"
}, },
"peerDependencies": {
"@antv/l7": "^2.1.15"
},
"bugs": { "bugs": {
"url": "https://github.com/antvis/L7/issues" "url": "https://github.com/antvis/L7/issues"
}, },

26335
yarn.lock Normal file

File diff suppressed because it is too large Load Diff