forked from tinacms/tinacms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yarnrc.yml
52 lines (46 loc) · 1.23 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
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools'
npmAlwaysAuth: false
npmAuthToken: ${NPM_AUTH_TOKEN-must_supply_this_value_in_zshrc}
npmPublishRegistry: "https://registry.npmjs.org"
npmRegistryServer: "https://registry.npmjs.org"
yarnPath: .yarn/releases/yarn-2.4.2.cjs
packageExtensions:
'@graphql-codegen/plugin-helpers@*':
dependencies:
graphql: ^14.6.0
'@octokit/[email protected]':
dependencies:
'@octokit/core': ^3.3.0
graphql: ^14.6.0
subscriptions-transport-ws: ^0.9.18
react-beautiful-dnd@*:
peerDependencies:
react-dom: ^16.13.0
express-graphql@*:
dependencies:
graphql: ^14.6.0
dependencies:
typescript: ^4.0.3
tsup@*:
dependencies:
typescript: ^4.0.3
create-react-class@*:
dependencies:
react: ^16.13.0
# Plate editor
'@udecode/plate-csv-serializer@*':
dependencies:
slate-history: latest
"@udecode/plate-mention@*":
peerDependencies:
styled-components: latest
"@udecode/plate@*":
peerDependencies:
react-is: ^17.0.2
# dependencies from needing to build unified-specific packages
node-fetch@*:
dependencies:
encoding: latest