Skip to content

Commit

Permalink
Fix bun lock
Browse files Browse the repository at this point in the history
  • Loading branch information
nolannbiron committed Feb 28, 2025
1 parent 539486f commit 358027b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bun.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
},
"integrations/formspree": {
"name": "@gitbook/integration-formspree",
"version": "0.2.5",
"version": "0.2.6",
"dependencies": {
"@gitbook/runtime": "packages/runtime",
},
Expand Down Expand Up @@ -340,7 +340,7 @@
},
"integrations/openapi": {
"name": "@gitbook/integration-openapi",
"version": "0.0.1",
"version": "0.0.2",
"dependencies": {
"@gitbook/api": "*",
"@gitbook/document": "*",
Expand Down Expand Up @@ -534,7 +534,7 @@
},
"packages/api": {
"name": "@gitbook/api",
"version": "0.96.0",
"version": "0.96.1",
"dependencies": {
"event-iterator": "^2.0.0",
"eventsource-parser": "^3.0.0",
Expand All @@ -551,7 +551,7 @@
"name": "@gitbook/cli",
"version": "0.20.1",
"bin": {
"gitbook": "./cli.js",
"gitbook": "./cli.js"
},
"dependencies": {
"@gitbook/api": "*",
Expand All @@ -577,7 +577,7 @@
},
"packages/document": {
"name": "@gitbook/document",
"version": "0.1.0",
"version": "0.1.1",
"dependencies": {
"@gitbook/api": "*",
},
Expand All @@ -588,7 +588,7 @@
},
"packages/runtime": {
"name": "@gitbook/runtime",
"version": "0.19.0",
"version": "0.19.1",
"dependencies": {
"@gitbook/api": "*",
},
Expand Down

0 comments on commit 358027b

Please sign in to comment.