There was an error while loading. Please reload this page.
1 parent 8b3e951 commit 8be8a71Copy full SHA for 8be8a71
1 file changed
src/routes/stats/npm/-comparisons.ts
@@ -399,6 +399,17 @@ export function getPopularComparisons(): v.InferInput<
399
packages: [{ name: '@conform-to/dom' }],
400
color: '#FF5733',
401
},
402
+ {
403
+ packages: [
404
+ { name: '@formisch/react' },
405
+ { name: '@formisch/svelte' },
406
+ { name: '@formisch/solid' },
407
+ { name: '@formisch/vue' },
408
+ { name: '@formisch/preact' },
409
+ { name: '@formisch/qwik' },
410
+ ],
411
+ color: '#8B5CF6',
412
+ },
413
],
414
415
{
0 commit comments