Skip to content
Snippets Groups Projects
Verified Commit 041bf3b2 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: update node

parent bbfef197
No related branches found
No related tags found
No related merge requests found
{ {
"name": "@schukai/monster", "name": "@schukai/monster",
"version": "4.11.0", "version": "4.11.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@schukai/monster", "name": "@schukai/monster",
"version": "4.11.0", "version": "4.11.1",
"license": "AGPL 3.0", "license": "AGPL 3.0",
"dependencies": { "dependencies": {
"@floating-ui/dom": "^1.7.0", "@floating-ui/dom": "^1.7.0",
......
...@@ -19,6 +19,7 @@ import "../cases/components/host/overlay.mjs"; ...@@ -19,6 +19,7 @@ import "../cases/components/host/overlay.mjs";
import "../cases/components/host/util.mjs"; import "../cases/components/host/util.mjs";
import "../cases/components/host/details.mjs"; import "../cases/components/host/details.mjs";
import "../cases/text/formatter.mjs"; import "../cases/text/formatter.mjs";
import "../cases/text/generate-range-comparison-expression.mjs";
import "../cases/text/util.mjs"; import "../cases/text/util.mjs";
import "../cases/text/bracketed-key-value-hash.mjs"; import "../cases/text/bracketed-key-value-hash.mjs";
import "../cases/math/random.mjs"; import "../cases/math/random.mjs";
......
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
</head> </head>
<body> <body>
<div id="headline" style="display: flex;align-items: center;justify-content: center;flex-direction: column;"> <div id="headline" style="display: flex;align-items: center;justify-content: center;flex-direction: column;">
<h1 style='margin-bottom: 0.1em;'>Monster 4.11.0</h1> <h1 style='margin-bottom: 0.1em;'>Monster 4.11.1</h1>
<div id="lastupdate" style='font-size:0.7em'>last update Di 20. Mai 21:11:43 CEST 2025</div> <div id="lastupdate" style='font-size:0.7em'>last update Do 29. Mai 13:24:01 CEST 2025</div>
</div> </div>
<div id="mocha-errors" <div id="mocha-errors"
style="color: red;font-weight: bold;display: flex;align-items: center;justify-content: center;flex-direction: column;margin:20px;"></div> style="color: red;font-weight: bold;display: flex;align-items: center;justify-content: center;flex-direction: column;margin:20px;"></div>
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment