aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2024-03-02 14:36:13 +0100
committerGuilhem Moulin <guilhem@fripost.org>2024-03-02 14:36:43 +0100
commitb80df604fce301355789f2559d26277342936475 (patch)
treed72247231fe36aa82f923dcbb9f10e841b724b28 /package.json
parent6f2144abe08978246c9fc0fa0f20489bf4a449f3 (diff)
Upgrade OpenLayers to 9.0.0.
Release notes: https://github.com/openlayers/openlayers/releases/tag/v9.0.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 02b0c8f..8b62c1f 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"bootstrap": "5.3.x",
"bootstrap-icons": "1.11.x",
- "ol": "8.2.x",
+ "ol": "9.0.x",
"proj4": "2.9.x"
}
}