forked from fern-api/fern
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yarnrc.yml
38 lines (34 loc) · 823 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
changesetBaseRefs:
- main
- origin/main
packageExtensions:
docsify-cli@*:
dependencies:
ansi-colors: "*"
y18n: "*"
docsify-server-renderer@*:
dependencies:
marked: "*"
prismjs: "*"
strip-indent: 3.0.0
react-scripts@*:
dependencies:
"sass-loader": "*"
peerDependencies:
"sass": "*"
"@blueprintjs/eslint-plugin@*":
dependencies:
"tslib": "*"
"@blueprintjs/stylelint-plugin@*":
dependencies:
"tslib": "*"
"inquirer-file-tree-selection-prompt@*":
dependencies:
"inquirer": "^8.0.0"
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
yarnPath: .yarn/releases/yarn-3.2.1.cjs
npmScopes:
fern-fern:
npmRegistryServer: "https://npm-dev.buildwithfern.com/"