forked from react-dnd/react-dnd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.yarnrc.yml
More file actions
32 lines (27 loc) · 836 Bytes
/
.yarnrc.yml
File metadata and controls
32 lines (27 loc) · 836 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
32
changesetBaseRefs:
- main
- origin/main
- upstream/main
changesetIgnorePatterns:
- '**/*.spec.{js,ts,tsx}'
- packages/docsite/**
- packages/build/**
packageExtensions:
alex@*:
dependencies:
supports-color: ^7.2.0
gatsby@*:
dependencies:
'@babel/types': ^7.12.0
babel-plugin-styled-components: ^1.11.1
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-version.cjs
spec: '@yarnpkg/plugin-version'
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: '@yarnpkg/plugin-typescript'
yarnPath: .yarn/releases/yarn-2.4.0.cjs
npmAuthToken: '${NPM_AUTH_TOKEN-emptytoken}'