Skip to content

Commit

Permalink
build(deps): update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Ardalan Amini <ardalanamini22@gmail.com>
  • Loading branch information
ardalanamini committed Jun 18, 2023
1 parent 96acf3d commit 63eaa62
Show file tree
Hide file tree
Showing 15 changed files with 403 additions and 376 deletions.
9 changes: 9 additions & 0 deletions .changeset/unlucky-steaks-dress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@foxify/config": patch
"foxify": patch
"@foxify/inject": patch
"@foxify/router": patch
"@foxify/http": patch
---

update dependencies
8 changes: 4 additions & 4 deletions benchmarks/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"lint:fix": "pnpm lint --fix"
},
"dependencies": {
"autocannon": "^7.10.0",
"autocannon": "^7.11.0",
"beautify-benchmark": "^0.2.4",
"benchmark": "^2.1.4",
"commander": "^9.4.1",
"inquirer": "^9.1.4",
"commander": "^11.0.0",
"inquirer": "^9.2.7",
"log-symbols": "^5.1.0",
"ora": "^6.1.2",
"ora": "^6.3.1",
"table": "^6.8.1"
},
"devDependencies": {
Expand Down
20 changes: 10 additions & 10 deletions benchmarks/foxify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,33 +15,33 @@
"@hapi/hapi": "^21.3.2",
"connect": "^3.7.0",
"express": "^4.18.2",
"fastify": "^4.9.2",
"fastify": "^4.18.0",
"foxify": "workspace:*",
"foxify-old": "npm:foxify@0.10.20",
"koa": "^2.13.4",
"koa": "^2.14.2",
"koa-router": "^12.0.0",
"micro": "^10.0.1",
"microrouter": "^3.1.3",
"polka": "^0.5.2",
"rayo": "^1.3.10",
"rayo": "^1.4.0",
"restify": "^11.1.0",
"router": "^1.3.7",
"router": "^1.3.8",
"take-five": "^2.0.0",
"total.js": "^3.4.13",
"trek-engine": "^1.0.5",
"trek-router": "^1.2.0"
},
"devDependencies": {
"@fastify/express": "^2.1.0",
"@fastify/express": "^2.3.0",
"@foxify/benchmark": "workspace:*",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.14",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/hapi__hapi": "^21.0.0",
"@types/koa": "^2.13.5",
"@types/koa": "^2.13.6",
"@types/koa-router": "^7.4.4",
"@types/microrouter": "^3.1.2",
"@types/microrouter": "^3.1.3",
"@types/polka": "^0.5.4",
"@types/restify": "^8.5.5",
"@types/restify": "^8.5.7",
"cors": "^2.8.5",
"dns-prefetch-control": "^0.3.0",
"frameguard": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/foxify/servers/fastify-with-middlewares.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env ts-node-esm

import fastifyExpress from "@fastify/express";
import * as fastifyExpress from "@fastify/express";
import cors from "cors";
import dnsPrefetchControl from "dns-prefetch-control";
// eslint-disable-next-line import/no-named-as-default
Expand Down
3 changes: 2 additions & 1 deletion benchmarks/foxify/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"compilerOptions": {
"allowImportingTsExtensions": false,
"baseUrl": ".",
"noEmit": true
"noEmit": true,
"types": ["./typings.d.ts"]
}
}
1 change: 1 addition & 0 deletions benchmarks/foxify/typings.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ declare module "take-five";
declare module "total.js";
declare module "trek-engine";
declare module "trek-router";
declare module "serve-static";
4 changes: 2 additions & 2 deletions benchmarks/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
},
"dependencies": {
"@foxify/router": "workspace:*",
"@hapi/call": "^9.0.0",
"@hapi/call": "^9.0.1",
"express": "^4.18.2",
"foxify-old": "npm:foxify@0.10.20",
"find-my-way": "^7.3.1",
"find-my-way": "^7.6.2",
"koa-router": "^12.0.0",
"koa-tree-router": "^0.12.1",
"trek-router": "^1.2.0"
Expand Down
8 changes: 4 additions & 4 deletions examples/foxify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"@foxify/http": "workspace:^",
"@foxify/router": "workspace:^",
"foxify": "workspace:^",
"ejs": "^3.1.8",
"ejs": "^3.1.9",
"morgan": "^1.10.0"
},
"devDependencies": {
"@types/ejs": "^3.1.1",
"@types/morgan": "^1.9.3",
"@types/node": "^18.11.9"
"@types/ejs": "^3.1.2",
"@types/morgan": "^1.9.4",
"@types/node": "^20.3.1"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@nrwl/linter": "^16.3.2",
"@nrwl/workspace": "^16.3.2",
"@types/jest": "^29.5.2",
"@types/node": "^18.11.9",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"eslint": "^8.43.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@types/node": ">=16"
},
"dependencies": {
"joi": "^17.7.0"
"joi": "^17.9.2"
},
"publishConfig": {
"access": "public",
Expand Down
8 changes: 4 additions & 4 deletions packages/foxify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@
},
"dependencies": {
"@foxify/inject": "workspace:^",
"dotenv": "^16.0.3",
"dotenv": "^16.3.1",
"escape-html": "^1.0.3",
"etag": "^1.8.1",
"fast-json-stringify": "^5.4.0",
"fast-json-stringify": "^5.7.0",
"proxy-addr": "^2.0.7",
"qs": "^6.11.0",
"qs": "^6.11.2",
"safe-regex": "^2.1.1",
"serve-static": "^1.15.0"
},
Expand All @@ -91,7 +91,7 @@
"@types/cookie-parser": "^1.4.3",
"@types/escape-html": "^1.0.2",
"@types/etag": "^1.8.1",
"@types/node": "^18.11.9",
"@types/node": "^20.3.1",
"@types/proxy-addr": "^2.0.0",
"@types/qs": "^6.9.7",
"@types/safe-regex": "^1.1.4",
Expand Down
8 changes: 4 additions & 4 deletions packages/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,16 @@
"dependencies": {
"@foxify/fresh": "workspace:^",
"content-disposition": "^0.5.4",
"content-type": "^1.0.4",
"content-type": "^1.0.5",
"cookie": "^0.5.0",
"cookie-signature": "^1.2.0",
"cookie-signature": "^1.2.1",
"escape-html": "^1.0.3",
"etag": "^1.8.1",
"mime-types": "^2.1.35",
"negotiator": "^0.6.3",
"on-finished": "^2.4.1",
"proxy-addr": "^2.0.7",
"qs": "^6.11.0",
"qs": "^6.11.2",
"send": "^0.18.0",
"type-is": "^1.6.18"
},
Expand All @@ -80,7 +80,7 @@
"@types/content-type": "^1.1.5",
"@types/cookie": "^0.5.1",
"@types/cookie-parser": "^1.4.3",
"@types/cookie-signature": "^1.0.4",
"@types/cookie-signature": "^1.1.0",
"@types/escape-html": "^1.0.2",
"@types/etag": "^1.8.1",
"@types/mime-types": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/inject/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/node": ">=16"
},
"dependencies": {
"readable-stream": "^4.2.0"
"readable-stream": "^4.4.0"
},
"devDependencies": {
"@types/readable-stream": "^2.3.15"
Expand Down
4 changes: 2 additions & 2 deletions packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@
},
"dependencies": {
"escape-html": "^1.0.3",
"fast-json-stringify": "^5.4.1"
"fast-json-stringify": "^5.7.0"
},
"devDependencies": {
"@foxify/http": "workspace:^",
"@foxify/inject": "workspace:^",
"@types/escape-html": "^1.0.2",
"@types/node": "^18.11.9",
"@types/node": "^20.3.1",
"prototyped.js": "^3.0.5"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 63eaa62

Please sign in to comment.