Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Notplayingallday383 committed Oct 10, 2024
1 parent 42e9e12 commit cf5caa0
Show file tree
Hide file tree
Showing 2 changed files with 503 additions and 268 deletions.
37 changes: 22 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,39 +20,46 @@
"prepack": "npm run build",
"typecheck": "tsc"
},
"files": ["dist", "lib", "src/types.d.ts"],
"keywords": ["proxy", "interception", "http-proxy"],
"files": [
"dist",
"lib",
"src/types.d.ts"
],
"keywords": [
"proxy",
"interception",
"http-proxy"
],
"author": "z1g Project",
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@fastify/static": "^7.0.4",
"@mercuryworkshop/epoxy-transport": "^2.1.11",
"@biomejs/biome": "1.9.3",
"@fastify/static": "^8.0.1",
"@mercuryworkshop/epoxy-transport": "^2.1.13",
"@types/estraverse": "^5.1.7",
"@types/node": "^22.5.4",
"@types/node": "^22.7.5",
"@types/set-cookie-parser": "^2.4.10",
"consola": "^3.2.3",
"esbuild-plugin-copy": "^2.1.1",
"fastify": "^4.28.1",
"fastify": "^5.0.0",
"prettier": "^3.3.3",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
"tsx": "^4.19.1",
"typescript": "^5.6.3"
},
"dependencies": {
"@mercuryworkshop/bare-mux": "^2.0.9",
"@mercuryworkshop/wisp-js": "^0.1.1",
"@types/estree": "^1.0.5",
"@webreflection/idb-map": "^0.3.1",
"@mercuryworkshop/wisp-js": "^0.3.2",
"@types/estree": "^1.0.6",
"@webreflection/idb-map": "^0.3.2",
"astring": "^1.9.0",
"cookie-es": "^1.2.2",
"dom-serializer": "^2.0.0",
"domhandler": "^5.0.3",
"domutils": "^3.1.0",
"esbuild": "^0.23.1",
"esbuild": "^0.24.0",
"estraverse": "^5.3.0",
"htmlparser2": "^9.1.0",
"meriyah": "^5.0.0",
"meteorproxy": "file:",
"meriyah": "^6.0.2",
"rimraf": "^6.0.1",
"set-cookie-parser": "^2.7.0"
}
Expand Down
Loading

0 comments on commit cf5caa0

Please sign in to comment.