Skip to content

Commit

Permalink
update addons
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Jul 4, 2023
1 parent 9e133d7 commit d01fa6a
Show file tree
Hide file tree
Showing 8 changed files with 319 additions and 43 deletions.
6 changes: 5 additions & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"compilerOptions": {
"paths": {},
"paths": {
"@eeacms/volto-industry-theme": [
"addons/volto-industry-theme/src"
]
},
"baseUrl": "src"
}
}
2 changes: 1 addition & 1 deletion locales/de.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion locales/en.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion locales/pt_BR.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion locales/ro.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion mrs.developer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"package": "@eeacms/volto-industry-theme",
"branch": "develop",
"path": "src",
"develop": false
"develop": true
},
"volto-datablocks": {
"url": "git@github.com:eea/volto-datablocks.git",
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,11 @@
"node": "^14 || ^16"
},
"resolutions": {
"@eeacms/volto-tableau": "4.1.0"
"@eeacms/volto-tableau": "4.1.0",
"@eeacms/volto-datablocks": "github:eea/volto-datablocks#4.0.8"
},
"dependencies": {
"@eeacms/volto-datablocks": "5.0.2",
"@eeacms/volto-datablocks": "github:eea/volto-datablocks#4.0.8",
"@eeacms/volto-eea-kitkat": "16.0.2",
"@eeacms/volto-industry-theme": "2.0.15",
"@eeacms/volto-openlayers-map": "0.3.0",
Expand Down
Loading

0 comments on commit d01fa6a

Please sign in to comment.