Skip to content

Commit 8bca6e2

Browse files
authored
Merge pull request #331 from gtt-project/fix/limit-ol-ext-version
Limit ol-ext version to 4.0.18 and update yarn.lock
2 parents a6359d2 + d91131b commit 8bca6e2

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"fontfaceobserver": "^2.3.0",
2727
"geojson": "^0.5.0",
2828
"ol": "^9.1.0",
29-
"ol-ext": "^4.0.21",
29+
"ol-ext": "4.0.18",
3030
"ol-mapbox-style": "^12.3.4"
3131
},
3232
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -634,11 +634,6 @@ fastest-levenshtein@^1.0.12:
634634
resolved "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz"
635635
integrity sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==
636636

637-
fflate@^0.4.8:
638-
version "0.4.8"
639-
resolved "https://registry.npmjs.org/fflate/-/fflate-0.4.8.tgz"
640-
integrity sha512-FJqqoDBR00Mdj9ppamLa/Y7vxm+PRmNWA67N846RvsoYVMKB4q3y/de5PA7gUmRMYK/8CMz2GDZQmCRN1wBcWA==
641-
642637
fill-range@^7.1.1:
643638
version "7.1.1"
644639
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
@@ -900,10 +895,10 @@ normalize-path@^3.0.0, normalize-path@~3.0.0:
900895
resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz"
901896
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
902897

903-
ol-ext@^4.0.21:
904-
version "4.0.21"
905-
resolved "https://registry.yarnpkg.com/ol-ext/-/ol-ext-4.0.21.tgz#78ba613d1b95e66629c3ce252da6f8367ba0f3eb"
906-
integrity sha512-xP4oVD5KBvJW6P9UQwmPcgqMDh6nzUrHjle4qhNqzRW7OkP02mObw5UMGAgz+uhIW8doJ3hYCwy2HcpU1JFpig==
898+
899+
version "4.0.18"
900+
resolved "https://registry.yarnpkg.com/ol-ext/-/ol-ext-4.0.18.tgz#87e68566bae1a7821e3a1af8b7019409ce922324"
901+
integrity sha512-zzeTAoCg9IocaM7LlXiLNnVCgVmfxxLzlDTWvYn3Y2gFxtICHSfRrIQl/8vumgBjftBksVl1Fds8P5uFReTmew==
907902

908903
ol-mapbox-style@^12.3.4:
909904
version "12.3.4"

0 commit comments

Comments
 (0)