Skip to content

Commit

Permalink
update mapstore to version 2024.02.xx
Browse files Browse the repository at this point in the history
(cherry picked from commit 856e7fa)
  • Loading branch information
allyoucanmap authored and giohappy committed Sep 25, 2024
1 parent e180a16 commit 318399b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "geonode_mapstore_client/client/MapStore2"]
path = geonode_mapstore_client/client/MapStore2
url = https://github.com/geosolutions-it/MapStore2.git
branch = master
branch = 2024.02.xx
2 changes: 0 additions & 2 deletions geonode_mapstore_client/client/.npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
# add legacy peer dependency flag on npm install
legacy-peer-deps=true
# this is needed for node greater then 16
node-options=--openssl-legacy-provider
2 changes: 1 addition & 1 deletion geonode_mapstore_client/client/MapStore2
Submodule MapStore2 updated 185 files
5 changes: 3 additions & 2 deletions geonode_mapstore_client/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"author": "GeoSolutions",
"license": "BSD-2-Clause",
"devDependencies": {
"@mapstore/project": "1.0.27",
"@mapstore/project": "git+https://github.com/geosolutions-it/mapstore-project.git#2024.02.xx",
"dotenv": "10.0.0",
"jsdoc": "4.0.0"
},
Expand All @@ -35,7 +35,8 @@
"dompurify": "2.2.6",
"mapstore": "file:MapStore2",
"react-helmet": "6.1.0",
"react-intl": "2.3.0"
"react-intl": "2.3.0",
"react-router-dom": "4.1.1"
},
"mapstore": {
"output": "dist",
Expand Down

0 comments on commit 318399b

Please sign in to comment.