Skip to content

Commit

Permalink
chore(compat): add extension for 'auto-relay' peerDependency on 'refl…
Browse files Browse the repository at this point in the history
…ect-metadata' (#4312)
  • Loading branch information
Justkant authored Apr 9, 2022
1 parent 14757f0 commit 24b5417
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .yarn/versions/10e66509.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
releases:
"@yarnpkg/cli": patch
"@yarnpkg/plugin-compat": patch

declined:
- "@yarnpkg/plugin-constraints"
- "@yarnpkg/plugin-dlx"
- "@yarnpkg/plugin-essentials"
- "@yarnpkg/plugin-init"
- "@yarnpkg/plugin-interactive-tools"
- "@yarnpkg/plugin-nm"
- "@yarnpkg/plugin-npm-cli"
- "@yarnpkg/plugin-pack"
- "@yarnpkg/plugin-patch"
- "@yarnpkg/plugin-pnp"
- "@yarnpkg/plugin-pnpm"
- "@yarnpkg/plugin-stage"
- "@yarnpkg/plugin-typescript"
- "@yarnpkg/plugin-version"
- "@yarnpkg/plugin-workspace-tools"
- "@yarnpkg/builder"
- "@yarnpkg/core"
- "@yarnpkg/doctor"
6 changes: 6 additions & 0 deletions packages/plugin-compat/sources/extensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -768,4 +768,10 @@ export const packageExtensions: Array<[string, PackageExtensionData]> = [
debug: `^3.2.7`,
},
}],
// https://github.com/wemaintain/auto-relay/pull/95
[`auto-relay@*`, {
peerDependencies: {
'reflect-metadata': `^0.1.13`,
},
}],
];

0 comments on commit 24b5417

Please sign in to comment.