Skip to content

Commit bc1c83d

Browse files
ci: apply automated fixes
1 parent 6356509 commit bc1c83d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/react/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
"last 1 safari version"
3636
]
3737
}
38-
}
38+
}

examples/solid/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232
"last 1 safari version"
3333
]
3434
}
35-
}
35+
}

packages/devtools/src/context/use-devtools-context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { createMemo, useContext } from 'solid-js'
22
import { DevtoolsContext } from './devtools-context.jsx'
3-
import type { DevtoolsPlugin } from './devtools-context.jsx';
3+
import type { DevtoolsPlugin } from './devtools-context.jsx'
44
/* import type { DevtoolsPlugin } from './devtools-context' */
55
import type { DevtoolsStore } from './devtools-store.js'
66

0 commit comments

Comments
 (0)