Skip to content

Commit

Permalink
Merge pull request #635 from db-ui/dependabot-npm_and_yarn-iframe-res…
Browse files Browse the repository at this point in the history
…izer-4.3.9

build(deps-dev): bump iframe-resizer from 4.3.7 to 4.3.9
  • Loading branch information
github-actions[bot] authored Nov 13, 2023
2 parents 8a60771 + bd5b601 commit aee58a5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion enterprise.patternlab-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"css": "./source/css",
"icons": "./node_modules/@db-ui/base/build/assets/icons",
"samples": "./source/samples",
"iframeResizer.contentWindow.min.js": "node_modules/iframe-resizer/js/iframeResizer.contentWindow.min.js",
"iframeResizer.contentWindow.js": "node_modules/iframe-resizer/js/iframeResizer.contentWindow.js",
"details-element-polyfill.js": "node_modules/details-element-polyfill/dist/details-element-polyfill.js",
"dialog-polyfill.js": "node_modules/dialog-polyfill/dist/dialog-polyfill.js",
"dialog-polyfill.css": "node_modules/dialog-polyfill/dist/dialog-polyfill.css",
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"html-validate": "^8.7.1",
"html5-boilerplate": "^8.0.0",
"husky": "^8.0.3",
"iframe-resizer": "^4.3.7",
"iframe-resizer": "^4.3.9",
"lint-staged": "^15.1.0",
"markdownlint-cli": "^0.37.0",
"nodemon": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion source/_meta/_head.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ documentation has useful tips on creating an effective description. //-->
<meta name="theme-color" content="#f01414">

<!-- iframe resizing script for pattern previews -->
<script src="../../js/iframeresizer.contentwindow.min.js"></script>
<script src="../../js/iframeResizer.contentWindow.js"></script>
</head>

<body class="{{ bodyClass }}">

0 comments on commit aee58a5

Please sign in to comment.