Skip to content

Commit eefe183

Browse files
committed
Bump maplibre-adiff-viewer to v1.3.1
1 parent e02d8e9 commit eefe183

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"url": "https://github.com/osmcha/osmcha-frontend/issues"
1414
},
1515
"dependencies": {
16-
"@osmcha/maplibre-adiff-viewer": "^1.3.0",
16+
"@osmcha/maplibre-adiff-viewer": "^1.3.1",
1717
"@osmcha/osm-adiff-parser": "^3.0.0",
1818
"@turf/area": "^7.1.0",
1919
"@turf/bbox": "^7.1.0",

yarn.lock

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2098,11 +2098,12 @@
20982098
"@nodelib/fs.scandir" "2.1.5"
20992099
fastq "^1.6.0"
21002100

2101-
"@osmcha/maplibre-adiff-viewer@^1.3.0":
2102-
version "1.3.0"
2103-
resolved "https://registry.yarnpkg.com/@osmcha/maplibre-adiff-viewer/-/maplibre-adiff-viewer-1.3.0.tgz#cb0bb7b5ef4d8794ffd1441e278cb352a6f0bc34"
2104-
integrity sha512-lC+P9WpZdK/IbvspYMpKzY+TKLny3HC+EC86TXKLshYeXg9e6ivXXasjdZEop1gEydWxtVFqWATaGgaHam9rUQ==
2101+
"@osmcha/maplibre-adiff-viewer@^1.3.1":
2102+
version "1.3.1"
2103+
resolved "https://registry.yarnpkg.com/@osmcha/maplibre-adiff-viewer/-/maplibre-adiff-viewer-1.3.1.tgz#62d69fad56a5d73319574239de7addf2790101f3"
2104+
integrity sha512-VE67VWJh1DIH6pYlA+8aYxxKkrW1HkaRpV1DyE0Uiot9BSduwBKspnjm0ugKXV9UfbiKRa8/dI//cv/YyEKefw==
21052105
dependencies:
2106+
"@turf/area" "^7.2.0"
21062107
"@turf/bbox" "^7.2.0"
21072108
"@turf/bbox-polygon" "^7.2.0"
21082109
deep-equal "^2.2.3"
@@ -2337,6 +2338,16 @@
23372338
"@types/geojson" "^7946.0.10"
23382339
tslib "^2.6.2"
23392340

2341+
"@turf/area@^7.2.0":
2342+
version "7.2.0"
2343+
resolved "https://registry.yarnpkg.com/@turf/area/-/area-7.2.0.tgz#7c1e55dd9b49ef7cfe4ab848ee278547a1df3cfd"
2344+
integrity sha512-zuTTdQ4eoTI9nSSjerIy4QwgvxqwJVciQJ8tOPuMHbXJ9N/dNjI7bU8tasjhxas/Cx3NE9NxVHtNpYHL0FSzoA==
2345+
dependencies:
2346+
"@turf/helpers" "^7.2.0"
2347+
"@turf/meta" "^7.2.0"
2348+
"@types/geojson" "^7946.0.10"
2349+
tslib "^2.8.1"
2350+
23402351
"@turf/bbox-polygon@^7.2.0":
23412352
version "7.2.0"
23422353
resolved "https://registry.yarnpkg.com/@turf/bbox-polygon/-/bbox-polygon-7.2.0.tgz#5de355889d7b92647253ae7e42eddc1c7d032668"

0 commit comments

Comments
 (0)