mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 06:50:01 -04:00
update everything
This commit is contained in:
parent
207f01992b
commit
18238d143e
3 changed files with 222 additions and 321 deletions
12
package.json
12
package.json
|
@ -34,14 +34,14 @@
|
|||
"@rspack/cli": "^1.0.10",
|
||||
"@rspack/core": "^1.0.10",
|
||||
"@tomphttp/bare-server-node": "2.0.3",
|
||||
"@types/eslint": "^8.56.10",
|
||||
"@types/estree": "^1.0.5",
|
||||
"@types/node": "^20.14.10",
|
||||
"@types/eslint": "^9.6.1",
|
||||
"@types/estree": "^1.0.6",
|
||||
"@types/node": "^22.7.5",
|
||||
"@types/serviceworker": "^0.0.98",
|
||||
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
||||
"@typescript-eslint/parser": "^6.21.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.8.1",
|
||||
"@typescript-eslint/parser": "^8.8.1",
|
||||
"dotenv": "^16.4.5",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint": "^9.12.0",
|
||||
"fastify": "^5.0.0",
|
||||
"prettier": "^3.3.3",
|
||||
"tslib": "^2.7.0",
|
||||
|
|
529
pnpm-lock.yaml
generated
529
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
|
@ -51,7 +51,7 @@ const store = $store(
|
|||
},
|
||||
{ ident: "settings", backing: "localstorage", autosave: "auto" }
|
||||
);
|
||||
connection.setTransport("/libcurl/index.mjs", [{ wisp: store.wispurl }]);
|
||||
connection.setTransport("/epoxy/index.mjs", [{ wisp: store.wispurl }]);
|
||||
function App() {
|
||||
this.urlencoded = "";
|
||||
this.css = `
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue