diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-06-17 12:57:38 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-06-17 12:57:38 +0200 |
commit | 6c8c31e70b091ae7c36f3ecd747fe8b36ffb266b (patch) | |
tree | 39d0c8dca650059f2d162b9506c5d98d3d39456c /package.json | |
parent | 7cb06ca73487b85a29784fb49fdc1131d534e1da (diff) |
Upgrade OpenLayers to 10.6.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 26f753d..d8a0d81 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "bootstrap": "5.3.x", "bootstrap-icons": "1.13.x", - "ol": "10.5.x", + "ol": "10.6.x", "proj4": "2.17.x" } } |