Skip to content

Commit 129de42

Browse files
chore: update devtools event client to latest version (#81)
* chore: update devtools event client to latest version * ci: apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 1cc5e4d commit 129de42

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

.changeset/modern-ghosts-share.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@tanstack/pacer': patch
3+
---
4+
5+
bump event client version

examples/solid/createQueuer/src/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { render } from 'solid-js/web'
22
import { createQueuer } from '@tanstack/solid-pacer/queuer'
33
import { createSignal } from 'solid-js'
4-
import { PacerDevtoolsPanel } from '@tanstack/solid-pacer-devtools'
4+
import { pacerDevtoolsPlugin } from '@tanstack/solid-pacer-devtools'
55
import { TanStackDevtools } from '@tanstack/solid-devtools'
66

77
function App1() {
@@ -352,7 +352,7 @@ render(
352352
eventBusConfig={{
353353
debug: false,
354354
}}
355-
plugins={[{ name: 'TanStack Pacer', render: <PacerDevtoolsPanel /> }]}
355+
plugins={[pacerDevtoolsPlugin()]}
356356
/>
357357
</div>
358358
),

packages/pacer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
"build": "vite build"
182182
},
183183
"dependencies": {
184-
"@tanstack/devtools-event-client": "^0.2.5",
184+
"@tanstack/devtools-event-client": "^0.3.2",
185185
"@tanstack/store": "^0.7.5"
186186
}
187187
}

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)