feat: add iframe resizer child

This commit is contained in:
Björn Fromme
2024-12-03 16:08:29 +01:00
parent 3e59031ba9
commit aa0e3ef978
3 changed files with 15 additions and 2 deletions
+4 -2
View File
@@ -1,5 +1,7 @@
import './bootstrap.js';
import './styles/app.css';
import './bootstrap.js'
import './styles/app.css'
import '@iframe-resizer/child'
import htmx from 'htmx.org'
window.htmx = htmx
+10
View File
@@ -7,6 +7,7 @@
"name": "myep-next",
"license": "WTFPL",
"dependencies": {
"@iframe-resizer/child": "^5.3.2",
"tippy.js": "^6.3.7",
"toastify-js": "^1.12.0"
},
@@ -1523,6 +1524,15 @@
"@hotwired/stimulus": ">= 3.0"
}
},
"node_modules/@iframe-resizer/child": {
"version": "5.3.2",
"resolved": "https://registry.npmjs.org/@iframe-resizer/child/-/child-5.3.2.tgz",
"integrity": "sha512-y4uX26NzdAU1XRURiFCQCNTuLI04WTGUFQNcG4hfNZGvWO/BnfQ3fiVokQwZjnaQH7mzbGE2SLJqYUb1JIqF1Q==",
"funding": {
"type": "individual",
"url": "https://iframe-resizer.com/pricing/"
}
},
"node_modules/@isaacs/cliui": {
"version": "8.0.2",
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
+1
View File
@@ -29,6 +29,7 @@
"build": "encore production --progress"
},
"dependencies": {
"@iframe-resizer/child": "^5.3.2",
"tippy.js": "^6.3.7",
"toastify-js": "^1.12.0"
}