feat: add iframe resizer child
This commit is contained in:
+4
-2
@@ -1,5 +1,7 @@
|
|||||||
import './bootstrap.js';
|
import './bootstrap.js'
|
||||||
import './styles/app.css';
|
import './styles/app.css'
|
||||||
|
|
||||||
|
import '@iframe-resizer/child'
|
||||||
|
|
||||||
import htmx from 'htmx.org'
|
import htmx from 'htmx.org'
|
||||||
window.htmx = htmx
|
window.htmx = htmx
|
||||||
|
|||||||
Generated
+10
@@ -7,6 +7,7 @@
|
|||||||
"name": "myep-next",
|
"name": "myep-next",
|
||||||
"license": "WTFPL",
|
"license": "WTFPL",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@iframe-resizer/child": "^5.3.2",
|
||||||
"tippy.js": "^6.3.7",
|
"tippy.js": "^6.3.7",
|
||||||
"toastify-js": "^1.12.0"
|
"toastify-js": "^1.12.0"
|
||||||
},
|
},
|
||||||
@@ -1523,6 +1524,15 @@
|
|||||||
"@hotwired/stimulus": ">= 3.0"
|
"@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": {
|
"node_modules/@isaacs/cliui": {
|
||||||
"version": "8.0.2",
|
"version": "8.0.2",
|
||||||
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
|
||||||
|
|||||||
@@ -29,6 +29,7 @@
|
|||||||
"build": "encore production --progress"
|
"build": "encore production --progress"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@iframe-resizer/child": "^5.3.2",
|
||||||
"tippy.js": "^6.3.7",
|
"tippy.js": "^6.3.7",
|
||||||
"toastify-js": "^1.12.0"
|
"toastify-js": "^1.12.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user