-
Notifications
You must be signed in to change notification settings - Fork 27
/
.yarnrc.yml
51 lines (47 loc) · 1.32 KB
/
.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
41
42
43
44
45
46
47
48
49
50
51
changesetIgnorePatterns:
- "**/*.spec.{js,ts,tsx}"
- "**/*.story.{js,ts,tsx}"
- "**/*.stories.{js,ts,tsx}"
- javascript/webapp/**/*
npmAuthToken: "${NPM_AUTH_TOKEN-emptytoken}"
packageExtensions:
"@datashaper/app-framework@*":
peerDependencies:
"@thematic/fluent": "*"
"@fluentui/font-icons-mdl2@*":
peerDependencies:
react: "*"
"@fluentui/style-utilities@*":
peerDependencies:
"@types/react": "*"
react: "*"
"@storybook/addon-docs@*":
peerDependencies:
"@babel/core": "*"
"@uifabric/icons@*":
peerDependencies:
react: "*"
"@uifabric/styling@*":
peerDependencies:
"@types/react-dom": "*"
react: "*"
react-dom: "*"
elkjs@*:
peerDependencies:
web-worker: "*"
styled-components@*:
dependencies:
react-is: ^16
"@thematic/fluent@*":
peerDependencies:
styled-components: "*"
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"
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
yarnPath: .yarn/releases/yarn-3.3.1.cjs