Skip to content

Commit

Permalink
Update addons versions
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Sep 21, 2021
1 parent 0ebe6c4 commit d1313bf
Show file tree
Hide file tree
Showing 15 changed files with 7,039 additions and 3,243 deletions.
10 changes: 2 additions & 8 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"compilerOptions": {
"paths": {
"volto-addons": [
"addons/volto-addons/src"
],
"volto-datablocks": [
"addons/volto-datablocks/src"
],
"volto-embed": [
"addons/volto-embed/src"
"volto-addons": [
"addons/volto-addons/src"
],
"@eeacms/volto-block-style": [
"addons/volto-block-style/src"
Expand All @@ -19,9 +16,6 @@
"@eeacms/volto-datablocks": [
"addons/volto-datablocks/src"
],
"@eeacms/volto-embed": [
"addons/volto-embed/src"
],
"@eeacms/volto-grid-block": [
"addons/volto-grid-block/src"
],
Expand Down
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/es.json

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion locales/pt.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.

7 changes: 0 additions & 7 deletions mrs.developer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@
"package": "@eeacms/volto-datablocks",
"develop": true
},
"volto-embed": {
"url": "https://github.com/eea/volto-embed.git",
"branch": "develop",
"path": "src",
"package": "@eeacms/volto-embed",
"develop": true
},
"volto-grid-block": {
"url": "https://github.com/eea/volto-grid-block.git",
"branch": "centurion",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"build": "razzle build",
"start:prod": "NODE_ENV=production node build/server.js",
"i18n": "NODE_ENV=production node node_modules/@plone/volto/src/i18n.js",
"develop:npx": "npx -p mrs-developer missdev --config=jsconfig.json --output=develop",
"develop": "missdev --config=jsconfig.json --output=develop",
"develop:npx": "npx -p mrs-developer missdev --config=jsconfig.json --output=addons",
"develop": "missdev --config=jsconfig.json --output=addons",
"update": "./scripts/update.sh",
"test": "./node_modules/jest/bin/jest.js --env=jsdom --passWithNoTests src/addons --verbose",
"cypress:run": "./node_modules/cypress/bin/cypress run",
Expand Down Expand Up @@ -64,10 +64,10 @@
"@eeacms/volto-widget-toggle": "2.2.3",
"@eeacms/volto-widgets-view": "3.0.0",
"@material/react-linear-progress": "^0.15.0",
"@plone/volto": "13.8.2",
"@eeacms/volto-embed": "2.0.3",
"@plone/volto": "13.15.1",
"axios": "^0.21.1",
"jsonp": "^0.2.1",
"ol": "^6.4.3",
"performant-array-to-tree": "^1.7.1",
"react-highlight-words": "^0.16.0",
"react-iframe": "^1.8.0",
Expand Down
10,235 changes: 7,022 additions & 3,213 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit d1313bf

Please sign in to comment.