aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2024-05-30 15:52:28 +0200
committerGuilhem Moulin <guilhem@fripost.org>2024-05-30 15:52:28 +0200
commitfde47f46b3fa2184a88ab44fc831691fb4fd7a01 (patch)
tree5dcaef8ab327ae59164557f11c17982a697231ee
parent809b7cbeb43c5a9c94d68af9884074fc70cb38c5 (diff)
Upgrade OpenLayers to 9.2.0.
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 830f072..5d9c0af 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"bootstrap": "5.3.x",
"bootstrap-icons": "1.11.x",
- "ol": "9.1.x",
+ "ol": "9.2.x",
"proj4": "2.11.x"
}
}