Skip to content

Commit

Permalink
Add volto-webmap
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Sep 29, 2020
1 parent 511db64 commit b4ede11
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 226 deletions.
2 changes: 1 addition & 1 deletion docker-image.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
eeacms/bise-frontend:4.0-0.49
eeacms/bise-frontend:4.0-0.50
3 changes: 3 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
],
"@eeacms/volto-blocks-form": [
"addons/volto-blocks-form/src"
],
"@eeacms/volto-webmap": [
"addons/volto-webmap/src"
]
}
}
Expand Down
5 changes: 5 additions & 0 deletions mrs.developer.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,10 @@
"url": "https://github.com/eea/volto-slate-dataentity.git",
"path": "src",
"package": "@eeacms/volto-slate-dataentity"
},
"volto-webmap": {
"url": "https://github.com/eea/volto-webmap.git",
"path": "src",
"package": "@eeacms/volto-webmap"
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@eeacms/volto-corsproxy",
"@eeacms/volto-columns-block",
"@eeacms/volto-slate-dataentity",
"@eeacms/volto-webmap",
"volto-searchkit"
],
"scripts": {
Expand Down Expand Up @@ -69,7 +70,7 @@
"upgrade-volto": "yarn upgrade @plone/volto; cp node_modules/@plone/volto/yarn.lock yarn.lock; yarn install"
},
"dependencies": {
"@plone/volto": "github:eea/volto#8.0.0-beta.10",
"@plone/volto": "github:eea/volto#8.0.0-beta.11",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-component-queries": "^2.3.0",
"react-image-gallery": "^0.9.1",
Expand Down
Loading

0 comments on commit b4ede11

Please sign in to comment.