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 Sep 4, 2023
1 parent 7ebc513 commit a23c681
Show file tree
Hide file tree
Showing 28 changed files with 596 additions and 515 deletions.
10 changes: 5 additions & 5 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.15",
"@babel/preset-typescript": "^7.22.15",
"@babel/traverse": "^7.22.15",
"@cyco130/eslint-config": "^3.3.2",
"@types/babel__core": "^7.20.1",
"@types/babel__traverse": "^7.20.1",
"@types/node": "^20.5.7",
"@types/node": "^20.5.9",
"eslint": "^8.48.0",
"tsx": "^3.12.7",
"tsx": "^3.12.8",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion 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",
"@types/node": "^20.5.9",
"wrangler": "^3.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/cli/hono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@hattip/adapter-node": "0.0.34",
"@hattip/core": "0.0.34",
"@hattip/vite": "0.0.34",
"hono": "^3.5.5",
"hono": "^3.5.7",
"vite": "^4.4.9"
}
}
4 changes: 2 additions & 2 deletions examples/vavite/vite-plugin-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@hattip/adapter-node": "^0.0.34",
"@hattip/compose": "^0.0.34",
"@types/express": "^4.17.17",
"@types/node": "^20.5.7",
"@types/node": "^20.5.9",
"@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.140"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"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"
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/adapter-bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.3.2",
"@types/node": "^20.5.7",
"@types/node": "^20.5.9",
"eslint": "^8.48.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/adapter-cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.3.2",
"@types/node": "^20.5.7",
"@types/node": "^20.5.9",
"eslint": "^8.48.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/adapter-deno/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",
"@types/node": "^20.5.7",
"@types/node": "^20.5.9",
"eslint": "^8.48.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter/adapter-fastly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"test:package": "publint --strict"
},
"dependencies": {
"@fastly/js-compute": "^3.3.1",
"@fastly/js-compute": "^3.3.2",
"@hattip/core": "workspace:*"
},
"devDependencies": {
"@cyco130/eslint-config": "^3.3.2",
"@types/node": "^20.5.7",
"@types/node": "^20.5.9",
"eslint": "^8.48.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/adapter-netlify-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",
"@types/node": "^20.5.7",
"@types/node": "^20.5.9",
"eslint": "^8.48.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/adapter-netlify-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.3.2",
"@types/node": "^20.5.7",
"@types/node": "^20.5.9",
"eslint": "^8.48.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/adapter-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.3.2",
"@types/node": "^20.5.7",
"@types/node": "^20.5.9",
"eslint": "^8.48.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/adapter-uwebsockets/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",
"@types/node": "^20.5.7",
"@types/node": "^20.5.9",
"eslint": "^8.48.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/base/polyfills/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.3.2",
"@types/node": "^20.5.7",
"@types/node": "^20.5.9",
"eslint": "^8.48.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
Expand All @@ -44,7 +44,7 @@
},
"dependencies": {
"@hattip/core": "workspace:*",
"@whatwg-node/fetch": "^0.9.9",
"@whatwg-node/fetch": "^0.9.12",
"node-fetch-native": "^1.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/base/response/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@cyco130/eslint-config": "^3.3.2",
"@hattip/adapter-test": "workspace:*",
"@types/eventsource": "^1.1.11",
"@types/node": "^20.5.7",
"@types/node": "^20.5.9",
"eslint": "^8.48.0",
"eventsource": "^2.0.2",
"eventsource-polyfill": "^0.9.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler/bundler-cloudflare-workers/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",
"@types/node": "^20.5.7",
"@types/node": "^20.5.9",
"eslint": "^8.48.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler/bundler-deno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.3.2",
"@types/node": "^20.5.7",
"@types/node": "^20.5.9",
"eslint": "^8.48.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler/bundler-netlify/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",
"@types/node": "^20.5.7",
"@types/node": "^20.5.9",
"eslint": "^8.48.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler/bundler-vercel/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",
"@types/node": "^20.5.7",
"@types/node": "^20.5.9",
"eslint": "^8.48.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler/walk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@cyco130/eslint-config": "^3.3.2",
"@types/mime-types": "^2.1.1",
"@types/node": "^20.5.7",
"@types/node": "^20.5.9",
"eslint": "^8.48.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware/cookie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.3.2",
"@types/node": "^20.5.7",
"@types/node": "^20.5.9",
"eslint": "^8.48.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware/cors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@hattip/adapter-test": "workspace:*",
"@hattip/polyfills": "workspace:*",
"@hattip/response": "workspace:*",
"@types/node": "^20.5.7",
"@types/node": "^20.5.9",
"eslint": "^8.48.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/middleware/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@graphql-tools/schema": "^10.0.0",
"@graphql-tools/utils": "^10.0.5",
"@graphql-tools/utils": "^10.0.6",
"@graphql-typed-document-node/core": "^3.2.0",
"@hattip/compose": "workspace:*",
"@hattip/core": "workspace:*",
Expand All @@ -49,7 +49,7 @@
"graphql-yoga": "^4.0.4",
"@cyco130/eslint-config": "^3.3.2",
"@hattip/polyfills": "workspace:*",
"@types/node": "^20.5.7",
"@types/node": "^20.5.9",
"eslint": "^8.48.0",
"graphql": "^16.8.0",
"publint": "^0.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware/session/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@hattip/polyfills": "workspace:*",
"@miniflare/kv": "^2.14.1",
"@miniflare/storage-memory": "^2.14.1",
"@types/node": "^20.5.7",
"@types/node": "^20.5.9",
"@types/redis-mock": "^0.17.1",
"eslint": "^8.48.0",
"publint": "^0.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware/static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.3.2",
"@types/node": "^20.5.7",
"@types/node": "^20.5.9",
"eslint": "^8.48.0",
"publint": "^0.2.2",
"tsup": "^7.2.0",
Expand Down
Loading

0 comments on commit a23c681

Please sign in to comment.