Skip to content

Commit a1ed236

Browse files
authored
chore: add extension for '@cypress/snapshot' dependency on 'debug' (#4193)
1 parent c225c1f commit a1ed236

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

.pnp.cjs

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.yarn/versions/9f750ca7.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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -762,4 +762,10 @@ export const packageExtensions: Array<[string, PackageExtensionData]> = [
762762
'@vue/runtime-dom': `^3.2.26`,
763763
},
764764
}],
765+
// https://github.com/cypress-io/snapshot/pull/159
766+
[`@cypress/snapshot@*`, {
767+
dependencies: {
768+
debug: `^3.2.7`,
769+
},
770+
}],
765771
];

0 commit comments

Comments
 (0)