forked from react-dnd/react-dnd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yarnrc.yml
31 lines (26 loc) · 899 Bytes
/
.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
changesetIgnorePatterns:
- "**/*.spec.{js,ts,tsx}"
- packages/docsite/**
- packages/test-suite-*/**
enableInlineHunks: true
npmAuthToken: "${NPM_AUTH_TOKEN-emptytoken}"
packageExtensions:
gatsby@*:
dependencies:
babel-plugin-styled-components: ^1.11.1
react-frame-component@*:
peerDependenciesMeta:
react-dom: { optional: true }
'@testing-library/react@*':
peerDependenciesMeta:
react-dom: { optional: true }
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
yarnPath: .yarn/releases/yarn-3.3.1.cjs