Skip to content

Commit

Permalink
pin react preset to npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
secustor committed Dec 10, 2024
1 parent b2b6632 commit 7d2ac5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/config/presets/internal/packages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export const presets: Record<string, Preset> = {
},
react: {
description: 'All React packages.',
matchDatasources: ['npm'],
matchPackageNames: ['@types/react**', 'react**'],
},
stylelint: {
Expand Down

0 comments on commit 7d2ac5e

Please sign in to comment.