Skip to content

Commit

Permalink
chore: update dependencies (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyco130 authored Mar 27, 2024
1 parent 7068ce0 commit 4b55ca7
Show file tree
Hide file tree
Showing 39 changed files with 1,880 additions and 1,817 deletions.
12 changes: 6 additions & 6 deletions deno-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"start": "tsx src/index.ts"
},
"dependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-typescript": "^7.23.3",
"@babel/traverse": "^7.24.0",
"@cyco130/eslint-config": "^3.7.0",
"@babel/core": "^7.24.3",
"@babel/preset-typescript": "^7.24.1",
"@babel/traverse": "^7.24.1",
"@cyco130/eslint-config": "^3.7.1",
"@types/babel__core": "^7.20.5",
"@types/babel__traverse": "^7.20.5",
"@types/node": "^20.11.25",
"@types/node": "^20.11.30",
"eslint": "^8.57.0",
"tsx": "^4.7.1",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
}
}
4 changes: 2 additions & 2 deletions examples/basic/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@hattip/adapter-cloudflare-workers": "^0.0.44",
"@hattip/adapter-node": "^0.0.44",
"@types/node": "^20.11.25",
"wrangler": "^3.32.0"
"@types/node": "^20.11.30",
"wrangler": "^3.38.0"
}
}
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.44",
"@hattip/core": "^0.0.44",
"@hattip/vite": "^0.0.44",
"hono": "^4.0.10",
"vite": "^5.1.5"
"hono": "^4.1.4",
"vite": "^5.2.6"
}
}
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.44",
"@hattip/router": "^0.0.44",
"@hattip/vite": "^0.0.44",
"vite": "^5.1.5"
"vite": "^5.2.6"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"vite": "^5.1.5",
"vitest": "^1.3.1"
"vite": "^5.2.6",
"vitest": "^1.4.0"
},
"dependencies": {
"typescript": "^5.4.2"
"typescript": "^5.4.3"
}
}
6 changes: 3 additions & 3 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.7.0",
"@types/node": "^20.11.25",
"@cyco130/eslint-config": "^3.7.1",
"@types/node": "^20.11.30",
"eslint": "^8.57.0",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
},
"dependencies": {
"@hattip/adapter-node": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions packages/adapter/adapter-bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
},
"dependencies": {
"@hattip/core": "workspace:*",
"bun-types": "^1.0.30"
"bun-types": "^1.0.35"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.7.0",
"@types/node": "^20.11.25",
"@cyco130/eslint-config": "^3.7.1",
"@types/node": "^20.11.30",
"eslint": "^8.57.0",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
}
}
8 changes: 4 additions & 4 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.1",
"@cloudflare/workers-types": "^4.20240222.0",
"@cloudflare/workers-types": "^4.20240320.1",
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.7.0",
"@types/node": "^20.11.25",
"@cyco130/eslint-config": "^3.7.1",
"@types/node": "^20.11.30",
"eslint": "^8.57.0",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
}
}
6 changes: 3 additions & 3 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.7.0",
"@types/node": "^20.11.25",
"@cyco130/eslint-config": "^3.7.1",
"@types/node": "^20.11.30",
"eslint": "^8.57.0",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
}
}
8 changes: 4 additions & 4 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.9.1",
"@fastly/js-compute": "^3.11.0",
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.7.0",
"@types/node": "^20.11.25",
"@cyco130/eslint-config": "^3.7.1",
"@types/node": "^20.11.30",
"eslint": "^8.57.0",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
}
}
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.7.0",
"@cyco130/eslint-config": "^3.7.1",
"eslint": "^8.57.0",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
}
}
6 changes: 3 additions & 3 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.7.0",
"@types/node": "^20.11.25",
"@cyco130/eslint-config": "^3.7.1",
"@types/node": "^20.11.30",
"eslint": "^8.57.0",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
}
}
6 changes: 3 additions & 3 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.7.0",
"@types/node": "^20.11.25",
"@cyco130/eslint-config": "^3.7.1",
"@types/node": "^20.11.30",
"eslint": "^8.57.0",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
},
"dependencies": {
"@hattip/adapter-node": "workspace:*",
Expand Down
6 changes: 3 additions & 3 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.7.0",
"@types/node": "^20.11.25",
"@cyco130/eslint-config": "^3.7.1",
"@types/node": "^20.11.30",
"eslint": "^8.57.0",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
},
"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.7.0",
"@cyco130/eslint-config": "^3.7.1",
"eslint": "^8.57.0",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.4.2",
"vitest": "^1.3.1"
"typescript": "^5.4.3",
"vitest": "^1.4.0"
},
"author": "Tessei Kameyama <[email protected]>",
"repository": "https://github.com/hattipjs/hattip",
Expand Down
6 changes: 3 additions & 3 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.7.0",
"@types/node": "^20.11.25",
"@cyco130/eslint-config": "^3.7.1",
"@types/node": "^20.11.30",
"eslint": "^8.57.0",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
},
"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.7.0",
"@cyco130/eslint-config": "^3.7.1",
"eslint": "^8.57.0",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
}
}
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.7.0",
"@cyco130/eslint-config": "^3.7.1",
"@hattip/adapter-test": "workspace:*",
"@hattip/polyfills": "workspace:*",
"eslint": "^8.57.0",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.4.2",
"vitest": "^1.3.1"
"typescript": "^5.4.3",
"vitest": "^1.4.0"
}
}
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.7.0",
"@cyco130/eslint-config": "^3.7.1",
"eslint": "^8.57.0",
"publint": "^0.2.7",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
}
}
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.7.0",
"@cyco130/eslint-config": "^3.7.1",
"eslint": "^8.57.0",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.4.2",
"vitest": "^1.3.1"
"typescript": "^5.4.3",
"vitest": "^1.4.0"
}
}
8 changes: 4 additions & 4 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.7.0",
"@cyco130/eslint-config": "^3.7.1",
"@hattip/polyfills": "workspace:*",
"eslint": "^8.57.0",
"node-fetch-native": "^1.6.2",
"node-fetch-native": "^1.6.4",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.4.2",
"vitest": "^1.3.1"
"typescript": "^5.4.3",
"vitest": "^1.4.0"
},
"dependencies": {
"@hattip/headers": "workspace:*"
Expand Down
10 changes: 5 additions & 5 deletions packages/base/polyfills/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@
"test:package": "publint --strict"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.7.0",
"@types/node": "^20.11.25",
"@cyco130/eslint-config": "^3.7.1",
"@types/node": "^20.11.30",
"eslint": "^8.57.0",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.4.2",
"vitest": "^1.3.1"
"typescript": "^5.4.3",
"vitest": "^1.4.0"
},
"dependencies": {
"@hattip/core": "workspace:*",
"@whatwg-node/fetch": "^0.9.17",
"node-fetch-native": "^1.6.2"
"node-fetch-native": "^1.6.4"
}
}
8 changes: 4 additions & 4 deletions packages/base/response/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.7.0",
"@cyco130/eslint-config": "^3.7.1",
"@hattip/adapter-test": "workspace:*",
"@types/eventsource": "^1.1.15",
"@types/node": "^20.11.25",
"@types/node": "^20.11.30",
"eslint": "^8.57.0",
"eventsource": "^2.0.2",
"eventsource-polyfill": "^0.9.6",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.4.2",
"vitest": "^1.3.1"
"typescript": "^5.4.3",
"vitest": "^1.4.0"
}
}
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.7.0",
"@cyco130/eslint-config": "^3.7.1",
"@hattip/adapter-test": "workspace:*",
"@hattip/polyfills": "workspace:*",
"eslint": "^8.57.0",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.4.2",
"vitest": "^1.3.1"
"typescript": "^5.4.3",
"vitest": "^1.4.0"
}
}
Loading

0 comments on commit 4b55ca7

Please sign in to comment.