mysterious dependency of: [email protected] #5732
-
pnpm resolves to depndencies of babel-preset-react-app/10.0.1 /babel-preset-react-app/10.0.1:
resolution: {integrity: sha512-b0D9IZ1WhhCWkrTXyFuIIgqGzSkRIH5D5AmB0bXbzYAB1OBAwHcUeyWW2LorutLWF5btNo/N7r/cIdmvvKJlYg==}
dependencies:
'@babel/core': 7.20.2
'@babel/plugin-proposal-class-properties': 7.18.6_@[email protected]
'@babel/plugin-proposal-decorators': 7.20.2_@[email protected]
'@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@[email protected]
'@babel/plugin-proposal-numeric-separator': 7.18.6_@[email protected]
'@babel/plugin-proposal-optional-chaining': 7.18.9_@[email protected]
'@babel/plugin-proposal-private-methods': 7.18.6_@[email protected]
'@babel/plugin-proposal-private-property-in-object': 7.18.6_@[email protected]
'@babel/plugin-transform-flow-strip-types': 7.19.0_@[email protected]
'@babel/plugin-transform-react-display-name': 7.18.6_@[email protected]
'@babel/plugin-transform-runtime': 7.19.6_@[email protected]
'@babel/preset-env': 7.20.2_@[email protected]
'@babel/preset-react': 7.18.6_@[email protected]
'@babel/preset-typescript': 7.18.6_@[email protected]
'@babel/runtime': 7.20.1
babel-plugin-macros: 3.1.0
babel-plugin-transform-react-remove-prop-types: 0.4.24
transitivePeerDependencies:
- supports-color
dev: false But the package-json of babel-preset-react-app does not include
It is not a direct dependency.... because the package.json does not declare it. however it is a dependency of
which is as well a dependency here But i dont understand why it appears here? (at I figured out it is required for the Edit i mean:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
We are using Yarn's compatibility DB: https://github.com/yarnpkg/berry/blob/f59bbf9f3828865c14b06a3e5cc3ae284a0db78d/packages/yarnpkg-extensions/sources/index.ts#L775-L779 if you want to ignore this, use the ignore-compatibility-db=true setting in |
Beta Was this translation helpful? Give feedback.
We are using Yarn's compatibility DB: https://github.com/yarnpkg/berry/blob/f59bbf9f3828865c14b06a3e5cc3ae284a0db78d/packages/yarnpkg-extensions/sources/index.ts#L775-L779
if you want to ignore this, use the ignore-compatibility-db=true setting in
.npmrc
.