Skip to content

Commit

Permalink
chore: update dependency import-from to v3 (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and marionebl committed May 2, 2019
1 parent 4cbe2eb commit 352ff2c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion @commitlint/config-lerna-scopes/package.json
Expand Up @@ -41,7 +41,7 @@
"lerna": "^3.0.0"
},
"dependencies": {
"import-from": "2.1.0",
"import-from": "3.0.0",
"resolve-pkg": "2.0.0",
"semver": "6.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/parse/package.json
Expand Up @@ -65,7 +65,7 @@
"babel-register": "6.26.0",
"concurrently": "3.5.1",
"cross-env": "5.1.1",
"import-from": "2.1.0",
"import-from": "3.0.0",
"rimraf": "2.6.1"
},
"dependencies": {
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Expand Up @@ -4235,11 +4235,12 @@ import-fresh@^3.0.0:
parent-module "^1.0.0"
resolve-from "^4.0.0"

import-from@2.1.0:
version "2.1.0"
resolved "https://registry.npmjs.org/import-from/-/import-from-2.1.0.tgz#335db7f2a7affd53aaa471d4b8021dee36b7f3b1"
import-from@3.0.0:
version "3.0.0"
resolved "https://registry.npmjs.org/import-from/-/import-from-3.0.0.tgz#055cfec38cd5a27d8057ca51376d7d3bf0891966"
integrity sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ==
dependencies:
resolve-from "^3.0.0"
resolve-from "^5.0.0"

import-lazy@^2.1.0:
version "2.1.0"
Expand Down

0 comments on commit 352ff2c

Please sign in to comment.