aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2024-04-08 23:45:38 +0200
committerGuilhem Moulin <guilhem@fripost.org>2024-04-08 23:49:21 +0200
commit1d1a2e8d6995fdcc1894e20fb9fd9c2f6344def4 (patch)
treea1124b9f9bd16de6c2c5e47da31a0f9745758673
parent93713f69fa4091ba0895bbe0bbbfa2f4ba394ef0 (diff)
Upgrade OpenLayers to 9.1.0.
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 18c0da5..f6faff8 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"bootstrap": "5.3.x",
"bootstrap-icons": "1.11.x",
- "ol": "9.0.x",
+ "ol": "9.1.x",
"proj4": "2.10.x"
}
}