forked from microsoft/datashaper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yarnrc.yml
40 lines (36 loc) · 996 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
32
33
34
35
36
37
38
39
40
changesetIgnorePatterns:
- "**/*.spec.{js,ts,tsx}"
packageExtensions:
"@fluentui/font-icons-mdl2@*":
peerDependencies:
react: "*"
"@fluentui/style-utilities@*":
peerDependencies:
"@types/react": "*"
react: "*"
"@uifabric/icons@*":
peerDependencies:
react: "*"
"@uifabric/styling@*":
peerDependencies:
"@types/react-dom": "*"
react: "*"
react-dom: "*"
styled-components@*:
dependencies:
react-is: ^16
"@storybook/addon-docs@*":
peerDependencies:
"@babel/core": "*"
path-equal@*:
dependencies:
"tslib": "*"
plugins:
- 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.2.1.cjs
npmAuthToken: "${NPM_AUTH_TOKEN-emptytoken}"