forked from mui/mui-x
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
123 lines (117 loc) · 3.42 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
123 lines (117 loc) · 3.42 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
113
114
115
116
117
118
119
120
121
122
123
packages:
- packages/*
- docs
- test
- test/*
- bundle-size
catalog:
'@atlaskit/pragmatic-drag-and-drop': ^1.8.1
'@babel/cli': ^7.29.7
'@babel/core': ^7.29.7
'@babel/plugin-transform-modules-commonjs': ^7.29.7
'@babel/plugin-transform-runtime': ^7.29.7
'@babel/preset-typescript': ^7.29.7
'@babel/runtime': ^7.29.7
'@babel/traverse': ^7.29.7
'@base-ui/react': ^1.5.0
'@base-ui/utils': ^0.2.9
'@date-fns/tz': ^1.5.0
'@emotion/cache': ^11.14.0
'@emotion/react': ^11.14.0
'@emotion/styled': ^11.14.1
'@mui/icons-material': 9.0.1
'@mui/internal-test-utils': 2.0.18-canary.25
'@mui/internal-core-docs': 9.0.2-canary.0
'@mui/material': 9.0.1
'@mui/stylis-plugin-rtl': 9.0.1
'@mui/system': 9.0.1
'@mui/types': 9.0.0
'@mui/utils': 9.0.1
'@mui/x-internal-exceljs-fork': 5.0.0
'@playwright/test': 1.60.0
'@react-spring/web': ^10.1.0
'@types/chance': ^1.1.8
'@types/luxon': ^3.7.1
'@types/moment-hijri': ^2.1.4
'@types/moment-jalaali': ^0.7.9
'@types/prop-types': ^15.7.15
'@types/react': 19.2.15
'@types/react-dom': 19.2.3
'@types/react-router': ^5.1.20
'@types/react-transition-group': ^4.4.12
'@types/semver': ^7.7.1
'@types/use-sync-external-store': ^1.5.0
'@typescript-eslint/parser': ^8.59.4
'@vitejs/plugin-react': ^6.0.2
'@vitejs/plugin-react-swc': ^4.3.1
'@vitest/browser': ^4.1.7
'@vitest/browser-playwright': ^4.1.7
'@vitest/coverage-v8': ^4.1.7
'@vitest/ui': ^4.1.7
babel-plugin-react-remove-properties: ^0.3.1
chance: ^1.1.13
clsx: ^2.1.1
cross-env: ^10.1.0
csstype: ^3.2.3
date-fns: ^4.2.1
date-fns-jalali: ^4.1.0-0
dayjs: ^1.11.21
es-toolkit: ^1.46.1
execa: 9.6.1
jscodeshift: 17.3.0
jsdom: 29.1.1
luxon: ^3.7.2
moment: ^2.30.1
moment-hijri: ^3.0.0
moment-jalaali: ^0.10.4
moment-timezone: ^0.6.2
motion: ^12.40.0
playwright: 1.60.0
prop-types: ^15.8.1
rasterizehtml: ^1.4.1
react: 19.2.6
react-dom: 19.2.6
react-router: ^7.16.0
react-transition-group: ^4.4.5
reselect: ^5.2.0
rimraf: ^6.1.3
serve: ^14.2.6
stylis: ^4.4.0
tsx: ^4.22.3
use-sync-external-store: ^1.6.0
vite: ^8.0.14
vitest: ^4.1.7
yargs: ^18.0.0
engineStrict: true
updateNotifier: false
blockExoticSubdeps: true
minimumReleaseAge: 4320
minimumReleaseAgeExclude:
- '@mui/*'
- '@base-ui/*'
trustPolicy: no-downgrade
# Skip trust-policy checks for packages published more than 365 days ago.
# Some widely-used legacy packages (notably semver@6.x — pulled in by @babel/core@7.x — plus
# reselect@5.1.1 and parts of @octokit/*) dropped provenance attestation for specific releases,
# triggering false-positive trust-downgrade errors. Packages that old have had ample time for
# community review; supply-chain risk is most relevant within a shorter window.
# TODO: drop once @babel/core stops depending on semver@^6.3.1 (no 6.x semver release has
# provenance), and the other legacy packages restore provenance.
trustPolicyIgnoreAfter: 525600
enablePrePostScripts: true
allowBuilds:
'@swc/core': true
'@vvago/vale': true
esbuild: true
nx: true
sharp: true
unrs-resolver: true
'@mui/x-telemetry': false
core-js: false
msw: false
overrides:
# Pin the version otherwise emotion uses its own version resulting in docs build error
# @TODO: Debug a fix separately and remove the override
stylis: ^4.4.0
patchedDependencies:
eslint-plugin-consistent-default-export-name@0.0.15: patches/eslint-plugin-consistent-default-export-name@0.0.15.patch