Skip to content

Commit afa97fa

Browse files
committed
plugin is broken
1 parent fdaa139 commit afa97fa

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
"@types/ssh2": "1.15.1",
158158
"@types/ua-parser-js": "0.7.36",
159159
"@types/uuid": "9.0.2",
160-
"@vitejs/plugin-react": "5.0.0",
160+
"@vitejs/plugin-react": "4.5.0",
161161
"autoprefixer": "10.4.20",
162162
"chromatic": "11.25.2",
163163
"dpdm": "3.14.0",

site/src/@types/react-query-devtools.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ declare global {
66
}
77
}
88

9-
export { };
9+
export {};

site/src/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ interface AppProvidersProps {
2929
queryClient?: QueryClient;
3030
}
3131

32-
3332
export const AppProviders: FC<AppProvidersProps> = ({
3433
children,
3534
queryClient = defaultQueryClient,

0 commit comments

Comments
 (0)