Skip to content

Commit

Permalink
Bump the npm_and_yarn group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the npm_and_yarn group with 3 updates in the / directory: [hono](https://github.com/honojs/hono), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [rollup](https://github.com/rollup/rollup).


Updates `hono` from 4.5.5 to 4.5.8
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.5.5...v4.5.8)

Updates `vite` from 5.4.0 to 5.4.6
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.6/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.6/packages/vite)

Updates `rollup` from 4.22.0 to 4.22.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.22.0...v4.22.4)

---
updated-dependencies:
- dependency-name: hono
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: vite
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: rollup
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 3ae173e commit 5346f91
Show file tree
Hide file tree
Showing 11 changed files with 214 additions and 199 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"drizzle-orm": "^0.33.0",
"drizzle-zod": "^0.5.1",
"figlet": "^1.7.0",
"hono": "^4.6.2",
"hono": "^4.5.8",
"minimatch": "^10.0.1",
"openai": "^4.47.1",
"source-map": "^0.7.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/ai-request-generation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@fiberplane/hono-otel": "workspace:*",
"@langchain/core": "^0.2.18",
"hono": "^4.5.9"
"hono": "^4.5.8"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240821.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/goose-quotes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@neondatabase/serverless": "^0.9.4",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.32.0",
"hono": "^4.5.9",
"hono": "^4.5.8",
"openai": "^4.53.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/goosify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@fiberplane/hono-otel": "workspace:*",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.32.0",
"hono": "^4.5.9"
"hono": "^4.5.8"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240821.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/node-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@fiberplane/hono-otel": "workspace:*",
"@hono/node-server": "^1.12.2",
"hono": "^4.5.9"
"hono": "^4.5.8"
},
"devDependencies": {
"@types/node": "^20.11.17",
Expand Down
2 changes: 1 addition & 1 deletion examples/test-static-analysis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@fiberplane/hono-otel": "workspace:*",
"drizzle-orm": "^0.32.0",
"hono": "^4.5.9"
"hono": "^4.5.8"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240909.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-library-otel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@swc/cli": "^0.4.0",
"@swc/core": "^1.5.22",
"@swc/plugin-transform-imports": "^2.0.4",
"hono": "^4.3.9",
"hono": "^4.5.8",
"nodemon": "^3.1.7",
"rimraf": "^6.0.1",
"tsc-alias": "^1.8.10",
Expand Down
Loading

0 comments on commit 5346f91

Please sign in to comment.