fix: version of cimengine

This commit is contained in:
Artemy 2023-08-03 16:05:48 +03:00
parent 3292d45469
commit 85486b7bea
3 changed files with 11 additions and 8 deletions

View file

@ -6,7 +6,8 @@
"properties": { "properties": {
"name": "mexico", "name": "mexico",
"fill": "#e79f00", "fill": "#e79f00",
"stroke": "#e79f00" "stroke": "#e79f00",
"area": "2 371 575.61"
}, },
"geometry": { "geometry": {
"type": "Polygon", "type": "Polygon",
@ -549,7 +550,8 @@
"stroke": "#bc2700", "stroke": "#bc2700",
"tags": [ "tags": [
"NATO" "NATO"
] ],
"area": "12 816 534.60"
}, },
"geometry": { "geometry": {
"type": "Polygon", "type": "Polygon",
@ -1852,7 +1854,8 @@
"stroke": "#009abc", "stroke": "#009abc",
"tags": [ "tags": [
"NATO" "NATO"
] ],
"area": "10 616 317.76"
}, },
"geometry": { "geometry": {
"type": "MultiPolygon", "type": "MultiPolygon",

8
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "1.0.0", "version": "1.0.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"cimengine-build-tools": "^1.1.4" "cimengine-build-tools": "^1.3.2"
} }
}, },
"node_modules/@turf/along": { "node_modules/@turf/along": {
@ -1616,9 +1616,9 @@
} }
}, },
"node_modules/cimengine-build-tools": { "node_modules/cimengine-build-tools": {
"version": "1.1.4", "version": "1.3.2",
"resolved": "https://registry.npmjs.org/cimengine-build-tools/-/cimengine-build-tools-1.1.4.tgz", "resolved": "https://registry.npmjs.org/cimengine-build-tools/-/cimengine-build-tools-1.3.2.tgz",
"integrity": "sha512-F6NLwjdrYP+dYZWipOUDhflbiJ+83oeiTo1c2nt0LxFipnLMKrUWSFtI0pih9DzcmZQgfQzysU005op/uMvY2A==", "integrity": "sha512-iyOESfRFwfc+HADp1tPNrsIcApI4L3IQM5TVm9rcT3K6uCcl8eWa33ntdQ+/VThTMGUiEvP1SknCI91n5o/bzQ==",
"dependencies": { "dependencies": {
"@turf/turf": "^6.5.0", "@turf/turf": "^6.5.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",

View file

@ -25,6 +25,6 @@
}, },
"homepage": "https://github.com/CIMEngine/worldmap#readme", "homepage": "https://github.com/CIMEngine/worldmap#readme",
"dependencies": { "dependencies": {
"cimengine-build-tools": "^1.1.4" "cimengine-build-tools": "^1.3.2"
} }
} }