Skip to content
Merged
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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"@kitconcept/volto-slider-block": "^4.3.0",
"@mbarde/volto-fullcalendar-block": "^0.7.0",
"@plone-collective/volto-authomatic": "^2.0.0",
"@plone/volto": "16.30.3",
"@plone/volto": "16.34.1",
"react-slick": "0.28.1",
"slick-carousel": "1.8.1",
"volto-dropdownmenu": "2.4.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ MemberCardListing.propTypes = {
have_image: PropTypes.bool,
have_cta: PropTypes.bool,
card_link_title: PropTypes.string,
cols: PropTypes.number,
cols: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
};
export default MemberCardListing;
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ SimpleCardListing.propTypes = {
have_image: PropTypes.bool,
have_cta: PropTypes.bool,
card_link_title: PropTypes.string,
cols: PropTypes.number,
cols: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
};
export default SimpleCardListing;
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const SponsorCardListing = (props) => {
return (
<PresetWrapper {...props} className="simple-card-listing">
<ListingHeader {...props} />
<Grid columns={cols} stackable>
<Grid columns={+cols} stackable>
<Grid.Row>
{randomized_items.map((item) => {
return (
Expand All @@ -46,6 +46,6 @@ SponsorCardListing.propTypes = {
linkTitle: PropTypes.string,
linkHref: PropTypes.any,
preset_color: PropTypes.any,
cols: PropTypes.number,
cols: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
};
export default SponsorCardListing;
2 changes: 1 addition & 1 deletion frontend/src/components/Blocks/Tabs/View.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const View = (props) => {
<TabContent
key={uid}
active={activeIndex === index}
tabindex="0"
tabIndex="0"
role="tabpanel"
id={'tabcontent-' + uid}
aria-labelledby={'tab-' + uid}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const widgetValidation = {
* The string that comes my not be a valid JSON
* @param {string} requestItem
*/
const tryParseJSON = (requestItem) => {
export const tryParseJSON = (requestItem) => {
let resultObj = null;
try {
resultObj = JSON.parse(requestItem);
Expand Down
20 changes: 10 additions & 10 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2855,9 +2855,9 @@ __metadata:
languageName: node
linkType: hard

"@plone/volto@npm:16.30.3":
version: 16.30.3
resolution: "@plone/volto@npm:16.30.3"
"@plone/volto@npm:16.34.1":
version: 16.34.1
resolution: "@plone/volto@npm:16.34.1"
dependencies:
"@babel/core": ^7.0.0
"@babel/plugin-proposal-export-default-from": 7.18.9
Expand Down Expand Up @@ -2999,7 +2999,7 @@ __metadata:
react-simple-code-editor: 0.7.1
react-sortable-hoc: 2.0.0
react-test-renderer: 17.0.2
react-toastify: 5.4.1
react-toastify: 5.5.0
react-transition-group: 4.4.5
react-virtualized: 9.22.3
redraft: 0.10.2
Expand Down Expand Up @@ -3039,7 +3039,7 @@ __metadata:
webpack-node-externals: 3.0.0
xmlrpc: 1.3.2
yarnhook: 0.5.1
checksum: 91a90d0833481dfc2ca87299b0cb7de8c11aa7c05c60657d37f0a2fa3d01d0035a1e3cd19bed34e81d81eab91a7e08b3f7c3d8d9dcd269aeb588efc2fd565939
checksum: cc3c170c020b40861fb5801e369e89038925ab565f30d62b3c47106b4ce72b343869dff37cdfa865041e74c85529588b3dc85486039f0d454fc730c0d849793d
languageName: node
linkType: hard

Expand Down Expand Up @@ -11875,7 +11875,7 @@ __metadata:
"@mbarde/volto-fullcalendar-block": ^0.7.0
"@plone-collective/volto-authomatic": ^2.0.0
"@plone/scripts": ^2.2.1
"@plone/volto": 16.30.3
"@plone/volto": 16.34.1
"@storybook/addon-actions": ^6.3.0
"@storybook/addon-controls": 6.3.0
"@storybook/addon-essentials": ^6.3.0
Expand Down Expand Up @@ -20254,9 +20254,9 @@ __metadata:
languageName: node
linkType: hard

"react-toastify@npm:5.4.1":
version: 5.4.1
resolution: "react-toastify@npm:5.4.1"
"react-toastify@npm:5.5.0":
version: 5.5.0
resolution: "react-toastify@npm:5.5.0"
dependencies:
"@babel/runtime": ^7.4.2
classnames: ^2.2.6
Expand All @@ -20265,7 +20265,7 @@ __metadata:
peerDependencies:
react: ">=15.0.0"
react-dom: ">=15.0.0"
checksum: 684b918284b6579affdfcafdbc84979827afe91894cd73ad7bf7d7ff260a78804bd8497041269bfa5634f616a3a11765b1a8df76c1364937086115f79f214838
checksum: 9759c59371ad1ccf36ba5779bd6132061afd10bb30f2ea0038ddf2ab077a1957e7aa361c959f0f7656481734cb1b01f10d254c3f76cb6a2bd0f8c183414d78e2
languageName: node
linkType: hard

Expand Down