forked from department-of-veterans-affairs/next-build
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.yarnrc.yml
More file actions
31 lines (27 loc) · 676 Bytes
/
Copy path.yarnrc.yml
File metadata and controls
31 lines (27 loc) · 676 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
nodeLinker: node-modules
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'
supportedArchitectures:
cpu:
- 'current'
- 'x64'
os:
- 'current'
- 'darwin'
- 'linux'
# ensures all packages included for CI envs
libc:
- 'glibc'
- 'musl'
yarnPath: .yarn/releases/yarn-3.6.1.cjs
# satisfies some warnings about peer dependencies that are included in the repo
packageExtensions:
next-drupal-query@*:
dependencies:
react: "^18"
react-dom: "^18"
"@department-of-veterans-affairs/component-library@*":
dependencies:
react: "^18"
react-dom: "^18"