Skip to content

Commit cd63494

Browse files
ci: apply automated fixes
1 parent 9e62df2 commit cd63494

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/devtools-utils/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@
7272
"engines": {
7373
"node": ">=18"
7474
},
75-
"dependencies": {"@tanstack/devtools-ui": "workspace:*"},
75+
"dependencies": {
76+
"@tanstack/devtools-ui": "workspace:*"
77+
},
7678
"peerDependencies": {
7779
"@types/react": ">=17.0.0",
7880
"preact": ">=10.0.0",

packages/devtools-utils/src/solid/class.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { ThemeType } from '@tanstack/devtools-ui'
22
import type { JSX } from 'solid-js'
33

4-
export type DevtoolProps = {theme: ThemeType}
4+
export type DevtoolProps = { theme: ThemeType }
55

66
/**
77
* Constructs the core class for the Devtools.

0 commit comments

Comments
 (0)