Skip to content

Commit b694760

Browse files
ci: apply automated fixes
1 parent 6a04243 commit b694760

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

examples/react/drizzle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
"vite": "^7.0.6",
2929
"vite-plugin-inspect": "11.3.2"
3030
}
31-
}
31+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@
8484
"@tanstack/solid-devtools": "workspace:*",
8585
"@tanstack/devtools-vite": "workspace:*"
8686
}
87-
}
87+
}

packages/devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@
7474
"tsup-preset-solid": "^2.2.0",
7575
"vite-plugin-solid": "^2.11.6"
7676
}
77-
}
77+
}

packages/devtools/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"compilerOptions": {
1111
"jsxImportSource": "solid-js",
12-
"jsx": "preserve",
12+
"jsx": "preserve",
1313
"types": ["vite/client"]
1414
}
1515
}

packages/devtools/tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ export default defineConfig(() => {
1616
const tsup_options = generateTsupOptions(parsed_data)
1717

1818
return tsup_options
19-
})
19+
})

packages/react-devtools/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import * as Devtools from './devtools'
55
export const TanStackDevtools: (typeof Devtools)['TanStackDevtools'] =
66
process.env.NODE_ENV !== 'development'
77
? function () {
8-
return null
9-
}
8+
return null
9+
}
1010
: Devtools.TanStackDevtools
1111

1212
export type {

0 commit comments

Comments
 (0)