-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
85 lines (78 loc) · 1.89 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
85 lines (78 loc) · 1.89 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
packages:
- packages/*
catalog:
"@arethetypeswrong/core": 0.18.5
"@changesets/changelog-github": 0.7.0
"@changesets/cli": 2.31.0
"@changesets/config": 3.1.4
"@formatjs/ecma402-abstract": 3.2.0
"@formatjs/fast-memoize": 3.1.6
"@formatjs/icu-messageformat-parser": 3.5.13
"@growthbook/growthbook-react": 1.6.5
"@manypkg/cli": 0.25.1
"@rudderstack/analytics-js": 3.31.4
"@scaleway/sdk-client": 2.4.1
"@scaleway/sdk-iam": 2.9.4
"@segment/analytics-next": 1.84.0
"@testing-library/jest-dom": 6.9.1
"@testing-library/react": 16.3.2
"@testing-library/user-event": 14.6.1
"@types/node": 26.1.1
"@types/picomatch": 4.0.3
"@types/react-dom": 19.2.3
"@types/react": 19.2.17
"@vitejs/plugin-react": 6.0.3
"@vitest/coverage-istanbul": 4.1.10
awesome-phonenumber: 7.8.0
browserslist: 4.28.5
chalk: 5.6.2
cookie: 2.0.1
date-fns: 4.4.0
deepmerge-ts: 7.1.5
execa: 9.6.1
filesize: 11.0.22
happy-dom: 20.10.6
history: 5.3.0
international-types: 0.8.1
intl-messageformat: 11.2.10
jsdom: 29.1.1
lint-staged: 17.0.8
oxfmt: 0.58.0
oxlint: 1.73.0
oxlint-tsgolint: 0.24.0
publint: 0.3.21
query-string: 9.4.1
react: 19.2.7
react-dom: 19.2.7
read-pkg: 10.1.0
regexparam: 3.0.0
simple-git: 3.36.0
tinyglobby: 0.2.17
tsdown: 0.22.5
turbo: 2.10.4
typescript: 7.0.1-rc
use-deep-compare-effect: 1.8.1
vitest: 4.1.10
vitest-localstorage-mock: 0.1.2
wait-for-expect: 4.0.0
yaml: 2.9.0
zod: 4.4.3
catalogMode: strict
cleanupUnusedCatalogs: true
pmOnFail: error
# Needed as we run a pnpm install after building packages
optimisticRepeatInstall: false
allowBuilds:
esbuild: true
peerDependencyRules:
allowedVersions:
"@types/react": 18 || 19
react: 18 || 19
react-dom: 18 || 19
savePrefix: ""
supportedArchitectures:
cpu: [ x64, arm64 ]
os: [ darwin, current ]
minimumReleaseAgeExclude:
- "@scaleway/sdk-iam"
- "@scaleway/sdk-std"