Skip to content

Commit

Permalink
Fix bun lock (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge authored Feb 21, 2025
1 parent 27de524 commit 3c96dd1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bun.lock
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@
},
"integrations/va-azure": {
"name": "@gitbook/integration-va-azure",
"version": "0.2.0",
"version": "0.3.0",
"dependencies": {
"@gitbook/api": "*",
"@gitbook/runtime": "*",
Expand All @@ -493,7 +493,7 @@
},
"integrations/va-okta": {
"name": "@gitbook/integration-va-okta",
"version": "0.2.0",
"version": "0.3.0",
"dependencies": {
"@gitbook/api": "packages/api",
"@gitbook/runtime": "packages/runtime",
Expand All @@ -519,7 +519,7 @@
},
"packages/api": {
"name": "@gitbook/api",
"version": "0.93.0",
"version": "0.94.0",
"dependencies": {
"event-iterator": "^2.0.0",
"eventsource-parser": "^3.0.0",
Expand All @@ -534,7 +534,7 @@
},
"packages/cli": {
"name": "@gitbook/cli",
"version": "0.20.0",
"version": "0.20.1",
"bin": {
"gitbook": "./cli.js"
},
Expand Down

0 comments on commit 3c96dd1

Please sign in to comment.