Skip to content

Commit 66224bd

Browse files
chore(compat): lock @apollographql/apollo-tools range (#4293)
* Update `@apollographql/apollo-tools` entry for compatibility * chore: versions Co-authored-by: merceyz <[email protected]>
1 parent 724179f commit 66224bd

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

.yarn/versions/72a5ce52.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
releases:
2+
"@yarnpkg/cli": patch
3+
"@yarnpkg/plugin-compat": patch
4+
5+
declined:
6+
- "@yarnpkg/plugin-constraints"
7+
- "@yarnpkg/plugin-dlx"
8+
- "@yarnpkg/plugin-essentials"
9+
- "@yarnpkg/plugin-init"
10+
- "@yarnpkg/plugin-interactive-tools"
11+
- "@yarnpkg/plugin-nm"
12+
- "@yarnpkg/plugin-npm-cli"
13+
- "@yarnpkg/plugin-pack"
14+
- "@yarnpkg/plugin-patch"
15+
- "@yarnpkg/plugin-pnp"
16+
- "@yarnpkg/plugin-pnpm"
17+
- "@yarnpkg/plugin-stage"
18+
- "@yarnpkg/plugin-typescript"
19+
- "@yarnpkg/plugin-version"
20+
- "@yarnpkg/plugin-workspace-tools"
21+
- "@yarnpkg/builder"
22+
- "@yarnpkg/core"
23+
- "@yarnpkg/doctor"

packages/plugin-compat/sources/extensions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export const packageExtensions: Array<[string, PackageExtensionData]> = [
146146
},
147147
}],
148148
// https://github.com/apollographql/apollo-tooling/pull/2049
149-
[`@apollographql/apollo-tools@*`, {
149+
[`@apollographql/apollo-tools@<=0.5.2`, {
150150
peerDependencies: {
151151
graphql: `^14.2.1 || ^15.0.0`,
152152
},

0 commit comments

Comments
 (0)