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] authored Dec 30, 2023
1 parent 4987be3 commit a6bd7f8
Show file tree
Hide file tree
Showing 38 changed files with 2,883 additions and 2,025 deletions.
20 changes: 10 additions & 10 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",
"@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",
"typescript": "^5.2.2"
"@babel/core": "^7.23.7",
"@babel/preset-typescript": "^7.23.3",
"@babel/traverse": "^7.23.7",
"@cyco130/eslint-config": "^3.5.0",
"@types/babel__core": "^7.20.5",
"@types/babel__traverse": "^7.20.5",
"@types/node": "^20.10.6",
"eslint": "^8.56.0",
"tsx": "^3.14.0",
"typescript": "^5.3.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": "workspace:*",
"@hattip/adapter-node": "workspace:*",
"@types/node": "^20.5.7",
"wrangler": "^3.6.0"
"@types/node": "^20.10.6",
"wrangler": "^3.22.1"
}
}
10 changes: 5 additions & 5 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",
"vite": "^4.4.9"
"@hattip/adapter-node": "0.0.37",
"@hattip/core": "0.0.37",
"@hattip/vite": "0.0.37",
"hono": "^3.11.11",
"vite": "^4.5.1"
}
}
10 changes: 5 additions & 5 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",
"vite": "^4.4.9"
"@hattip/adapter-node": "0.0.37",
"@hattip/response": "0.0.37",
"@hattip/router": "0.0.37",
"@hattip/vite": "0.0.37",
"vite": "^4.5.1"
}
}
24 changes: 12 additions & 12 deletions examples/vavite/vite-plugin-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
"start:bun": "bun run-bun.js"
},
"dependencies": {
"@hattip/adapter-bun": "^0.0.34",
"@hattip/adapter-node": "^0.0.34",
"@hattip/compose": "^0.0.34",
"@types/express": "^4.17.17",
"@types/node": "^20.5.7",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"@hattip/adapter-bun": "^0.0.37",
"@hattip/adapter-node": "^0.0.37",
"@hattip/compose": "^0.0.37",
"@types/express": "^4.17.21",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"cross-env": "^7.0.3",
"express": "^4.18.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vavite": "2.0.2",
"vite": "^4.4.9",
"vite-plugin-ssr": "^0.4.139"
"vite": "^4.5.1",
"vite-plugin-ssr": "^0.4.142"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
},
"devDependencies": {
"cross-env": "^7.0.3",
"graphql": "^16.8.0",
"graphql": "^16.8.1",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.2",
"rimraf": "^5.0.1",
"vite": "^4.4.9",
"vitest": "^0.34.3"
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"vite": "^4.5.1",
"vitest": "^0.34.6"
},
"dependencies": {
"typescript": "^5.2.2"
"typescript": "^5.3.3"
}
}
10 changes: 5 additions & 5 deletions packages/adapter/adapter-bun/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.3.2",
"@types/node": "^20.5.7",
"eslint": "^8.48.0",
"publint": "^0.2.2",
"@cyco130/eslint-config": "^3.5.0",
"@types/node": "^20.10.6",
"eslint": "^8.56.0",
"publint": "^0.2.7",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
}
}
12 changes: 6 additions & 6 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.0",
"@cloudflare/workers-types": "^4.20230821.0",
"@cloudflare/workers-types": "^4.20231218.0",
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.3.2",
"@types/node": "^20.5.7",
"eslint": "^8.48.0",
"publint": "^0.2.2",
"@cyco130/eslint-config": "^3.5.0",
"@types/node": "^20.10.6",
"eslint": "^8.56.0",
"publint": "^0.2.7",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
}
}
10 changes: 5 additions & 5 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.3.2",
"@types/node": "^20.5.7",
"eslint": "^8.48.0",
"publint": "^0.2.2",
"@cyco130/eslint-config": "^3.5.0",
"@types/node": "^20.10.6",
"eslint": "^8.56.0",
"publint": "^0.2.7",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
}
}
12 changes: 6 additions & 6 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.3.1",
"@fastly/js-compute": "^3.7.3",
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.3.2",
"@types/node": "^20.5.7",
"eslint": "^8.48.0",
"publint": "^0.2.2",
"@cyco130/eslint-config": "^3.5.0",
"@types/node": "^20.10.6",
"eslint": "^8.56.0",
"publint": "^0.2.7",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
}
}
8 changes: 4 additions & 4 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.3.2",
"eslint": "^8.48.0",
"publint": "^0.2.2",
"@cyco130/eslint-config": "^3.5.0",
"eslint": "^8.56.0",
"publint": "^0.2.7",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
}
}
10 changes: 5 additions & 5 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.3.2",
"@types/node": "^20.5.7",
"eslint": "^8.48.0",
"publint": "^0.2.2",
"@cyco130/eslint-config": "^3.5.0",
"@types/node": "^20.10.6",
"eslint": "^8.56.0",
"publint": "^0.2.7",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
}
}
10 changes: 5 additions & 5 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.3.2",
"@types/node": "^20.5.7",
"eslint": "^8.48.0",
"publint": "^0.2.2",
"@cyco130/eslint-config": "^3.5.0",
"@types/node": "^20.10.6",
"eslint": "^8.56.0",
"publint": "^0.2.7",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
},
"dependencies": {
"@hattip/adapter-node": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions packages/adapter/adapter-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"test:package": "publint --strict"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.3.2",
"@types/node": "^20.5.7",
"eslint": "^8.48.0",
"publint": "^0.2.2",
"@cyco130/eslint-config": "^3.5.0",
"@types/node": "^20.10.6",
"eslint": "^8.56.0",
"publint": "^0.2.7",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
},
"dependencies": {
"@hattip/core": "workspace:*",
Expand Down
10 changes: 5 additions & 5 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.3.2",
"eslint": "^8.48.0",
"publint": "^0.2.2",
"@cyco130/eslint-config": "^3.5.0",
"eslint": "^8.56.0",
"publint": "^0.2.7",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vitest": "^0.34.3"
"typescript": "^5.3.3",
"vitest": "^0.34.6"
},
"author": "Tessei Kameyama <[email protected]>",
"repository": "https://github.com/hattipjs/hattip",
Expand Down
10 changes: 5 additions & 5 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.3.2",
"@types/node": "^20.5.7",
"eslint": "^8.48.0",
"publint": "^0.2.2",
"@cyco130/eslint-config": "^3.5.0",
"@types/node": "^20.10.6",
"eslint": "^8.56.0",
"publint": "^0.2.7",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
},
"dependencies": {
"@hattip/core": "workspace:*",
Expand Down
8 changes: 4 additions & 4 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.3.2",
"eslint": "^8.48.0",
"publint": "^0.2.2",
"@cyco130/eslint-config": "^3.5.0",
"eslint": "^8.56.0",
"publint": "^0.2.7",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
}
}
10 changes: 5 additions & 5 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.3.2",
"@cyco130/eslint-config": "^3.5.0",
"@hattip/adapter-test": "workspace:*",
"@hattip/polyfills": "workspace:*",
"eslint": "^8.48.0",
"publint": "^0.2.2",
"eslint": "^8.56.0",
"publint": "^0.2.7",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vitest": "^0.34.3"
"typescript": "^5.3.3",
"vitest": "^0.34.6"
}
}
8 changes: 4 additions & 4 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.3.2",
"eslint": "^8.48.0",
"publint": "^0.2.2",
"typescript": "^5.2.2"
"@cyco130/eslint-config": "^3.5.0",
"eslint": "^8.56.0",
"publint": "^0.2.7",
"typescript": "^5.3.3"
}
}
10 changes: 5 additions & 5 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.3.2",
"eslint": "^8.48.0",
"publint": "^0.2.2",
"@cyco130/eslint-config": "^3.5.0",
"eslint": "^8.56.0",
"publint": "^0.2.7",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vitest": "^0.34.3"
"typescript": "^5.3.3",
"vitest": "^0.34.6"
}
}
12 changes: 6 additions & 6 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.3.2",
"@cyco130/eslint-config": "^3.5.0",
"@hattip/polyfills": "workspace:*",
"eslint": "^8.48.0",
"node-fetch-native": "^1.4.0",
"publint": "^0.2.2",
"eslint": "^8.56.0",
"node-fetch-native": "^1.6.1",
"publint": "^0.2.7",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vitest": "^0.34.3"
"typescript": "^5.3.3",
"vitest": "^0.34.6"
},
"dependencies": {
"@hattip/headers": "workspace:*"
Expand Down
Loading

0 comments on commit a6bd7f8

Please sign in to comment.