forked from microsoft/fluentui-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.syncpackrc
More file actions
45 lines (45 loc) · 786 Bytes
/
.syncpackrc
File metadata and controls
45 lines (45 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"dependencyTypes": [
"prod",
"peer"
],
"versionGroups": [
{
"packages": [
"**"
],
"dependencies": [
"@fluentui/react-components"
],
"dependencyTypes": [
"peer"
],
"isIgnored": true
},
{
"packages": [
"@fluentui-contrib/react-interactive-tab",
"@fluentui-contrib/react-keytips"
],
"dependencies": [
"@fluentui/react-jsx-runtime",
"@fluentui/react-utilities"
],
"dependencyTypes": [
"prod"
],
"isIgnored": true
},
{
"packages": [
"react-17-tests",
"react-18-tests",
"react-19-tests"
],
"dependencies": [
"**"
],
"isIgnored": true
}
]
}