Skip to content

Commit f701e44

Browse files
committed
reformat and update packages
1 parent 0884f3a commit f701e44

3 files changed

Lines changed: 164 additions & 137 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ <h1>Wispcraft Injector</h1>
167167
servers!
168168
</p>
169169
<label id="file-label">
170-
<input type="file" onchange="selectFile(this);" accept=".html,.htm" />
170+
<input type="file" onchange="selectFile(this)" accept=".html,.htm" />
171171
<span id="file-label-text"></span>
172172
</label>
173173
<a download="wisped-eagler.html"

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
"@rollup/plugin-replace": "^6.0.3",
2727
"@rollup/plugin-terser": "^0.4.4",
2828
"@rollup/plugin-url": "^8.0.2",
29-
"prettier": "^3.6.2",
30-
"rollup": "^4.53.1",
29+
"prettier": "^3.7.4",
30+
"rollup": "^4.55.1",
3131
"rollup-plugin-typescript2": "^0.36.0",
3232
"tslib": "^2.8.1",
3333
"typescript": "^5.9.3"
3434
},
3535
"dependencies": {
36-
"@mercuryworkshop/epoxy-tls": "2.1.18-1",
36+
"@mercuryworkshop/epoxy-tls": "2.1.19-1",
3737
"aes-ts": "0.0.0-alpha.0",
38-
"qr": "^0.5.2"
38+
"qr": "^0.5.3"
3939
}
4040
}

0 commit comments

Comments
 (0)