-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yarnrc.yml
87 lines (82 loc) · 2.19 KB
/
.yarnrc.yml
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
enableTelemetry: false
logFilters:
- code: YN0002
level: discard
- code: YN0060
level: discard
nodeLinker: node-modules
packageExtensions:
"@opentelemetry/node@*":
dependencies:
"@opentelemetry/plugin-http": "*"
"@opentelemetry/plugin-https": "*"
"@opentelemetry/plugin-pg-pool": "*"
"@opentelemetry/plugin-pg": "*"
"@opentelemetry/plugin-ioredis": "*"
"@opentelemetry/plugin-mongodb": "*"
"@opentelemetry/plugin-ioredis@*":
dependencies:
"@opentelemetry/semantic-conventions": "*"
"@opentelemetry/plugin-mongodb@*":
dependencies:
"@opentelemetry/semantic-conventions": "*"
"@bufbuild/protoc-gen-es@*":
dependencies:
"@bufbuild/protobuf": "*"
"@eslint/eslintrc@*":
dependencies:
js-yaml: "*"
"@brillout/import@*":
dependencies:
"react-dom": "*"
"react-dom@*":
dependencies:
"react": "*"
"@joshwooding/vite-plugin-react-docgen-typescript@*":
dependencies:
vite: "*"
"@storybook/builder-vite@*":
dependencies:
"@storybook/preview-web": "*"
"@storybook/react-vite": "*"
vite: "*"
"@storybook/core-common@*":
dependencies:
"@storybook/react-vite": "*"
"@storybook/react-dom-shim@*":
dependencies:
react-dom: "*"
babel-plugin-relay@*:
dependencies:
"@babel/runtime": "*"
baseui@*:
dependencies:
styletron-standard: "*"
jest-config@*:
dependencies:
ts-node: "*"
ts-node@*:
dependencies:
typescript: "*"
vite-plugin-monaco-editor@*:
dependencies:
esbuild: "*"
graphql-yoga@*:
dependencies:
graphql: "*"
"@pothos/core@*":
peerDependencies:
graphql: "*"
"@envelop/opentelemetry@*":
dependencies:
"@envelop/core": "*"
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-constraints.cjs
spec: "@yarnpkg/plugin-constraints"
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
yarnPath: .yarn/releases/yarn-3.5.1.cjs