update dependencies, Iframe module loading

This commit is contained in:
_Bastler 2021-08-17 20:33:20 +02:00
parent 123d6fd535
commit fc567e76f4
6 changed files with 11 additions and 9 deletions

View File

@ -55,7 +55,7 @@
"query-string": "^6.13.3",
"redis": "^3.1.2",
"systeminformation": "^4.31.1",
"uWebSockets.js": "uNetworking/uWebSockets.js#v18.5.0",
"uWebSockets.js": "uNetworking/uWebSockets.js#v19.3.0",
"uuidv4": "^6.0.7"
},
"devDependencies": {

View File

@ -3133,9 +3133,9 @@ typescript@^3.8.3:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==
uWebSockets.js@uNetworking/uWebSockets.js#v18.5.0:
version "18.5.0"
resolved "https://codeload.github.com/uNetworking/uWebSockets.js/tar.gz/9b1605d2db82981cafe69dbe356e10ce412f5805"
uWebSockets.js@uNetworking/uWebSockets.js#v19.3.0:
version "19.3.0"
resolved "https://codeload.github.com/uNetworking/uWebSockets.js/tar.gz/7bf0faac5859fef2d113e83d22803f7833774c11"
union-value@^1.0.0:
version "1.0.1"

2
front/.gitignore vendored
View File

@ -9,5 +9,7 @@
/dist/webpack.config.js
/dist/webpack.config.js.map
/dist/src
/dist/fonts
/dist/*.png
*.sh
!templater.sh

View File

@ -337,7 +337,7 @@ class IframeListener {
"//" +
window.location.host +
'/iframe_api.js" ></script>\n' +
'<script src="' +
'<script type="module" src="' +
scriptUrl +
'" ></script>\n' +
"<title></title>\n" +

View File

@ -52,7 +52,7 @@
"openid-client": "^4.7.4",
"prom-client": "^12.0.0",
"query-string": "^6.13.3",
"uWebSockets.js": "uNetworking/uWebSockets.js#v18.5.0",
"uWebSockets.js": "uNetworking/uWebSockets.js#v19.3.0",
"uuidv4": "^6.0.7"
},
"devDependencies": {

View File

@ -2342,9 +2342,9 @@ typescript@^3.8.3:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8"
integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==
uWebSockets.js@uNetworking/uWebSockets.js#v18.5.0:
version "18.5.0"
resolved "https://codeload.github.com/uNetworking/uWebSockets.js/tar.gz/9b1605d2db82981cafe69dbe356e10ce412f5805"
uWebSockets.js@uNetworking/uWebSockets.js#v19.3.0:
version "19.3.0"
resolved "https://codeload.github.com/uNetworking/uWebSockets.js/tar.gz/7bf0faac5859fef2d113e83d22803f7833774c11"
uri-js@^4.2.2:
version "4.4.1"