Commit 7ab875f
authored
Fix Yarn peer dependency warnings (#1961)
* fix: resolve Yarn peer dependency warnings
Add missing build dependencies and suppress expected monorepo warnings:
- Add @babel/core and @types/react to @visx/demo dependencies
- Add @babel/core to @visx/vendor devDependencies
- Configure logFilters in .yarnrc.yml to suppress monorepo peer
dependency warnings for react, react-dom, @react-spring/web, and
webpack
* fix: update @babel/core version to 7.26.0 in package.json and yarn.lock1 parent a67860d commit 7ab875f
File tree
4 files changed
+20
-0
lines changed- packages
- visx-demo
- visx-vendor
4 files changed
+20
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
90 | 94 | | |
91 | 95 | | |
92 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3561 | 3561 | | |
3562 | 3562 | | |
3563 | 3563 | | |
| 3564 | + | |
3564 | 3565 | | |
3565 | 3566 | | |
3566 | 3567 | | |
3567 | 3568 | | |
| 3569 | + | |
3568 | 3570 | | |
3569 | 3571 | | |
3570 | 3572 | | |
| |||
3982 | 3984 | | |
3983 | 3985 | | |
3984 | 3986 | | |
| 3987 | + | |
3985 | 3988 | | |
3986 | 3989 | | |
3987 | 3990 | | |
| |||
0 commit comments