-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
112 lines (104 loc) · 3.18 KB
/
pnpm-workspace.yaml
File metadata and controls
112 lines (104 loc) · 3.18 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
packages:
- react
- packages/*
catalog:
"@ant-design/icons": ^6.1.1
"@babel/core": ^7.29.0
"@babel/preset-typescript": ^7.28.5
"@eslint/js": ^9.39.4
"@jest/expect": 30.3.0
"@jest/globals": 30.3.0
"@tanstack/react-query": ^5.99.0
"@testing-library/jest-dom": ^6.9.1
"@testing-library/react": ^16.3.2
"@testing-library/user-event": ^14.6.1
"@trivago/prettier-plugin-sort-imports": ^6.0.2
"@types/big.js": ^6.2.2
"@types/jest": ^30.0.0
"@types/lodash": ^4.17.24
"@types/lodash-es": ^4.17.12
"@types/node": ^22.19.17
"@types/react": ^19.2.14
"@types/react-copy-to-clipboard": ^5.0.7
"@types/react-dom": ^19.2.3
"@types/react-relay": ^18.2.1
"@types/relay-runtime": ^19.0.3
"@types/relay-test-utils": ^19.0.0
ahooks: ^3.9.7
antd: ^6.3.5
antd-style: ^3.7.1
babel-jest: ^30.3.0
babel-plugin-react-compiler: ^1.0.0
big.js: ^7.0.1
classnames: ^2.5.1
dayjs: ^1.11.20
dompurify: ^3.3.3
eslint: ^9.39.4
eslint-plugin-import: ^2.32.0
eslint-plugin-json-schema-validator: ^5.5.1
eslint-plugin-react: ^7.37.5
eslint-plugin-react-hooks: ^7.0.1
globals: ^16.5.0
graphql: ^16.13.2
i18next: ^25.10.10
jest: ^30.3.0
jest-environment-jsdom: ^30.3.0
jsonc-eslint-parser: ^2.4.2
lodash: ^4.17.23
lodash-es: ^4.18.1
lucide-react: ^0.552.0
marked: ^16.4.2
prettier: ^3.8.2
prettier-plugin-sort-json: ^4.2.0
react: ^19.2.6
react-copy-to-clipboard: ^5.1.1
react-dom: ^19.2.6
react-i18next: ^16.6.6
react-relay: ^20.1.1
react-router-dom: ^6.30.3
relay-compiler: ^20.1.1
relay-runtime: ^20.1.1
relay-test-utils: ^20.1.1
smol-toml: ^1.6.1
ts-jest: ^29.4.9
tus-js-client: ^4.3.1
typescript-eslint: ^8.58.2
uuid: ^13.0.0
webpack: ^5.106.1
enableGlobalVirtualStore: true
minimumReleaseAge: 10080
# Exclude packages that must be installable before they age out of the
# `minimumReleaseAge` quarantine. Remove entries once they exceed 7 days.
minimumReleaseAgeExclude:
- react@19.2.6
- react-dom@19.2.6
# Required by the `langium: ^4.2.4` override below — 4.2.4 is the first
# release that declares its previously phantom imports as real dependencies.
# Remove this entry once 4.2.4 ages past 7 days.
- langium@4.2.4
minimumReleaseAgeIgnoreMissingTime: false
resolutionMode: time-based
allowBuilds:
bufferutil: true
core-js: true
core-js-pure: true
electron: true
es5-ext: true
esbuild: true
sharp: true
unrs-resolver: true
utf-8-validate: true
overrides:
tar-fs@2: 2.1.4
node-forge: ">=1.3.2"
# langium is pulled transitively via @ant-design/x and @lobehub/ui →
# mermaid → @mermaid-js/parser. 4.2.1–4.2.3 import vscode-languageserver-
# {types,protocol}, vscode-jsonrpc and @chevrotain/regexp-to-ast without
# declaring them; under `enableGlobalVirtualStore` esbuild/Vite cannot
# resolve these phantom imports. 4.2.4 declares all four as real deps.
langium: ^4.2.4
patchedDependencies:
"@cloudscape-design/board-components@3.0.176": react/patches/@cloudscape-design__board-components@3.0.176.patch
"@lobehub/fluent-emoji@2.0.0": react/patches/lobehub__fluent-emoji@2.0.0.patch
"@rc-component/form": react/patches/@rc-component__form.patch
ansi_up@6.0.6: react/patches/ansi_up@6.0.6.patch