Skip to content

Commit ae5a396

Browse files
committed
update plugin registry
1 parent 42b6309 commit ae5a396

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/devtools/src/tabs/plugin-registry.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ const PLUGIN_REGISTRY: Record<string, PluginMetadata> = {
187187
description: 'Monitor and debug your Pacer animations and transitions',
188188
requires: {
189189
packageName: '@tanstack/react-pacer',
190-
minVersion: '0.1.0',
190+
minVersion: '0.16.4',
191191
},
192192
author: 'TanStack',
193193
framework: 'react',
@@ -200,7 +200,7 @@ const PLUGIN_REGISTRY: Record<string, PluginMetadata> = {
200200
description: 'Monitor and debug your Pacer animations and transitions',
201201
requires: {
202202
packageName: '@tanstack/solid-pacer',
203-
minVersion: '0.1.0',
203+
minVersion: '0.14.4',
204204
},
205205
author: 'TanStack',
206206
framework: 'solid',

0 commit comments

Comments
 (0)