File tree 10 files changed +1050
-688
lines changed
10 files changed +1050
-688
lines changed Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
- "build-docs" : " pnpm run update-contributors && vitepress build && cp _redirects .vitepress/dist" ,
7
+ "build-docs" : " pnpm run update-contributors && pnpm run -w build && vitepress build && cp _redirects .vitepress/dist" ,
8
8
"dev" : " vitepress dev" ,
9
9
"update-contributors" : " node scripts/update-contributors.js"
10
10
},
11
11
"devDependencies" : {
12
- "vitepress" : " 1.5.0" ,
13
- "@shikijs/vitepress-twoslash" : " ^1.22.2" ,
14
- "openapi-metadata" : " workspace:*"
12
+ "@shikijs/vitepress-twoslash" : " ^1.24.3" ,
13
+ "openapi-metadata" : " workspace:*" ,
14
+ "vite" : " ^6.0.4" ,
15
+ "vitepress" : " 1.5.0"
15
16
}
16
17
}
Original file line number Diff line number Diff line change 21
21
"devDependencies" : {
22
22
"@biomejs/biome" : " ^1.9.4" ,
23
23
"@changesets/changelog-github" : " ^0.5.0" ,
24
- "@changesets/cli" : " ^2.27.10 " ,
25
- "@playwright/test" : " ^1.49.0 " ,
24
+ "@changesets/cli" : " ^2.27.11 " ,
25
+ "@playwright/test" : " ^1.49.1 " ,
26
26
"@size-limit/preset-small-lib" : " ^11.1.6" ,
27
- "@types/node" : " ^22.10.1 " ,
27
+ "@types/node" : " ^22.10.2 " ,
28
28
"del-cli" : " ^5.1.0" ,
29
- "prettier" : " ^3.4.1 " ,
29
+ "prettier" : " ^3.4.2 " ,
30
30
"size-limit" : " ^11.1.6" ,
31
31
"turbo" : " ^2.3.3" ,
32
32
"typescript" : " ^5.7.2" ,
33
- "vitest" : " ^2.1.6 "
33
+ "vitest" : " ^2.1.8 "
34
34
},
35
35
"size-limit" : [
36
36
{
Original file line number Diff line number Diff line change 6
6
"dev" : " vite dev"
7
7
},
8
8
"dependencies" : {
9
- "@tanstack/react-query" : " ^5.62.0 " ,
9
+ "@tanstack/react-query" : " ^5.62.8 " ,
10
10
"openapi-fetch" : " workspace:^" ,
11
11
"openapi-typescript" : " workspace:^" ,
12
12
"react" : " ^18.3.1" ,
17
17
"@types/react-dom" : " 18.3.0" ,
18
18
"@vitejs/plugin-react-swc" : " ^3.7.2" ,
19
19
"typescript" : " ^5.7.2" ,
20
- "vite" : " ^6.0.1 "
20
+ "vite" : " ^6.0.4 "
21
21
}
22
22
}
Original file line number Diff line number Diff line change 19
19
"svelte-check" : " ^3.8.6" ,
20
20
"tslib" : " ^2.8.1" ,
21
21
"typescript" : " ^5.7.2" ,
22
- "vite" : " ^6.0.1 "
22
+ "vite" : " ^6.0.4 "
23
23
}
24
24
}
Original file line number Diff line number Diff line change 20
20
"@vue/tsconfig" : " ^0.5.1" ,
21
21
"openapi-typescript" : " workspace:^" ,
22
22
"typescript" : " ^5.7.2" ,
23
- "vite" : " ^6.0.1 " ,
23
+ "vite" : " ^6.0.4 " ,
24
24
"vue-tsc" : " ^2.1.6"
25
25
}
26
26
}
Original file line number Diff line number Diff line change 83
83
"superagent" : " ^10.1.1" ,
84
84
"typescript" : " ^5.7.2" ,
85
85
"undici" : " ^6.21.0" ,
86
- "vite" : " ^6.0.1 "
86
+ "vite" : " ^6.0.4 "
87
87
}
88
88
}
Original file line number Diff line number Diff line change 65
65
"openapi-typescript-helpers" : " workspace:^"
66
66
},
67
67
"devDependencies" : {
68
- "@tanstack/react-query" : " ^5.62.0 " ,
69
- "@testing-library/react" : " ^16.0.1 " ,
68
+ "@tanstack/react-query" : " ^5.62.8 " ,
69
+ "@testing-library/react" : " ^16.1.0 " ,
70
70
"@types/react" : " 18.3.1" ,
71
71
"@vitejs/plugin-react" : " ^4.3.4" ,
72
72
"del-cli" : " ^5.1.0" ,
73
73
"esbuild" : " ^0.24.0" ,
74
74
"execa" : " ^8.0.1" ,
75
- "msw" : " ^2.6.6 " ,
75
+ "msw" : " ^2.7.0 " ,
76
76
"openapi-fetch" : " workspace:^" ,
77
77
"openapi-typescript" : " workspace:^" ,
78
78
"react" : " ^18.3.1" ,
Original file line number Diff line number Diff line change 1
1
import react from "@vitejs/plugin-react" ;
2
- import { defineConfig } from "vitest/config" ;
2
+ import { defineConfig , type Plugin } from "vitest/config" ;
3
3
4
4
export default defineConfig ( {
5
- plugins : [ react ( ) ] ,
5
+ plugins : [ react ( ) as unknown as Plugin ] ,
6
6
test : {
7
7
environment : "jsdom" ,
8
8
globals : true ,
Original file line number Diff line number Diff line change 83
83
"openapi-typescript" : " workspace:^" ,
84
84
"react" : " 18.3.1" ,
85
85
"swr" : " 2.2.5" ,
86
- "typescript" : " ^5.7.2" ,
87
- "vitest" : " ^2.1.6"
86
+ "typescript" : " ^5.7.2"
88
87
}
89
88
}
You can’t perform that action at this time.
0 commit comments