File tree 3 files changed +13
-8
lines changed
3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @gitbook/cache-tags " : patch
3
+ ---
4
+
5
+ Fix version of @gitbook/api referenced in package.json
Original file line number Diff line number Diff line change 24
24
},
25
25
"packages/cache-tags": {
26
26
"name": "@gitbook/cache-tags",
27
- "version": "0.2 .0",
27
+ "version": "0.3 .0",
28
28
"dependencies": {
29
- "@gitbook/api": "* ",
29
+ "@gitbook/api": "^0.109.0 ",
30
30
"assert-never": "^1.2.1",
31
31
},
32
32
"devDependencies": {
35
35
},
36
36
"packages/colors": {
37
37
"name": "@gitbook/colors",
38
- "version": "0.3.1 ",
38
+ "version": "0.3.2 ",
39
39
"devDependencies": {
40
40
"typescript": "^5.5.3",
41
41
},
49
49
},
50
50
"packages/gitbook": {
51
51
"name": "gitbook",
52
- "version": "0.9.2 ",
52
+ "version": "0.10.0 ",
53
53
"dependencies": {
54
54
"@gitbook/api": "*",
55
55
"@gitbook/cache-do": "workspace:*",
140
140
},
141
141
"packages/gitbook-v2": {
142
142
"name": "gitbook-v2",
143
- "version": "0.2.3 ",
143
+ "version": "0.2.4 ",
144
144
"dependencies": {
145
145
"@gitbook/api": "*",
146
146
"@gitbook/cache-tags": "workspace:*",
183
183
},
184
184
"packages/openapi-parser": {
185
185
"name": "@gitbook/openapi-parser",
186
- "version": "2.1.2 ",
186
+ "version": "2.1.3 ",
187
187
"dependencies": {
188
188
"@scalar/openapi-parser": "^0.10.10",
189
189
"@scalar/openapi-types": "^0.1.9",
230
230
},
231
231
"packages/react-openapi": {
232
232
"name": "@gitbook/react-openapi",
233
- "version": "1.1.9 ",
233
+ "version": "1.1.10 ",
234
234
"dependencies": {
235
235
"@gitbook/openapi-parser": "workspace:*",
236
236
"@scalar/api-client-react": "^1.2.5",
Original file line number Diff line number Diff line change 10
10
},
11
11
"version" : " 0.3.0" ,
12
12
"dependencies" : {
13
- "@gitbook/api" : " * " ,
13
+ "@gitbook/api" : " ^0.109.0 " ,
14
14
"assert-never" : " ^1.2.1"
15
15
},
16
16
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments