Skip to content

Commit a1d2fcc

Browse files
committed
chore: Silence Yarn peer dependency warnings
1 parent 230343d commit a1d2fcc

File tree

3 files changed

+40
-2
lines changed

3 files changed

+40
-2
lines changed

.yarnrc.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ enableTelemetry: false
99
logFilters:
1010
- code: YN0004
1111
level: discard
12+
- code: YN0060
13+
level: discard
14+
- code: YN0086
15+
level: discard
1216

1317
nodeLinker: node-modules
1418

1519
plugins:
1620
- path: .yarn/plugins/@yarnpkg/plugin-allow-scripts.cjs
17-
spec: "https://raw.githubusercontent.com/LavaMoat/LavaMoat/main/packages/yarn-plugin-allow-scripts/bundles/@yarnpkg/plugin-allow-scripts.js"
21+
spec: 'https://raw.githubusercontent.com/LavaMoat/LavaMoat/main/packages/yarn-plugin-allow-scripts/bundles/@yarnpkg/plugin-allow-scripts.js'

packages/kernel-ui/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
"@metamask/eslint-config-typescript": "^14.0.0",
8383
"@ocap/repo-tools": "workspace:^",
8484
"@solana/addresses": "^2.0.0",
85+
"@testing-library/dom": "^10.4.0",
8586
"@testing-library/jest-dom": "^6.6.3",
8687
"@testing-library/react": "^12.1.5",
8788
"@testing-library/react-hooks": "^8.0.1",

yarn.lock

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2498,6 +2498,7 @@ __metadata:
24982498
"@metamask/utils": "npm:^11.4.2"
24992499
"@ocap/repo-tools": "workspace:^"
25002500
"@solana/addresses": "npm:^2.0.0"
2501+
"@testing-library/dom": "npm:^10.4.0"
25012502
"@testing-library/jest-dom": "npm:^6.6.3"
25022503
"@testing-library/react": "npm:^12.1.5"
25032504
"@testing-library/react-hooks": "npm:^8.0.1"
@@ -4866,6 +4867,22 @@ __metadata:
48664867
languageName: node
48674868
linkType: hard
48684869

4870+
"@testing-library/dom@npm:^10.4.0":
4871+
version: 10.4.1
4872+
resolution: "@testing-library/dom@npm:10.4.1"
4873+
dependencies:
4874+
"@babel/code-frame": "npm:^7.10.4"
4875+
"@babel/runtime": "npm:^7.12.5"
4876+
"@types/aria-query": "npm:^5.0.1"
4877+
aria-query: "npm:5.3.0"
4878+
dom-accessibility-api: "npm:^0.5.9"
4879+
lz-string: "npm:^1.5.0"
4880+
picocolors: "npm:1.1.1"
4881+
pretty-format: "npm:^27.0.2"
4882+
checksum: 10/7f93e09ea015f151f8b8f42cbab0b2b858999b5445f15239a72a612ef7716e672b14c40c421218194cf191cbecbde0afa6f3dc2cc83dda93ff6a4fb0237df6e6
4883+
languageName: node
4884+
linkType: hard
4885+
48694886
"@testing-library/dom@npm:^8.0.0":
48704887
version: 8.20.1
48714888
resolution: "@testing-library/dom@npm:8.20.1"
@@ -6388,6 +6405,15 @@ __metadata:
63886405
languageName: node
63896406
linkType: hard
63906407

6408+
"aria-query@npm:5.3.0":
6409+
version: 5.3.0
6410+
resolution: "aria-query@npm:5.3.0"
6411+
dependencies:
6412+
dequal: "npm:^2.0.3"
6413+
checksum: 10/c3e1ed127cc6886fea4732e97dd6d3c3938e64180803acfb9df8955517c4943760746ffaf4020ce8f7ffaa7556a3b5f85c3769a1f5ca74a1288e02d042f9ae4e
6414+
languageName: node
6415+
linkType: hard
6416+
63916417
"aria-query@npm:^5.0.0":
63926418
version: 5.3.2
63936419
resolution: "aria-query@npm:5.3.2"
@@ -7682,6 +7708,13 @@ __metadata:
76827708
languageName: node
76837709
linkType: hard
76847710

7711+
"dequal@npm:^2.0.3":
7712+
version: 2.0.3
7713+
resolution: "dequal@npm:2.0.3"
7714+
checksum: 10/6ff05a7561f33603df87c45e389c9ac0a95e3c056be3da1a0c4702149e3a7f6fe5ffbb294478687ba51a9e95f3a60e8b6b9005993acd79c292c7d15f71964b6b
7715+
languageName: node
7716+
linkType: hard
7717+
76857718
"destroy@npm:1.2.0":
76867719
version: 1.2.0
76877720
resolution: "destroy@npm:1.2.0"
@@ -12381,7 +12414,7 @@ __metadata:
1238112414
languageName: node
1238212415
linkType: hard
1238312416

12384-
"picocolors@npm:^1.0.0, picocolors@npm:^1.1.1":
12417+
"picocolors@npm:1.1.1, picocolors@npm:^1.0.0, picocolors@npm:^1.1.1":
1238512418
version: 1.1.1
1238612419
resolution: "picocolors@npm:1.1.1"
1238712420
checksum: 10/e1cf46bf84886c79055fdfa9dcb3e4711ad259949e3565154b004b260cd356c5d54b31a1437ce9782624bf766272fe6b0154f5f0c744fb7af5d454d2b60db045

0 commit comments

Comments
 (0)