Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
update uv and baremux, bare clients issue should be perenantly fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
IncognitoTGT committed May 4, 2024
1 parent c8698bc commit 3e9657a
Show file tree
Hide file tree
Showing 7 changed files with 1,182 additions and 1,717 deletions.
10 changes: 5 additions & 5 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env tsx
import { createServer } from "node:http";
import { createServer as createViteServer } from "vite";
import express from "express";
import path from "path";
import compression from "compression";
import type { Socket } from "node:net";
import path from "node:path";
import { argv } from "node:process";
import { Socket } from "node:net";
import compression from "compression";
import express from "express";
import { createServer as createViteServer } from "vite";
import wisp from "wisp-server-node";
const devMode = argv.includes("--dev");
const usingMasqr = process.env.MASQR || argv.includes("--masqr");
Expand Down
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"start": "dotenvx run -- tsx index.ts"
},
"dependencies": {
"@dotenvx/dotenvx": "^0.27.1",
"@mercuryworkshop/bare-mux": "^1.0.7",
"@dotenvx/dotenvx": "^0.27.2",
"@mercuryworkshop/bare-mux": "^1.1.0",
"@mercuryworkshop/epoxy-transport": "^1.1.0",
"@mercuryworkshop/libcurl-transport": "^1.3.1",
"@radix-ui/react-dialog": "^1.0.5",
Expand All @@ -28,16 +28,16 @@
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@titaniumnetwork-dev/ultraviolet": "^3.0.0",
"@titaniumnetwork-dev/ultraviolet": "^3.1.1",
"@types/express": "^4.17.21",
"@types/react-router-dom": "^5.3.3",
"autoprefixer": "^10.4.19",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"clsx": "^2.1.1",
"cmdk": "^0.2.1",
"compression": "^1.7.4",
"crypto-js": "^4.2.0",
"embla-carousel-react": "^8.0.1",
"embla-carousel-react": "^8.0.2",
"eruda": "^3.0.1",
"express": "^4.19.2",
"fs": "0.0.1-security",
Expand All @@ -46,36 +46,36 @@
"libcurl.js": "^0.6.7",
"lucide-react": "^0.363.0",
"million": "^3.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.4",
"react-router-dom": "^6.22.3",
"tailwind-merge": "^2.2.2",
"react-router-dom": "^6.23.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.7.1",
"vite-plugin-static-copy": "^1.0.2",
"wisp-server-node": "^1.0.4"
"tsx": "^4.7.3",
"vite-plugin-static-copy": "^1.0.3",
"wisp-server-node": "^1.0.6"
},
"devDependencies": {
"@eslint/js": "^8.57.0",
"@types/compression": "^1.7.5",
"@types/cors": "^2.8.17",
"@types/crypto-js": "^4.2.2",
"@types/node": "^20.12.2",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@types/node": "^20.12.7",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3",
"typescript-eslint": "^7.4.0",
"vite": "^5.2.7"
"typescript": "^5.4.5",
"typescript-eslint": "^7.8.0",
"vite": "^5.2.10"
},
"main": "index.ts",
"author": "",
Expand Down
Loading

0 comments on commit 3e9657a

Please sign in to comment.