We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb19d25 commit 9169483Copy full SHA for 9169483
1 file changed
src/routes/stats/npm/-comparisons.ts
@@ -395,6 +395,17 @@ export function getPopularComparisons(): v.InferInput<
395
packages: [{ name: '@conform-to/dom' }],
396
color: '#FF5733',
397
},
398
+ {
399
+ packages: [
400
+ { name: '@formisch/react' },
401
+ { name: '@formisch/svelte' },
402
+ { name: '@formisch/solid' },
403
+ { name: '@formisch/vue' },
404
+ { name: '@formisch/preact' },
405
+ { name: '@formisch/qwik' },
406
+ ],
407
+ color: '#8B5CF6',
408
+ },
409
],
410
411
{
0 commit comments