Skip to content

Commit

Permalink
chore(examples): Ensure bun examples have updated dependencies (#1213)
Browse files Browse the repository at this point in the history
This adds our env package to the workspace list and updates the bun lockfile to be up-to-date with all dependencies in the tree.

I noticed these while testing/debugging http2 on bun.
  • Loading branch information
blaine-arcjet authored Jul 29, 2024
1 parent 1708f6a commit e766029
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 deletions.
Binary file modified examples/bun-hono-rl/bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions examples/bun-hono-rl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"../../arcjet",
"../../arcjet-bun",
"../../duration",
"../../env",
"../../eslint-config",
"../../headers",
"../../ip",
Expand Down
Binary file modified examples/bun-rl/bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions examples/bun-rl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"../../arcjet",
"../../arcjet-bun",
"../../duration",
"../../env",
"../../eslint-config",
"../../headers",
"../../ip",
Expand Down

0 comments on commit e766029

Please sign in to comment.