Skip to content

Commit

Permalink
Refs #129216 package upgrades:
Browse files Browse the repository at this point in the history
- removed volto-block-form since volto core now
  has this functionality
- updated version of vlto-object-widget to 2.1.0
  which no longer depends on volto-block-form
- updated volto core to latest release
  • Loading branch information
ichim-david committed Mar 30, 2021
1 parent 87cc496 commit 0e5db10
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"@eeacms/volto-block-toc",
"@eeacms/volto-widgets-view",
"@eeacms/volto-matomo",
"@eeacms/volto-blocks-form",
"@eeacms/volto-sentry-rancher-config",
"@eeacms/volto-block-style",
"@eeacms/volto-freshwater"
Expand Down Expand Up @@ -71,14 +70,13 @@
"@eeacms/volto-block-divider": "1.1.1",
"@eeacms/volto-block-style": "1.1.0",
"@eeacms/volto-block-toc": "1.0.0",
"@eeacms/volto-blocks-form": "1.0.3",
"@eeacms/volto-corsproxy": "1.0.1",
"@eeacms/volto-matomo": "0.1.1",
"@eeacms/volto-object-widget": "1.0.4",
"@eeacms/volto-object-widget": "2.1.0",
"@eeacms/volto-sentry-rancher-config": "1.1.0",
"@eeacms/volto-slate-footnote": "1.0.1",
"@eeacms/volto-widgets-view": "1.0.3",
"@plone/volto": "12.4.0",
"@plone/volto": "12.4.2",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-component-queries": "^2.3.0",
"react-image-gallery": "^0.9.1",
Expand Down
17 changes: 5 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1467,13 +1467,6 @@
resolved "https://registry.yarnpkg.com/@eeacms/volto-block-toc/-/volto-block-toc-1.0.0.tgz#13c2e644ec51914ae5426c8406ad36b6a6060db2"
integrity sha512-IdKD0KSEZJ73ezak2oX5jsbCgxD8bZbqnRret7gR6WfDsRwZIObrz7xhE3P33S89sdvd5uXD12+Q13LTKjN4zA==

"@eeacms/volto-blocks-form@1.0.3":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@eeacms/volto-blocks-form/-/volto-blocks-form-1.0.3.tgz#a47b5c04a1d45c8a6eee11c2ed29ee82255fe7af"
integrity sha512-4CdA38woaAmJdNgZHBIBv+ygi/uC9yTY2WcHVtTLhH9YF5zX9/32hO7+07PJOiwXGu38WF7y9ii97eDMepJgSQ==
dependencies:
react-beautiful-dnd "13.0.0"

"@eeacms/volto-blocks-form@^1.0.0":
version "1.0.4"
resolved "https://registry.yarnpkg.com/@eeacms/volto-blocks-form/-/volto-blocks-form-1.0.4.tgz#ad939b3918db4721b28a2a910e3c13a18e9e66ad"
Expand All @@ -1495,7 +1488,7 @@
dependencies:
"@datapunt/matomo-tracker-react" "0.3.1"

"@eeacms/volto-object-widget@1.0.4", "@eeacms/volto-object-widget@^1.0.0":
"@eeacms/volto-object-widget@^1.0.0":
version "1.0.4"
resolved "https://registry.yarnpkg.com/@eeacms/volto-object-widget/-/volto-object-widget-1.0.4.tgz#a7fa9da6ee02ac5cd110e944e893937c0e3bf07b"
integrity sha512-0DVFRW7C5Q8fy3jY8Kf0IxTHS1cAGuw1iDJuM1jMiRxWK8DA80XoX4vB0hqlOtXzhtcZc553PTDDyKFL2Hxk3A==
Expand Down Expand Up @@ -2260,10 +2253,10 @@
dependencies:
"@octokit/openapi-types" "^5.3.2"

"@plone/volto@12.3.0":
version "12.3.0"
resolved "https://registry.yarnpkg.com/@plone/volto/-/volto-12.3.0.tgz#bacbda51d15d3c97556afd7c95594caac06e5e96"
integrity sha512-RWJc1nYi+E3E0d1EXQ6zGp7El4C/xoAi09Mq5nPwcRuSgZV0D4+doHjxGUN9vS05WGOr4Cis5qsLxRtbXW/Lnw==
"@plone/volto@12.4.2":
version "12.4.2"
resolved "https://registry.yarnpkg.com/@plone/volto/-/volto-12.4.2.tgz#5bcee14ad351604f2b87466c41b55a9d5bd4834d"
integrity sha512-GKeWOIwD/LleExukGKlXRcNJ5RoXAaodgiU1lx2EwU9fptLSINJ+cKfvRQr5VVseXW3x4tTVCfgs7yQjAGPb2g==
dependencies:
"@babel/plugin-proposal-export-default-from" "7.10.4"
"@babel/plugin-proposal-export-namespace-from" "7.10.4"
Expand Down

0 comments on commit 0e5db10

Please sign in to comment.