File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 41
41
"lerna" : " ^3.0.0"
42
42
},
43
43
"dependencies" : {
44
- "import-from" : " 2.1 .0" ,
44
+ "import-from" : " 3.0 .0" ,
45
45
"resolve-pkg" : " 2.0.0" ,
46
46
"semver" : " 6.0.0"
47
47
},
Original file line number Diff line number Diff line change 65
65
"babel-register" : " 6.26.0" ,
66
66
"concurrently" : " 3.5.1" ,
67
67
"cross-env" : " 5.1.1" ,
68
- "import-from" : " 2.1 .0" ,
68
+ "import-from" : " 3.0 .0" ,
69
69
"rimraf" : " 2.6.1"
70
70
},
71
71
"dependencies" : {
Original file line number Diff line number Diff line change @@ -7567,7 +7567,14 @@ import-fresh@^3.0.0:
7567
7567
parent-module "^1.0.0"
7568
7568
resolve-from "^4.0.0"
7569
7569
7570
- [email protected] , import-from@^2.1.0:
7570
+
7571
+ version "3.0.0"
7572
+ resolved "https://registry.npmjs.org/import-from/-/import-from-3.0.0.tgz#055cfec38cd5a27d8057ca51376d7d3bf0891966"
7573
+ integrity sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ==
7574
+ dependencies:
7575
+ resolve-from "^5.0.0"
7576
+
7577
+ import-from@^2.1.0:
7571
7578
version "2.1.0"
7572
7579
resolved "https://registry.npmjs.org/import-from/-/import-from-2.1.0.tgz#335db7f2a7affd53aaa471d4b8021dee36b7f3b1"
7573
7580
dependencies:
You can’t perform that action at this time.
0 commit comments