datatracker/.yarnrc.yml
Nicolas Giard 8ea883cb7e
chore: switch to Yarn 3 (#3819)
* refactor: switch to yarn 3

* chore: add other os+cpu to yarn supported architectures

* chore: add gitattributes

* chore: add missing yarn native modules rebuild step

* chore: replace npx with yarn in test_runner + update readme

* chore: remove bootstrap-datepicker github dependency, use local instead
2022-04-25 15:54:05 -05:00

38 lines
726 B
YAML

defaultSemverRangePrefix: ""
enableTelemetry: false
nodeLinker: pnp
packageExtensions:
"@parcel/optimizer-image@*":
dependencies:
"@parcel/core": "*"
"@parcel/transformer-image@*":
dependencies:
"@parcel/core": "*"
"@parcel/transformer-js@*":
dependencies:
"@parcel/core": "*"
"@parcel/types@*":
dependencies:
"@parcel/core": "*"
"select2-bootstrap-5-theme@*":
dependencies:
"@popperjs/core": "*"
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
supportedArchitectures:
cpu:
- "x64"
- "arm64"
os:
- "darwin"
- "linux"
- "win32"
yarnPath: .yarn/releases/yarn-3.2.0.cjs