diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-05-25 13:20:55 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-05-25 13:20:55 +0200 |
commit | 9c3b96d1f3879977978ca94330cd22a6e93d69ae (patch) | |
tree | 2756b529e5e7244a15ff2af91f3619c1bba37ad1 /package.json | |
parent | 91b15ec23ac408e4cce248168662df4efd0f31d1 (diff) |
Upgrade OpenLayers to 10.5.x.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 6ec4e0f..719b667 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "bootstrap": "5.3.x", "bootstrap-icons": "1.11.x", - "ol": "10.3.x", + "ol": "10.5.x", "proj4": "2.17.x" } } |