Skip to content

Commit

Permalink
Upgrade/openlayers 10 (#323)
Browse files Browse the repository at this point in the history
openlayers v10.3.1
  • Loading branch information
lowzonenose authored Jan 10, 2025
1 parent ef58d81 commit c254cc1
Show file tree
Hide file tree
Showing 13 changed files with 375 additions and 16 deletions.
2 changes: 2 additions & 0 deletions DRAFT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ __DATE__

### 🎉 Summary

> upgrade OpenLayers en v10.3.1 🎉
### 💥 Breaking changes

### 📖 Changelog
Expand Down
2 changes: 1 addition & 1 deletion demos/angular-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"private": true,
"dependencies": {
"geopf-extensions-openlayers": "../../dist/package/geopf-extensions-openlayers.tgz",
"ol": "^9.1.0",
"ol": "^10.3.1",
"@gouvfr/dsfr": "^1.11.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion demos/esmodule-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"geopf-extensions-openlayers": "../../dist/package/geopf-extensions-openlayers.tgz",
"ol": "latest",
"ol": "10.3.1",
"@gouvfr/dsfr": "^1.11.0"
}
}
2 changes: 1 addition & 1 deletion demos/react-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"geopf-extensions-openlayers": "../../dist/package/geopf-extensions-openlayers.tgz",
"ol": "^9.1.0",
"ol": "^10.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion demos/vue-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"geopf-extensions-openlayers": "../../dist/package/geopf-extensions-openlayers.tgz",
"ol": "^9.1.0",
"ol": "^10.3.1",
"vue": "^3.4.21",
"@gouvfr/dsfr": "^1.11.0"
},
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "geopf-extensions-openlayers",
"description": "French Geoportal Extensions for OpenLayers libraries",
"version": "1.0.0-beta.1-320",
"date": "08/01/2025",
"version": "1.0.0-beta.2-323",
"date": "09/01/2025",
"module": "src/index.js",
"directories": {},
"engines": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"geoportail",
"geoplateforme",
"javascript",
"OpenLayers 8"
"OpenLayers 10"
],
"license": "AGPL-3.0",
"bugs": {
Expand All @@ -48,7 +48,7 @@
"geoportal-access-lib": "3.4.6",
"loglevel": "^1.9.1",
"markdown-toc": "^1.2.0",
"ol": "8.2.0",
"ol": "10.3.1",
"ol-mapbox-style": "12.4.0",
"proj4": "2.15.0",
"sortablejs": "1.15.3",
Expand Down
Loading

0 comments on commit c254cc1

Please sign in to comment.