Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"volto-editablefooter": "5.1.11",
"volto-feedback": "0.7.2",
"volto-form-block": "3.17.1",
"volto-gdpr-privacy": "2.2.12",
"volto-gdpr-privacy": "2.3.1",
"volto-google-analytics": "2.0.0",
"volto-multilingual-widget": "3.2.1",
"volto-querywidget-with-browser": "0.4.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

import React from 'react';
import PropTypes from 'prop-types';
import { useSelector } from 'react-redux';
import { FormattedMessage } from 'react-intl';
import { Embed, Message } from 'semantic-ui-react';
import cx from 'classnames';
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8346,7 +8346,7 @@ __metadata:
volto-editablefooter: 5.1.11
volto-feedback: 0.7.2
volto-form-block: 3.17.1
volto-gdpr-privacy: 2.2.12
volto-gdpr-privacy: 2.3.1
volto-google-analytics: 2.0.0
volto-multilingual-widget: 3.2.1
volto-querywidget-with-browser: 0.4.4
Expand Down Expand Up @@ -16605,15 +16605,15 @@ __metadata:
languageName: node
linkType: hard

"volto-gdpr-privacy@npm:2.2.12":
version: 2.2.12
resolution: "volto-gdpr-privacy@npm:2.2.12"
"volto-gdpr-privacy@npm:2.3.1":
version: 2.3.1
resolution: "volto-gdpr-privacy@npm:2.3.1"
dependencies:
react-focus-lock: 2.9.4
volto-multilingual-widget: 3.2.1
peerDependencies:
"@plone/volto": ">=16.0.0-alpha.38"
checksum: ba1b9c012716b325e29fa5764f319bdb339a81424b292f30331695d5f940b4db17ccffffd59ecd17ff5058899c8b53f0f0cacd30e2e9927e35fa5c6907136635
checksum: b14b57afff4a187fdec95922f455743caa770c3d990ef733033c70b973908e49a2d97708ab8d2906868b6bd73e255c5791769f772893f775197fb5b4d98ddc1c
languageName: node
linkType: hard

Expand Down
Loading