Skip to content

Commit 77397ca

Browse files
authored
Fix version of @gitbook/api referenced in cache-tags (#3136)
1 parent b6a08bc commit 77397ca

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

.changeset/nice-beds-smoke.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@gitbook/cache-tags": patch
3+
---
4+
5+
Fix version of @gitbook/api referenced in package.json

bun.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
},
2525
"packages/cache-tags": {
2626
"name": "@gitbook/cache-tags",
27-
"version": "0.2.0",
27+
"version": "0.3.0",
2828
"dependencies": {
29-
"@gitbook/api": "*",
29+
"@gitbook/api": "^0.109.0",
3030
"assert-never": "^1.2.1",
3131
},
3232
"devDependencies": {
@@ -35,7 +35,7 @@
3535
},
3636
"packages/colors": {
3737
"name": "@gitbook/colors",
38-
"version": "0.3.1",
38+
"version": "0.3.2",
3939
"devDependencies": {
4040
"typescript": "^5.5.3",
4141
},
@@ -49,7 +49,7 @@
4949
},
5050
"packages/gitbook": {
5151
"name": "gitbook",
52-
"version": "0.9.2",
52+
"version": "0.10.0",
5353
"dependencies": {
5454
"@gitbook/api": "*",
5555
"@gitbook/cache-do": "workspace:*",
@@ -140,7 +140,7 @@
140140
},
141141
"packages/gitbook-v2": {
142142
"name": "gitbook-v2",
143-
"version": "0.2.3",
143+
"version": "0.2.4",
144144
"dependencies": {
145145
"@gitbook/api": "*",
146146
"@gitbook/cache-tags": "workspace:*",
@@ -183,7 +183,7 @@
183183
},
184184
"packages/openapi-parser": {
185185
"name": "@gitbook/openapi-parser",
186-
"version": "2.1.2",
186+
"version": "2.1.3",
187187
"dependencies": {
188188
"@scalar/openapi-parser": "^0.10.10",
189189
"@scalar/openapi-types": "^0.1.9",
@@ -230,7 +230,7 @@
230230
},
231231
"packages/react-openapi": {
232232
"name": "@gitbook/react-openapi",
233-
"version": "1.1.9",
233+
"version": "1.1.10",
234234
"dependencies": {
235235
"@gitbook/openapi-parser": "workspace:*",
236236
"@scalar/api-client-react": "^1.2.5",

packages/cache-tags/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"version": "0.3.0",
1212
"dependencies": {
13-
"@gitbook/api": "*",
13+
"@gitbook/api": "^0.109.0",
1414
"assert-never": "^1.2.1"
1515
},
1616
"devDependencies": {

0 commit comments

Comments
 (0)