Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 15, 2023
1 parent 37f8241 commit faf7a66
Show file tree
Hide file tree
Showing 38 changed files with 1,416 additions and 1,177 deletions.
12 changes: 6 additions & 6 deletions deno-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"start": "tsx src/index.ts"
},
"dependencies": {
"@babel/core": "^7.22.11",
"@babel/preset-typescript": "^7.22.11",
"@babel/traverse": "^7.22.11",
"@babel/core": "^7.22.19",
"@babel/preset-typescript": "^7.22.15",
"@babel/traverse": "^7.22.19",
"@cyco130/eslint-config": "^3.3.2",
"@types/babel__core": "^7.20.1",
"@types/babel__traverse": "^7.20.1",
"@types/node": "^20.5.7",
"eslint": "^8.48.0",
"tsx": "^3.12.7",
"@types/node": "^20.6.1",
"eslint": "^8.49.0",
"tsx": "^3.12.10",
"typescript": "^5.2.2"
}
}
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": "workspace:*",
"@hattip/adapter-node": "workspace:*",
"@types/node": "^20.5.7",
"wrangler": "^3.6.0"
"@types/node": "^20.6.1",
"wrangler": "^3.8.0"
}
}
8 changes: 4 additions & 4 deletions examples/cli/hono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"start": "node dist/server/index.js"
},
"dependencies": {
"@hattip/adapter-node": "0.0.34",
"@hattip/core": "0.0.34",
"@hattip/vite": "0.0.34",
"hono": "^3.5.5",
"@hattip/adapter-node": "0.0.35",
"@hattip/core": "0.0.35",
"@hattip/vite": "0.0.35",
"hono": "^3.6.1",
"vite": "^4.4.9"
}
}
8 changes: 4 additions & 4 deletions examples/cli/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"start": "node dist/server/index.js"
},
"dependencies": {
"@hattip/adapter-node": "0.0.34",
"@hattip/response": "0.0.34",
"@hattip/router": "0.0.34",
"@hattip/vite": "0.0.34",
"@hattip/adapter-node": "0.0.35",
"@hattip/response": "0.0.35",
"@hattip/router": "0.0.35",
"@hattip/vite": "0.0.35",
"vite": "^4.4.9"
}
}
10 changes: 5 additions & 5 deletions examples/vavite/vite-plugin-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"start:bun": "bun run-bun.js"
},
"dependencies": {
"@hattip/adapter-bun": "^0.0.34",
"@hattip/adapter-node": "^0.0.34",
"@hattip/compose": "^0.0.34",
"@hattip/adapter-bun": "^0.0.35",
"@hattip/adapter-node": "^0.0.35",
"@hattip/compose": "^0.0.35",
"@types/express": "^4.17.17",
"@types/node": "^20.5.7",
"@types/node": "^20.6.1",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
Expand All @@ -26,6 +26,6 @@
"typescript": "^5.2.2",
"vavite": "2.0.2",
"vite": "^4.4.9",
"vite-plugin-ssr": "^0.4.139"
"vite-plugin-ssr": "^0.4.141"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"graphql": "^16.8.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.2",
"prettier": "^3.0.3",
"rimraf": "^5.0.1",
"vite": "^4.4.9",
"vitest": "^0.34.3"
"vitest": "^0.34.4"
},
"dependencies": {
"typescript": "^5.2.2"
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 @@ -32,8 +32,8 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.3.2",
"@types/node": "^20.5.7",
"eslint": "^8.48.0",
"@types/node": "^20.6.1",
"eslint": "^8.49.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
Expand Down
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,13 +31,13 @@
},
"dependencies": {
"@cloudflare/kv-asset-handler": "^0.3.0",
"@cloudflare/workers-types": "^4.20230821.0",
"@cloudflare/workers-types": "^4.20230914.0",
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.3.2",
"@types/node": "^20.5.7",
"eslint": "^8.48.0",
"@types/node": "^20.6.1",
"eslint": "^8.49.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter/adapter-deno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.3.2",
"@types/node": "^20.5.7",
"eslint": "^8.48.0",
"@types/node": "^20.6.1",
"eslint": "^8.49.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
Expand Down
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,13 +27,13 @@
"test:package": "publint --strict"
},
"dependencies": {
"@fastly/js-compute": "^3.3.1",
"@fastly/js-compute": "^3.4.0",
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.3.2",
"@types/node": "^20.5.7",
"eslint": "^8.48.0",
"@types/node": "^20.6.1",
"eslint": "^8.49.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/adapter-lagon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.3.2",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
Expand Down
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 @@ -31,8 +31,8 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.3.2",
"@types/node": "^20.5.7",
"eslint": "^8.48.0",
"@types/node": "^20.6.1",
"eslint": "^8.49.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
Expand Down
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 @@ -28,8 +28,8 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.3.2",
"@types/node": "^20.5.7",
"eslint": "^8.48.0",
"@types/node": "^20.6.1",
"eslint": "^8.49.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
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,8 +34,8 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.3.2",
"@types/node": "^20.5.7",
"eslint": "^8.48.0",
"@types/node": "^20.6.1",
"eslint": "^8.49.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter/adapter-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.3.2",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vitest": "^0.34.3"
"vitest": "^0.34.4"
},
"author": "Tessei Kameyama <tkamenoko@vivaldi.net>",
"repository": "https://github.com/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 @@ -31,8 +31,8 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.3.2",
"@types/node": "^20.5.7",
"eslint": "^8.48.0",
"@types/node": "^20.6.1",
"eslint": "^8.49.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/adapter-vercel-edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.3.2",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/base/compose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"@cyco130/eslint-config": "^3.3.2",
"@hattip/adapter-test": "workspace:*",
"@hattip/polyfills": "workspace:*",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vitest": "^0.34.3"
"vitest": "^0.34.4"
}
}
2 changes: 1 addition & 1 deletion packages/base/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.3.2",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"publint": "^0.2.2",
"typescript": "^5.2.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/base/headers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.3.2",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vitest": "^0.34.3"
"vitest": "^0.34.4"
}
}
4 changes: 2 additions & 2 deletions packages/base/multipart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"devDependencies": {
"@cyco130/eslint-config": "^3.3.2",
"@hattip/polyfills": "workspace:*",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"node-fetch-native": "^1.4.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vitest": "^0.34.3"
"vitest": "^0.34.4"
},
"dependencies": {
"@hattip/headers": "workspace:*"
Expand Down
8 changes: 4 additions & 4 deletions packages/base/polyfills/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.3.2",
"@types/node": "^20.5.7",
"eslint": "^8.48.0",
"@types/node": "^20.6.1",
"eslint": "^8.49.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vitest": "^0.34.3"
"vitest": "^0.34.4"
},
"dependencies": {
"@hattip/core": "workspace:*",
"@whatwg-node/fetch": "^0.9.9",
"@whatwg-node/fetch": "^0.9.13",
"node-fetch-native": "^1.4.0"
}
}
6 changes: 3 additions & 3 deletions packages/base/response/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"@cyco130/eslint-config": "^3.3.2",
"@hattip/adapter-test": "workspace:*",
"@types/eventsource": "^1.1.11",
"@types/node": "^20.5.7",
"eslint": "^8.48.0",
"@types/node": "^20.6.1",
"eslint": "^8.49.0",
"eventsource": "^2.0.2",
"eventsource-polyfill": "^0.9.6",
"publint": "^0.2.2",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vitest": "^0.34.3"
"vitest": "^0.34.4"
}
}
4 changes: 2 additions & 2 deletions packages/base/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"@cyco130/eslint-config": "^3.3.2",
"@hattip/adapter-test": "workspace:*",
"@hattip/polyfills": "workspace:*",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vitest": "^0.34.3"
"vitest": "^0.34.4"
}
}
6 changes: 3 additions & 3 deletions packages/bundler/bundler-cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.3.2",
"@types/node": "^20.5.7",
"eslint": "^8.48.0",
"@types/node": "^20.6.1",
"eslint": "^8.49.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
},
"dependencies": {
"cac": "^6.7.14",
"esbuild": "^0.19.2"
"esbuild": "^0.19.3"
}
}
6 changes: 3 additions & 3 deletions packages/bundler/bundler-deno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.3.2",
"@types/node": "^20.5.7",
"eslint": "^8.48.0",
"@types/node": "^20.6.1",
"eslint": "^8.49.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
},
"dependencies": {
"cac": "^6.7.14",
"cpr": "^3.0.1",
"esbuild": "^0.19.2"
"esbuild": "^0.19.3"
}
}
6 changes: 3 additions & 3 deletions packages/bundler/bundler-netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.3.2",
"@types/node": "^20.5.7",
"eslint": "^8.48.0",
"@types/node": "^20.6.1",
"eslint": "^8.49.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
},
"dependencies": {
"cac": "^6.7.14",
"cpr": "^3.0.1",
"esbuild": "^0.19.2"
"esbuild": "^0.19.3"
}
}
Loading

0 comments on commit faf7a66

Please sign in to comment.