Skip to content

Commit 40933eb

Browse files
committed
fix(extensions): Add peer dependency for vitepress-plugin-pagefind, vue-command-palette
1 parent faf4463 commit 40933eb

2 files changed

Lines changed: 36 additions & 0 deletions

File tree

.yarn/versions/86dbe846.yml

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

packages/yarnpkg-extensions/sources/index.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,4 +1012,16 @@ export const packageExtensions: Array<[string, PackageExtensionData]> = [
10121012
fastify: `^4.0.0`,
10131013
},
10141014
}],
1015+
// https://github.com/ATQQ/sugar-blog/issues/429
1016+
[`vitepress-plugin-pagefind@*`, {
1017+
peerDependencies: {
1018+
vue: `^3.0.0`,
1019+
},
1020+
}],
1021+
// https://github.com/xiaoluoboding/vue-command-palette/issues/29
1022+
[`vue-command-palette@*`, {
1023+
peerDependencies: {
1024+
vue: `^3.0.0`,
1025+
},
1026+
}],
10151027
];

0 commit comments

Comments
 (0)