From 8bd89c97fbff7b36f1806404f8ec5c4032e19c5e Mon Sep 17 00:00:00 2001 From: thinkinggis Date: Sat, 5 Sep 2020 11:23:48 +0800 Subject: [PATCH] fix(map): update types/mabox-gl --- packages/maps/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/maps/package.json b/packages/maps/package.json index 74870a0555..3f577ba85d 100644 --- a/packages/maps/package.json +++ b/packages/maps/package.json @@ -39,7 +39,7 @@ }, "devDependencies": { "@types/gl-matrix": "^2.4.5", - "@types/mapbox-gl": "^0.54.3", + "@types/mapbox-gl": "^1.11.2", "@types/viewport-mercator-project": "^6.1.0" }, "gitHead": "20154fe30d512024b03ac5e40f77731bc0580bb0", diff --git a/yarn.lock b/yarn.lock index c4a0c28d6a..9b0d53edf2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5483,10 +5483,10 @@ resolved "https://registry.npm.taobao.org/@types/lodash/download/@types/lodash-4.14.160.tgz?cache=0&sync_timestamp=1598288460918&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Flodash%2Fdownload%2F%40types%2Flodash-4.14.160.tgz#2f1bba6500bc3cb9a732c6d66a083378fb0b0b29" integrity sha1-Lxu6ZQC8PLmnMsbWaggzePsLCyk= -"@types/mapbox-gl@^0.54.3": - version "0.54.5" - resolved "https://registry.npm.taobao.org/@types/mapbox-gl/download/@types/mapbox-gl-0.54.5.tgz#d50285796cb9d3544121d9e2b5314da99f9774bf" - integrity sha1-1QKFeWy501RBIdnitTFNqZ+XdL8= +"@types/mapbox-gl@^1.11.2": + version "1.11.2" + resolved "https://registry.npmjs.org/@types/mapbox-gl/-/mapbox-gl-1.11.2.tgz#e989264075ac6be633837c21241f4acd54692ceb" + integrity sha512-IXfOnFPAbxnEhSG89MjFxuqIX6bJioPHA55yExM0qAaVdT+kfJX7P4d0wfW0Br3iSdq9ym8C9jCYHpuLT4FE6Q== dependencies: "@types/geojson" "*"