rnx-kit/.yarnrc.yml

82 строки
2.5 KiB
YAML
Исходник Обычный вид История

2024-03-15 21:06:34 +03:00
compressionLevel: 0
enableGlobalCache: false
2023-02-13 14:05:27 +03:00
enableScripts: false
enableTelemetry: false
2024-03-15 21:06:34 +03:00
globalFolder: ".yarn/berry" # Workaround for 'EXDEV: cross-device link not permitted' errors on GHA
2023-02-13 14:05:27 +03:00
logFilters:
- code: YN0007 # X must be built because it never has been before or the last one failed
level: discard
- code: YN0008 # X must be rebuilt because its dependency tree changed
level: discard
- code: YN0013 # X can't be found in the cache and will be fetched from the remote registry
level: discard
- code: YN0069 # This rule seems redundant when applied on the original package
level: error
2023-11-15 19:44:43 +03:00
nodeLinker: pnpm
2023-02-13 14:05:27 +03:00
npmRegistryServer: "https://registry.npmjs.org"
packageExtensions:
"@fluentui/utilities@*":
peerDependenciesMeta:
"@types/react":
optional: true
2024-03-15 21:06:34 +03:00
"@react-native-community/cli-debugger-ui@*":
dependencies:
"@babel/runtime": ^7.20.0
"@react-native/babel-plugin-codegen@*":
peerDependencies:
"@babel/preset-env": ^7.20.0
"@react-native/babel-preset@*":
peerDependencies:
"@babel/preset-env": ^7.20.0
"@react-native/community-cli-plugin@*":
peerDependencies:
"@babel/preset-env": ^7.20.0
"@react-native/metro-babel-transformer@*":
peerDependencies:
"@babel/preset-env": ^7.20.0
"@react-native/metro-config@*":
peerDependencies:
"@babel/preset-env": ^7.20.0
2024-02-28 15:53:54 +03:00
"@react-native/virtualized-lists@*":
peerDependencies:
"@babel/runtime": ^7.20.0
babel-plugin-transform-flow-enums@*:
2023-02-13 14:05:27 +03:00
peerDependencies:
"@babel/core": ^7.20.0
memfs@4.x:
peerDependenciesMeta:
memfs:
optional: true
quill-delta:
optional: true
rxjs:
optional: true
tslib:
optional: true
metro-config@*:
dependencies:
# `metro-config` fails to resolve `JsTransformerConfig` because it's in another package
metro-transform-worker: ^0.80.0
react-native-macos@*:
dependencies:
# These two are required by `react-native-macos/local-cli/runMacOS/runMacOS.js`
"@react-native-community/cli-tools": ^12.3.0
chalk: ^4.1.0
2023-02-13 14:05:27 +03:00
peerDependencies:
"@babel/preset-env": ^7.1.6
react-native: "*"
react-native-windows@*:
2023-02-13 14:05:27 +03:00
peerDependencies:
"@babel/preset-env": ^7.1.6
react-native@*:
dependencies:
# Implicit dependency introduced by Babel
"@babel/runtime": ^7.20.0
2023-02-13 14:05:27 +03:00
peerDependencies:
"@babel/preset-env": ^7.1.6
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-compat.cjs
spec: "@yarnpkg/plugin-compat"
2024-03-15 21:06:34 +03:00
tsEnableAutoTypes: false
yarnPath: .yarn/releases/yarn-4.1.1.cjs