Skip to content

Commit

Permalink
chore: update dependency import-from to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 27, 2019
1 parent 973bf24 commit 6afac4b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion @commitlint/config-lerna-scopes/package.json
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7567,7 +7567,14 @@ import-fresh@^3.0.0:
parent-module "^1.0.0"
resolve-from "^4.0.0"

import-from@2.1.0, import-from@^2.1.0:
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 "^5.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"
dependencies:
Expand Down

0 comments on commit 6afac4b

Please sign in to comment.