Skip to content

Commit b78adfd

Browse files
committed
feat(renovate): Add testutils to sd/ui
1 parent 6cae9fd commit b78adfd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/renovate-config/default.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"@superdispatch/phones",
2525
"@superdispatch/ui",
2626
"@superdispatch/ui-lab",
27-
"@superdispatch/jestutils"
27+
"@superdispatch/jestutils",
28+
"@superdispatch/testutils"
2829
],
2930
"groupName": "@superdispatch/ui",
3031
"prPriority": 1,

packages/renovate-config/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"@superdispatch/ui",
3636
"@superdispatch/ui-lab",
3737
"@superdispatch/hooks",
38-
"@superdispatch/jestutils"
38+
"@superdispatch/jestutils",
39+
"@superdispatch/testutils"
3940
],
4041
"groupName": "@superdispatch/ui",
4142
"prPriority": 1,

0 commit comments

Comments
 (0)