refactor: 锁定l7& l7_map版本号

This commit is contained in:
thinkinggis 2020-04-07 11:30:14 +08:00
parent a0d9561209
commit ec3c278cd0
2 changed files with 7 additions and 7 deletions

View File

@ -24,11 +24,11 @@
"author": "antv", "author": "antv",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@antv/l7-component": "^2.1.10", "@antv/l7-component": "2.1.10",
"@antv/l7-core": "^2.1.10", "@antv/l7-core": "2.1.10",
"@antv/l7-layers": "^2.1.10", "@antv/l7-layers": "2.1.10",
"@antv/l7-maps": "^2.1.10", "@antv/l7-maps": "2.1.10",
"@antv/l7-scene": "^2.1.10", "@antv/l7-scene": "2.1.10",
"@babel/runtime": "^7.7.7" "@babel/runtime": "^7.7.7"
}, },
"gitHead": "a5d354b66873f700730248d015c5e539c54b34b7", "gitHead": "a5d354b66873f700730248d015c5e539c54b34b7",

View File

@ -25,8 +25,8 @@
"author": "xiaoiver", "author": "xiaoiver",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@antv/l7-core": "^2.1.10", "@antv/l7-core": "2.1.10",
"@antv/l7-utils": "^2.1.10", "@antv/l7-utils": "2.1.10",
"@babel/runtime": "^7.7.7", "@babel/runtime": "^7.7.7",
"@types/amap-js-api": "^1.4.6", "@types/amap-js-api": "^1.4.6",
"gl-matrix": "^3.1.0", "gl-matrix": "^3.1.0",