Skip to content

Commit c0eefae

Browse files
authored
chore: bump react env (#10)
1 parent fa81eee commit c0eefae

File tree

2 files changed

+184
-129
lines changed

2 files changed

+184
-129
lines changed

.bitmap

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,42 +14,60 @@
1414
"scope": "automations.design",
1515
"version": "0.0.4",
1616
"mainFile": "index.ts",
17-
"rootDir": "design/patterns/form"
17+
"rootDir": "design/patterns/form",
18+
"config": {
19+
"bitdev.react/[email protected]": {}
20+
}
1821
},
1922
"patterns/header": {
2023
"name": "patterns/header",
2124
"scope": "automations.design",
2225
"version": "0.0.2",
2326
"mainFile": "index.ts",
24-
"rootDir": "design/patterns/header"
27+
"rootDir": "design/patterns/header",
28+
"config": {
29+
"bitdev.react/[email protected]": {}
30+
}
2531
},
2632
"ui/button": {
2733
"name": "ui/button",
2834
"scope": "automations.design",
2935
"version": "0.0.2",
3036
"mainFile": "index.ts",
31-
"rootDir": "design/ui/button"
37+
"rootDir": "design/ui/button",
38+
"config": {
39+
"bitdev.react/[email protected]": {}
40+
}
3241
},
3342
"ui/card": {
3443
"name": "ui/card",
3544
"scope": "automations.design",
3645
"version": "0.0.2",
3746
"mainFile": "index.ts",
38-
"rootDir": "design/ui/card"
47+
"rootDir": "design/ui/card",
48+
"config": {
49+
"bitdev.react/[email protected]": {}
50+
}
3951
},
4052
"ui/dropdown": {
4153
"name": "ui/dropdown",
4254
"scope": "automations.design",
4355
"version": "0.0.1",
4456
"mainFile": "index.ts",
45-
"rootDir": "design/ui/dropdown"
57+
"rootDir": "design/ui/dropdown",
58+
"config": {
59+
"bitdev.react/[email protected]": {}
60+
}
4661
},
4762
"ui/input": {
4863
"name": "ui/input",
4964
"scope": "automations.design",
5065
"version": "0.0.2",
5166
"mainFile": "index.ts",
52-
"rootDir": "design/ui/input"
67+
"rootDir": "design/ui/input",
68+
"config": {
69+
"bitdev.react/[email protected]": {}
70+
}
5371
},
5472
"$schema-version": "17.0.0"
5573
}

0 commit comments

Comments
 (0)