File tree Expand file tree Collapse file tree 10 files changed +1050
-688
lines changed Expand file tree Collapse file tree 10 files changed +1050
-688
lines changed Original file line number Diff line number Diff line change 44 "private" : true ,
55 "type" : " module" ,
66 "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" ,
88 "dev" : " vitepress dev" ,
99 "update-contributors" : " node scripts/update-contributors.js"
1010 },
1111 "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"
1516 }
1617}
Original file line number Diff line number Diff line change 2121 "devDependencies" : {
2222 "@biomejs/biome" : " ^1.9.4" ,
2323 "@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 " ,
2626 "@size-limit/preset-small-lib" : " ^11.1.6" ,
27- "@types/node" : " ^22.10.1 " ,
27+ "@types/node" : " ^22.10.2 " ,
2828 "del-cli" : " ^5.1.0" ,
29- "prettier" : " ^3.4.1 " ,
29+ "prettier" : " ^3.4.2 " ,
3030 "size-limit" : " ^11.1.6" ,
3131 "turbo" : " ^2.3.3" ,
3232 "typescript" : " ^5.7.2" ,
33- "vitest" : " ^2.1.6 "
33+ "vitest" : " ^2.1.8 "
3434 },
3535 "size-limit" : [
3636 {
Original file line number Diff line number Diff line change 66 "dev" : " vite dev"
77 },
88 "dependencies" : {
9- "@tanstack/react-query" : " ^5.62.0 " ,
9+ "@tanstack/react-query" : " ^5.62.8 " ,
1010 "openapi-fetch" : " workspace:^" ,
1111 "openapi-typescript" : " workspace:^" ,
1212 "react" : " ^18.3.1" ,
1717 "@types/react-dom" : " 18.3.0" ,
1818 "@vitejs/plugin-react-swc" : " ^3.7.2" ,
1919 "typescript" : " ^5.7.2" ,
20- "vite" : " ^6.0.1 "
20+ "vite" : " ^6.0.4 "
2121 }
2222}
Original file line number Diff line number Diff line change 1919 "svelte-check" : " ^3.8.6" ,
2020 "tslib" : " ^2.8.1" ,
2121 "typescript" : " ^5.7.2" ,
22- "vite" : " ^6.0.1 "
22+ "vite" : " ^6.0.4 "
2323 }
2424}
Original file line number Diff line number Diff line change 2020 "@vue/tsconfig" : " ^0.5.1" ,
2121 "openapi-typescript" : " workspace:^" ,
2222 "typescript" : " ^5.7.2" ,
23- "vite" : " ^6.0.1 " ,
23+ "vite" : " ^6.0.4 " ,
2424 "vue-tsc" : " ^2.1.6"
2525 }
2626}
Original file line number Diff line number Diff line change 8383 "superagent" : " ^10.1.1" ,
8484 "typescript" : " ^5.7.2" ,
8585 "undici" : " ^6.21.0" ,
86- "vite" : " ^6.0.1 "
86+ "vite" : " ^6.0.4 "
8787 }
8888}
Original file line number Diff line number Diff line change 6565 "openapi-typescript-helpers" : " workspace:^"
6666 },
6767 "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 " ,
7070 "@types/react" : " 18.3.1" ,
7171 "@vitejs/plugin-react" : " ^4.3.4" ,
7272 "del-cli" : " ^5.1.0" ,
7373 "esbuild" : " ^0.24.0" ,
7474 "execa" : " ^8.0.1" ,
75- "msw" : " ^2.6.6 " ,
75+ "msw" : " ^2.7.0 " ,
7676 "openapi-fetch" : " workspace:^" ,
7777 "openapi-typescript" : " workspace:^" ,
7878 "react" : " ^18.3.1" ,
Original file line number Diff line number Diff line change 11import react from "@vitejs/plugin-react" ;
2- import { defineConfig } from "vitest/config" ;
2+ import { defineConfig , type Plugin } from "vitest/config" ;
33
44export default defineConfig ( {
5- plugins : [ react ( ) ] ,
5+ plugins : [ react ( ) as unknown as Plugin ] ,
66 test : {
77 environment : "jsdom" ,
88 globals : true ,
Original file line number Diff line number Diff line change 8383 "openapi-typescript" : " workspace:^" ,
8484 "react" : " 18.3.1" ,
8585 "swr" : " 2.2.5" ,
86- "typescript" : " ^5.7.2" ,
87- "vitest" : " ^2.1.6"
86+ "typescript" : " ^5.7.2"
8887 }
8988}
You can’t perform that action at this time.
0 commit comments