-
Notifications
You must be signed in to change notification settings - Fork 36
/
.yarnrc.yml
78 lines (73 loc) · 1.69 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
changesetBaseRefs:
- main
- origin/main
- upstream/main
enableGlobalCache: false
nmHoistingLimits: workspaces
packageExtensions:
"@cypress/webpack-dev-server@*":
dependencies:
lodash: "*"
"@mdx-js/loader@*":
dependencies:
react: "*"
"@types/hoist-non-react-statics@*":
dependencies:
react: "*"
"@types/react-dom@*":
dependencies:
react: "*"
"@types/react-router-dom@*":
dependencies:
react: "*"
"@types/react-router@*":
dependencies:
react: "*"
"@types/react-transition-group@*":
dependencies:
react: "*"
"@types/styled-components@*":
dependencies:
react: "*"
babel-plugin-styled-components@*:
dependencies:
react: "*"
react-dom: "*"
react-is: "*"
styled-components: "*"
cypress@*:
dependencies:
graceful-fs: "*"
debug@*:
dependencies:
supports-color: "*"
focus-trap-react@*:
dependencies:
"@types/react": "*"
formik@*:
dependencies:
"@types/react": "*"
jest-styled-components@*:
dependencies:
react: "*"
react-dom: "*"
react-is: "*"
styled-components: "*"
license-webpack-plugin@*:
dependencies:
webpack: "*"
practical-react-components-formik@*:
dependencies:
pepjs: "*"
react-live@*:
dependencies:
react: "*"
react-dom: "*"
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
yarnPath: .yarn/releases/yarn-3.6.3.cjs