Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Nov 16, 2021
1 parent 6f4b18d commit aa291d6
Show file tree
Hide file tree
Showing 4 changed files with 193 additions and 217 deletions.
8 changes: 4 additions & 4 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"paths": {},
"baseUrl": "src"
}
"compilerOptions": {
"paths": {},
"baseUrl": "src"
}
}
7 changes: 7 additions & 0 deletions mrs.developer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,12 @@
"package": "@eeacms/volto-industry-theme",
"branch": "develop",
"path": "src"
},
"volto-datablocks": {
"url": "git@github.com:eea/volto-datablocks.git",
"https": "https://github.com/eea/volto-datablocks.git",
"package": "@eeacms/volto-datablocks",
"branch": "develop",
"path": "src"
}
}
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"release-beta": "release-it --preRelease=beta"
},
"dependencies": {
"@eeacms/volto-eea-kitkat": "4.1.1",
"@eeacms/volto-industry-theme": "1.1.3",
"@eeacms/volto-eea-kitkat": "4.1.3",
"@eeacms/volto-industry-theme": "1.1.4",
"@plone/volto": "13.15.1"
},
"devDependencies": {
Expand All @@ -51,6 +51,9 @@
"stylelint-config-prettier": "8.0.1",
"stylelint-prettier": "1.1.2"
},
"resolutions": {
"volto-slate": "4.2.1"
},
"jest": {
"modulePathIgnorePatterns": [
"api"
Expand Down
Loading

0 comments on commit aa291d6

Please sign in to comment.