@sanity/util
Advanced tools
Comparing version 0.113.3 to 0.113.7
@@ -20,3 +20,3 @@ 'use strict'; | ||
const versions = uniq(sanityDeps).reduce((target, moduleId) => { | ||
const modulePath = resolveFrom(basePath, path.join(moduleId, 'package.json')); | ||
const modulePath = resolveFrom.silent(basePath, path.join(moduleId, 'package.json')); | ||
target[moduleId] = modulePath && require(modulePath).version; | ||
@@ -23,0 +23,0 @@ return target; |
{ | ||
"name": "@sanity/util", | ||
"version": "0.113.3", | ||
"version": "0.113.7", | ||
"description": "Utilities shared across projects of Sanity", | ||
@@ -27,3 +27,3 @@ "main": "lib/index.js", | ||
"lodash": "^4.17.4", | ||
"resolve-from": "^3.0.0" | ||
"resolve-from": "^4.0.0" | ||
}, | ||
@@ -30,0 +30,0 @@ "devDependencies": { |
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
60536
+ Addedresolve-from@4.0.0(transitive)
- Removedresolve-from@3.0.0(transitive)
Updatedresolve-from@^4.0.0