Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
150 changes: 80 additions & 70 deletions examples/astro/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@arcjet/astro": "1.11.0",
"@arcjet/astro": "1.12.0",
"@astrojs/node": "11.1.2",
"@fontsource-variable/figtree": "5.3.0",
"@fontsource/ibm-plex-mono": "5.3.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"start": "bun run src/index.ts"
},
"dependencies": {
"@arcjet/bun": "1.11.0",
"@arcjet/inspect": "1.11.0"
"@arcjet/bun": "1.12.0",
"@arcjet/inspect": "1.12.0"
},
"devDependencies": {
"@types/bun": "1.3.14",
Expand Down
Loading
Loading