Skip to content

Commit

Permalink
Merge branch 'main' into pdp-metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
herzog31 authored Jul 17, 2024
2 parents 609421e + 263805f commit d9170d3
Show file tree
Hide file tree
Showing 6 changed files with 200 additions and 262 deletions.
4 changes: 2 additions & 2 deletions blocks/fragment/fragment.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
} from '../../scripts/scripts.js';

import {
loadBlocks,
loadSections,
} from '../../scripts/aem.js';

/**
Expand All @@ -34,7 +34,7 @@ export async function loadFragment(path) {
resetAttributeBase('source', 'srcset');

decorateMain(main);
await loadBlocks(main);
await loadSections(main);
return main;
}
}
Expand Down
146 changes: 82 additions & 64 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"homepage": "https://github.com/adobe/aem-boilerplate#readme",
"devDependencies": {
"@adobe/aem-cli": "^16.5.8",
"@babel/eslint-parser": "7.24.7",
"@babel/eslint-parser": "7.24.8",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.29.1",
"stylelint": "16.6.1",
"stylelint-config-standard": "36.0.0"
"stylelint": "16.7.0",
"stylelint-config-standard": "36.0.1"
},
"dependencies": {
"@adobe/magento-storefront-event-collector": "^1.8.0",
Expand Down
Loading

0 comments on commit d9170d3

Please sign in to comment.