Skip to content

Commit

Permalink
updated volto-slate to not used as Default
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Apr 7, 2021
1 parent cc0cf7d commit 74df60b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"src/addons/*"
],
"addons": [
"volto-slate",
"volto-plotlycharts",
"volto-embed",
"volto-datablocks",
Expand All @@ -28,7 +29,6 @@
"@eeacms/volto-block-style",
"@eeacms/volto-collection-block",
"@eeacms/volto-sentry-rancher-config",
"volto-slate:asDefault",
"@eeacms/volto-tabs-block"
],
"jest": {
Expand Down Expand Up @@ -122,7 +122,7 @@
"volto-datablocks": "github:eea/volto-datablocks",
"volto-embed": "github:eea/volto-embed",
"volto-plotlycharts": "github:eea/volto-plotlycharts",
"volto-slate": "*"
"volto-slate": "2.4.0"
},
"devDependencies": {
"eslint-plugin-prettier": "3.1.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20144,10 +20144,10 @@ volto-datablocks@eea/volto-datablocks#master, "volto-datablocks@github:eea/volto
react-visibility-sensor "^5.1.1"
volto-datablocks eea/volto-datablocks#master

volto-slate@*:
version "2.3.1"
resolved "https://registry.yarnpkg.com/volto-slate/-/volto-slate-2.3.1.tgz#b273e6aeb17cd9357e0f28b8938d81f43b5a6a81"
integrity sha512-qQQnFpT8krDYonC5S+GO5bkoTeWzF4raaZy521paUJgiYrg5ej0RPMrVn/iorVAYgRyP4dy9kVn+yJumltOWCw==
volto-slate@2.4.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/volto-slate/-/volto-slate-2.4.0.tgz#ab72216787fde91ce5face81b4a99a4dab0a8778"
integrity sha512-A5RTnINtBBqlYlWsW4ECIoeD0tPgpolKTNDXd7+InlvAbqbgr9Vpb5rZEl971xmWNQsQ2YNIlXOik4QWZ6NawQ==
dependencies:
"@eeacms/volto-object-widget" "^2.0.0"
classnames "2.2.6"
Expand Down

0 comments on commit 74df60b

Please sign in to comment.