Skip to content

Commit

Permalink
refactor: bump OL version to 6.13.0 (#3500)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoCardoso committed Feb 28, 2022
1 parent 21cf3c5 commit 397b8b9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@vaadin/component-base": "^23.0.0",
"@vaadin/vaadin-license-checker": "^2.1.0",
"@vaadin/vaadin-themable-mixin": "^23.0.0",
"ol": "6.12.1-dev.1645111187932"
"ol": "6.13.0"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8386,22 +8386,22 @@ octokit@^1.7.1:
"@octokit/plugin-throttling" "^3.5.1"
"@octokit/types" "^6.26.0"

ol-mapbox-style@^6.8.2:
version "6.9.0"
resolved "https://registry.yarnpkg.com/ol-mapbox-style/-/ol-mapbox-style-6.9.0.tgz#b9587e390d8cc2037481ecdea53f0a6b9ba1d46c"
integrity sha512-Isxk+IPB6pCBD2Pubz9cpQcZjEeuPhxyk/QsLZjb2+KwvyGaIFltdlxnxx/QXJ7rOxUiLvS/XhsOyiK0c7prEw==
ol-mapbox-style@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/ol-mapbox-style/-/ol-mapbox-style-7.0.0.tgz#99b734fe1bf8d161f8ba7795a574e2adb9e8bd38"
integrity sha512-y0OrKfx/TBcbGUf0UefDuYPSfMCCjPz0aUttm/kG461CNwzJpGavvf/lJ7nyNfeHSJFr0iEEdAbB98UUUQQkww==
dependencies:
"@mapbox/mapbox-gl-style-spec" "^13.20.1"
mapbox-to-css-font "^2.4.1"
webfont-matcher "^1.1.0"

ol@6.12.1-dev.1645111187932:
version "6.12.1-dev.1645111187932"
resolved "https://registry.yarnpkg.com/ol/-/ol-6.12.1-dev.1645111187932.tgz#daf364224f9a743393424ec409292b71249c5114"
integrity sha512-5+aG2CMms52LaUKZMQbr+GTCjI7UIB5TfYzrloemRItbmqJ5XCtpA7dKSUBMLAHiT3LCcpTucjR4+jB/JejzKA==
ol@6.13.0:
version "6.13.0"
resolved "https://registry.yarnpkg.com/ol/-/ol-6.13.0.tgz#275b0d70a01b05ea11931c5480db9f25145d467c"
integrity sha512-Fa6yt+FArWE9fwYRRhi/8+ULcFDRS2ZuDcLp3R9bQeDVa5T4E4TT9iqLeJhmHG+bzWiLWJHIeFUqw8GD2gW0YA==
dependencies:
geotiff "^2.0.2"
ol-mapbox-style "^6.8.2"
ol-mapbox-style "^7.0.0"
pbf "3.2.1"
rbush "^3.0.1"

Expand Down

0 comments on commit 397b8b9

Please sign in to comment.