Skip to content

Commit

Permalink
fix: update dependencies (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyco130 authored Sep 15, 2024
1 parent 3009ecc commit 4748fe5
Show file tree
Hide file tree
Showing 40 changed files with 1,926 additions and 1,481 deletions.
6 changes: 3 additions & 3 deletions deno-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"@babel/core": "^7.25.2",
"@babel/preset-typescript": "^7.24.7",
"@babel/traverse": "^7.25.6",
"@cyco130/eslint-config": "^3.9.5",
"@cyco130/eslint-config": "^3.9.6",
"@types/babel__core": "^7.20.5",
"@types/babel__traverse": "^7.20.6",
"@types/node": "^18.19.50",
"eslint": "^8.57.0",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
"tsx": "^4.19.1",
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/basic/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"@hattip/adapter-cloudflare-workers": "^0.0.48",
"@hattip/adapter-node": "^0.0.48",
"@types/node": "^18.19.50",
"wrangler": "^3.75.0"
"wrangler": "^3.78.2"
}
}
4 changes: 2 additions & 2 deletions examples/vite/hono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@hattip/adapter-node": "^0.0.48",
"@hattip/core": "^0.0.48",
"@hattip/vite": "^0.0.48",
"hono": "^4.5.11",
"vite": "^5.4.3"
"hono": "^4.6.1",
"vite": "^5.4.5"
}
}
2 changes: 1 addition & 1 deletion examples/vite/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"@hattip/response": "^0.0.48",
"@hattip/router": "^0.0.48",
"@hattip/vite": "^0.0.48",
"vite": "^5.4.3"
"vite": "^5.4.5"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"devDependencies": {
"cross-env": "^7.0.3",
"graphql": "^16.9.0",
"husky": "^9.1.5",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"vite": "^5.4.3",
"vitest": "^2.0.5"
"vite": "^5.4.5",
"vitest": "^2.1.1"
},
"dependencies": {
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/adapter/adapter-aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"test:package": "publint --strict"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.9.5",
"@cyco130/eslint-config": "^3.9.6",
"@types/node": "^18.19.50",
"eslint": "^8.57.0",
"publint": "^0.2.10",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"dependencies": {
"@hattip/adapter-node": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter/adapter-bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"bun-types": "^1.1.27"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.9.5",
"@cyco130/eslint-config": "^3.9.6",
"@types/node": "^18.19.50",
"eslint": "^8.57.0",
"publint": "^0.2.10",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
6 changes: 3 additions & 3 deletions packages/adapter/adapter-cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
},
"dependencies": {
"@cloudflare/kv-asset-handler": "^0.3.4",
"@cloudflare/workers-types": "^4.20240903.0",
"@cloudflare/workers-types": "^4.20240909.0",
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.9.5",
"@cyco130/eslint-config": "^3.9.6",
"@types/node": "^18.19.50",
"eslint": "^8.57.0",
"publint": "^0.2.10",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/adapter/adapter-deno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.9.5",
"@cyco130/eslint-config": "^3.9.6",
"@types/node": "^18.19.50",
"eslint": "^8.57.0",
"publint": "^0.2.10",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
6 changes: 3 additions & 3 deletions packages/adapter/adapter-fastly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"test:package": "publint --strict"
},
"dependencies": {
"@fastly/js-compute": "^3.21.4",
"@fastly/js-compute": "^3.22.4",
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.9.5",
"@cyco130/eslint-config": "^3.9.6",
"@types/node": "^18.19.50",
"eslint": "^8.57.0",
"publint": "^0.2.10",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/adapter/adapter-lagon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.9.5",
"@cyco130/eslint-config": "^3.9.6",
"eslint": "^8.57.0",
"publint": "^0.2.10",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
11 changes: 1 addition & 10 deletions packages/adapter/adapter-lagon/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,8 @@ export default function lagonAdapter(hattipHandler: HattipHandler) {
},
platform: { name: "lagon" },
env(variable) {
return process.env[variable];
return (globalThis as any).process.env[variable];
},
});
};
}

declare global {
interface Process {
env: Record<string, string | undefined>;
}

// eslint-disable-next-line no-var
var process: Process;
}
4 changes: 2 additions & 2 deletions packages/adapter/adapter-netlify-edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.9.5",
"@cyco130/eslint-config": "^3.9.6",
"@types/node": "^18.19.50",
"eslint": "^8.57.0",
"publint": "^0.2.10",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/adapter/adapter-netlify-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"test:package": "publint --strict"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.9.5",
"@cyco130/eslint-config": "^3.9.6",
"@types/node": "^18.19.50",
"eslint": "^8.57.0",
"publint": "^0.2.10",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"dependencies": {
"@hattip/adapter-node": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter/adapter-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"test:package": "publint --strict"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.9.5",
"@cyco130/eslint-config": "^3.9.6",
"@types/node": "^18.19.50",
"eslint": "^8.57.0",
"publint": "^0.2.10",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"dependencies": {
"@hattip/core": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/adapter/adapter-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"@hattip/polyfills": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.9.5",
"@cyco130/eslint-config": "^3.9.6",
"eslint": "^8.57.0",
"publint": "^0.2.10",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
"typescript": "^5.6.2",
"vitest": "^2.1.1"
},
"author": "Tessei Kameyama <tkamenoko@vivaldi.net>",
"repository": "github:hattipjs/hattip",
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter/adapter-uwebsockets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"test:package": "publint --strict"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.9.5",
"@cyco130/eslint-config": "^3.9.6",
"@types/node": "^18.19.50",
"eslint": "^8.57.0",
"publint": "^0.2.10",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"dependencies": {
"@hattip/core": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter/adapter-vercel-edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.9.5",
"@cyco130/eslint-config": "^3.9.6",
"eslint": "^8.57.0",
"publint": "^0.2.10",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
6 changes: 3 additions & 3 deletions packages/base/compose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.9.5",
"@cyco130/eslint-config": "^3.9.6",
"@hattip/adapter-test": "workspace:*",
"@hattip/polyfills": "workspace:*",
"eslint": "^8.57.0",
"publint": "^0.2.10",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
"typescript": "^5.6.2",
"vitest": "^2.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/base/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"test:package": "publint --strict"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.9.5",
"@cyco130/eslint-config": "^3.9.6",
"eslint": "^8.57.0",
"publint": "^0.2.10",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
6 changes: 3 additions & 3 deletions packages/base/headers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.9.5",
"@cyco130/eslint-config": "^3.9.6",
"eslint": "^8.57.0",
"publint": "^0.2.10",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
"typescript": "^5.6.2",
"vitest": "^2.1.1"
}
}
6 changes: 3 additions & 3 deletions packages/base/multipart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"test:package": "publint --strict"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.9.5",
"@cyco130/eslint-config": "^3.9.6",
"@hattip/polyfills": "workspace:*",
"eslint": "^8.57.0",
"node-fetch-native": "^1.6.4",
"publint": "^0.2.10",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
"typescript": "^5.6.2",
"vitest": "^2.1.1"
},
"dependencies": {
"@hattip/headers": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions packages/base/polyfills/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"test:package": "publint --strict"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.9.5",
"@cyco130/eslint-config": "^3.9.6",
"@types/node": "^18.19.50",
"eslint": "^8.57.0",
"publint": "^0.2.10",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
"typescript": "^5.6.2",
"vitest": "^2.1.1"
},
"dependencies": {
"@hattip/core": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/base/response/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.9.5",
"@cyco130/eslint-config": "^3.9.6",
"@hattip/adapter-test": "workspace:*",
"@types/eventsource": "^1.1.15",
"@types/node": "^18.19.50",
Expand All @@ -40,7 +40,7 @@
"eventsource-polyfill": "^0.9.6",
"publint": "^0.2.10",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
"typescript": "^5.6.2",
"vitest": "^2.1.1"
}
}
6 changes: 3 additions & 3 deletions packages/base/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.9.5",
"@cyco130/eslint-config": "^3.9.6",
"@hattip/adapter-test": "workspace:*",
"@hattip/polyfills": "workspace:*",
"eslint": "^8.57.0",
"publint": "^0.2.10",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
"typescript": "^5.6.2",
"vitest": "^2.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/bundler/bundler-aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"test:package": "publint --strict"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.9.5",
"@cyco130/eslint-config": "^3.9.6",
"@types/archiver": "^6.0.2",
"@types/node": "^18.19.50",
"eslint": "^8.57.0",
"publint": "^0.2.10",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"dependencies": {
"@hattip/walk": "workspace:*",
Expand Down
Loading

0 comments on commit 4748fe5

Please sign in to comment.