Skip to content

Commit 9de95e6

Browse files
committed
Fix lockfile
1 parent fb5c5f3 commit 9de95e6

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

bun.lock

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,18 @@
122122
"@gitbook/tsconfig": "workspace:*",
123123
},
124124
},
125+
"integrations/fullstory": {
126+
"name": "@gitbook/integration-fullstory",
127+
"version": "0.1.0",
128+
"dependencies": {
129+
"@gitbook/api": "*",
130+
"@gitbook/runtime": "*",
131+
},
132+
"devDependencies": {
133+
"@gitbook/cli": "workspace:*",
134+
"@gitbook/tsconfig": "workspace:*",
135+
},
136+
},
125137
"integrations/github": {
126138
"name": "@gitbook/integration-github",
127139
"version": "0.6.3",
@@ -531,7 +543,7 @@
531543
},
532544
"integrations/slack": {
533545
"name": "@gitbook/integration-slack",
534-
"version": "2.4.0",
546+
"version": "2.5.0",
535547
"dependencies": {
536548
"@gitbook/api": "*",
537549
"@gitbook/runtime": "*",
@@ -652,7 +664,7 @@
652664
},
653665
"packages/api": {
654666
"name": "@gitbook/api",
655-
"version": "0.137.0",
667+
"version": "0.138.0",
656668
"dependencies": {
657669
"event-iterator": "^2.0.0",
658670
"eventsource-parser": "^3.0.0",
@@ -997,6 +1009,8 @@
9971009

9981010
"@gitbook/integration-formspree": ["@gitbook/integration-formspree@workspace:integrations/formspree"],
9991011

1012+
"@gitbook/integration-fullstory": ["@gitbook/integration-fullstory@workspace:integrations/fullstory"],
1013+
10001014
"@gitbook/integration-github": ["@gitbook/integration-github@workspace:integrations/github"],
10011015

10021016
"@gitbook/integration-github-copilot": ["@gitbook/integration-github-copilot@workspace:integrations/github-copilot"],

0 commit comments

Comments
 (0)