File tree 2 files changed +12
-2
lines changed 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 91
91
"babel-core" : " ^7.0.0-bridge.0" ,
92
92
"babel-eslint" : " ^10.0.2" ,
93
93
"babel-jest" : " ^24.8.0" ,
94
- "babel-plugin-istanbul" : " ^5.1.4 " ,
94
+ "babel-plugin-istanbul" : " ^5.2.0 " ,
95
95
"clean-css-cli" : " ^4.3.0" ,
96
96
"codecov" : " ^3.5.0" ,
97
97
"codemirror" : " ^5.48.2" ,
Original file line number Diff line number Diff line change @@ -2563,7 +2563,7 @@ babel-plugin-dynamic-import-node@^2.3.0:
2563
2563
dependencies:
2564
2564
object.assign "^4.1.0"
2565
2565
2566
- babel-plugin-istanbul@^5.1.0, babel-plugin-istanbul@^5.1.4 :
2566
+ babel-plugin-istanbul@^5.1.0:
2567
2567
version "5.1.4"
2568
2568
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-5.1.4.tgz#841d16b9a58eeb407a0ddce622ba02fe87a752ba"
2569
2569
integrity sha512-dySz4VJMH+dpndj0wjJ8JPs/7i1TdSPb1nRrn56/92pKOF9VKC1FMFJmMXjzlGGusnCAqujP6PBCiKq0sVA+YQ==
@@ -2572,6 +2572,16 @@ babel-plugin-istanbul@^5.1.0, babel-plugin-istanbul@^5.1.4:
2572
2572
istanbul-lib-instrument "^3.3.0"
2573
2573
test-exclude "^5.2.3"
2574
2574
2575
+ babel-plugin-istanbul@^5.2.0:
2576
+ version "5.2.0"
2577
+ resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-5.2.0.tgz#df4ade83d897a92df069c4d9a25cf2671293c854"
2578
+ integrity sha512-5LphC0USA8t4i1zCtjbbNb6jJj/9+X6P37Qfirc/70EQ34xKlMW+a1RHGwxGI+SwWpNwZ27HqvzAobeqaXwiZw==
2579
+ dependencies:
2580
+ "@babel/helper-plugin-utils" "^7.0.0"
2581
+ find-up "^3.0.0"
2582
+ istanbul-lib-instrument "^3.3.0"
2583
+ test-exclude "^5.2.3"
2584
+
2575
2585
babel-plugin-jest-hoist@^24.6.0:
2576
2586
version "24.6.0"
2577
2587
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-24.6.0.tgz#f7f7f7ad150ee96d7a5e8e2c5da8319579e78019"
You can’t perform that action at this time.
0 commit comments