check-peer-dependencies
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -0,1 +1,11 @@ | ||
## 1.0.8 (2019-12-27) | ||
[Compare `check-peer-dependencies` versions 1.0.7 and 1.0.8](https://github.com/christopherthielen/check-peer-dependencies/compare/1.0.7...1.0.8) | ||
### Bug Fixes | ||
* Revert fix for breaking change in resolve package after they reverted the breaking change itself. ([d25c43a](https://github.com/christopherthielen/check-peer-dependencies/commit/d25c43a)) | ||
## 1.0.7 (2019-11-25) | ||
@@ -2,0 +12,0 @@ [Compare `check-peer-dependencies` versions 1.0.6 and 1.0.7](https://github.com/christopherthielen/check-peer-dependencies/compare/1.0.6...1.0.7) |
@@ -64,3 +64,5 @@ "use strict"; | ||
var packagePath; | ||
function packageFilter(pkg, pkgfile, pkgdir) { | ||
// In resolve() v2.x this callback has a different signature | ||
// function packageFilter(pkg, pkgfile, pkgdir) { | ||
function packageFilter(pkg, pkgdir) { | ||
packagePath = pkgdir; | ||
@@ -67,0 +69,0 @@ return pkg; |
{ | ||
"name": "check-peer-dependencies", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Checks peer dependencies of the current package. Offers solutions for any that are unmet.", | ||
@@ -32,4 +32,4 @@ "main": "dist/check_peer_dependencies.js", | ||
"dependencies": { | ||
"resolve": "^1.12.2", | ||
"semver": "^6.3.0", | ||
"resolve": "^1.14.1", | ||
"semver": "^7.1.1", | ||
"shelljs": "^0.8.3", | ||
@@ -39,9 +39,9 @@ "yargs": "^15.0.2" | ||
"devDependencies": { | ||
"@types/node": "^12.12.12", | ||
"@types/node": "^13.1.1", | ||
"@types/semver": "^6.2.0", | ||
"@types/shelljs": "^0.8.6", | ||
"@types/yargs": "^13.0.3", | ||
"@uirouter/publish-scripts": "^2.3.39", | ||
"typescript": "^3.7.2" | ||
"@types/yargs": "^13.0.4", | ||
"@uirouter/publish-scripts": "^2.3.42", | ||
"typescript": "^3.7.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
122729
18
416
+ Addedsemver@7.6.3(transitive)
- Removedsemver@6.3.1(transitive)
Updatedresolve@^1.14.1
Updatedsemver@^7.1.1