diff --git a/config/importmap.rb b/config/importmap.rb index bd3d53d5..086f4aaa 100644 --- a/config/importmap.rb +++ b/config/importmap.rb @@ -73,14 +73,14 @@ # pin "@turf/turf", to: "turf.min.js", preload: false # @7.3.0 # Turf libs needed by mapbox-gl-draw pin "@turf/projection", to: "@turf--projection.js", preload: false # @7.3.1 -pin "@turf/clone", to: "@turf--clone.js", preload: false # @7.3.1 -pin "@turf/helpers", to: "@turf--helpers.js" # @7.3.1 -pin "@turf/meta", to: "@turf--meta.js" # @7.3.1 +pin "@turf/clone", to: "@turf--clone.js", preload: false # @7.3.2 +pin "@turf/helpers", to: "@turf--helpers.js" # @7.3.2 +pin "@turf/meta", to: "@turf--meta.js" # @7.3.2 # Turf libs needed by app -pin "@turf/simplify", to: "@turf--simplify.js", preload: false # @7.3.1 -pin "@turf/boolean-point-on-line", to: "@turf--boolean-point-on-line.js", preload: false # @7.3.1 -pin "@turf/clean-coords", to: "@turf--clean-coords.js", preload: false # @7.3.1 -pin "@turf/invariant", to: "@turf--invariant.js", preload: false # @7.3.1 +pin "@turf/simplify", to: "@turf--simplify.js", preload: false # @7.3.2 +pin "@turf/boolean-point-on-line", to: "@turf--boolean-point-on-line.js", preload: false # @7.3.2 +pin "@turf/clean-coords", to: "@turf--clean-coords.js", preload: false # @7.3.2 +pin "@turf/invariant", to: "@turf--invariant.js", preload: false # @7.3.2 pin "@turf/centroid", to: "@turf--centroid.js", preload: false # @7.3.1 pin "@turf/distance", to: "@turf--distance.js", preload: false # @7.3.1 pin "@turf/along", to: "@turf--along.js", preload: false # @7.3.1