-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
59 lines (52 loc) · 1.22 KB
/
pnpm-workspace.yaml
File metadata and controls
59 lines (52 loc) · 1.22 KB
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
packages:
- 'demo'
- 'infra/*'
- 'packages/*'
catalog:
'@types/markdown-it': ^13.0.0
'@types/node': ^24.12.2
gulp-cli: 3.1.0
react-use: ^17.3.2
catalogs:
peers:
'highlight.js': ^11.8.0
katex: ^0.16.9
lowlight: 3.0.0
markdown-it: ^13.0.0
peer-diplodoc:
'@diplodoc/cut-extension': ^1.1.0
'@diplodoc/file-extension': ^0.2.1
'@diplodoc/folding-headings-extension': ^0.1.2
'@diplodoc/html-extension': ^2.9.6
'@diplodoc/latex-extension': ^1.4.1
'@diplodoc/mermaid-extension': ^2.0.0
'@diplodoc/page-constructor-extension': ^0.13.3
'@diplodoc/quote-link-extension': 0.1.3
'@diplodoc/tabs-extension': ^3.7.5
'@diplodoc/transform': 4.69.0
peer-gravity:
'@gravity-ui/components': 4.10.0
'@gravity-ui/page-constructor': ^7.0.0
'@gravity-ui/uikit': ^7.13.1
ts:
tslib: ^2.3.1
typescript: ^5.9.3
linters:
eslint: 9.39.2
postcss: 8.5.10
prettier: 3.7.4
stylelint: 16.26.1
react:
'@types/react': 18.0.28
'@types/react-dom': 18.0.11
react: 18.2.0
react-dom: 18.2.0
react16:
react: ^16.14.0
react-dom: ^16.14.0
react17:
react: ^17.0.0
react-dom: ^17.0.0
react19:
react: ^19.0.0
react-dom: ^19.0.0