@yarnpkg/extensions
Advanced tools
Comparing version 1.1.0-rc.2 to 1.1.0-rc.3
@@ -387,2 +387,12 @@ "use strict"; | ||
// https://github.com/tj/consolidate.js/pull/339 | ||
// https://github.com/tj/consolidate.js/commit/6068c17fd443897e540d69b1786db07a0d64b53b | ||
[`consolidate@<0.16.0`, { | ||
peerDependencies: { | ||
mustache: `^3.0.0`, | ||
}, | ||
peerDependenciesMeta: { | ||
mustache: optionalPeerDep, | ||
}, | ||
}], | ||
// https://github.com/tj/consolidate.js/pull/339 | ||
[`consolidate@*`, { | ||
@@ -828,2 +838,8 @@ peerDependencies: { | ||
}], | ||
// https://github.com/focus-trap/focus-trap-react/pull/691 | ||
[`focus-trap-react@^8.0.0`, { | ||
dependencies: { | ||
tabbable: `^5.3.2`, | ||
}, | ||
}], | ||
]; |
{ | ||
"name": "@yarnpkg/extensions", | ||
"version": "1.1.0-rc.2", | ||
"version": "1.1.0-rc.3", | ||
"license": "BSD-2-Clause", | ||
"main": "./lib/index.js", | ||
"peerDependencies": { | ||
"@yarnpkg/core": "^4.0.0-rc.6" | ||
"@yarnpkg/core": "^4.0.0-rc.7" | ||
}, | ||
"devDependencies": { | ||
"@yarnpkg/core": "^4.0.0-rc.6" | ||
"@yarnpkg/core": "^4.0.0-rc.7" | ||
}, | ||
@@ -12,0 +12,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30586
845