forked from react/react-native
-
Notifications
You must be signed in to change notification settings - Fork 172
Expand file tree
/
Copy path.yarnrc.yml
More file actions
44 lines (40 loc) · 1.42 KB
/
Copy path.yarnrc.yml
File metadata and controls
44 lines (40 loc) · 1.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
enableScripts: false
nodeLinker: pnpm # [macOS]
npmMinimalAgeGate: 7d
yarnPath: .yarn/releases/yarn-4.12.0.cjs
# [macOS] Declare direct dependencies that upstream package manifests omit and that
# were previously resolved via a hoisted node_modules. In yarn pnpm mode the strict,
# non-hoisted layout requires them. Centralizing them here keeps the upstream-tracked
# manifests pristine. Third-party only: yarn.config.cjs constraints don't govern
# packageExtensions, so no @react-native/* deps belong here (they must stay in a
# manifest to remain under release-branch version-pinning).
packageExtensions:
"@react-native/codegen@*":
dependencies:
"@babel/parser": "^7.25.2"
"@react-native/babel-plugin-codegen@*":
dependencies:
"@babel/plugin-syntax-flow": "^7.25.0"
"@react-native/core-cli-utils@*":
dependencies:
"metro": "^0.82.5"
"@react-native/metro-babel-transformer@*":
dependencies:
"metro-babel-transformer": "^0.82.5"
"@react-native/compatibility-check@*":
dependencies:
"invariant": "^2.2.4"
"@react-native/tester@*":
dependencies:
"metro-config": "^0.82.5"
"@react-native/eslint-plugin-monorepo@*":
dependencies:
"hermes-estree": "0.29.1"
"@react-native/fantom@*":
dependencies:
"jest-docblock": "^29.7.0"
"jest-message-util": "^29.7.0"
"metro": "^0.82.5"
"metro-config": "^0.82.5"
"source-map": "^0.6.1"
# macOS]