Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Update dependency babel-plugin-istanbul to v5 (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and edmorley committed Aug 29, 2018
1 parent f1da657 commit e9bb54b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/karma/package.json
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@neutrinojs/compile-loader": "9.0.0-0",
"@neutrinojs/loader-merge": "9.0.0-0",
"babel-plugin-istanbul": "^4.1.6",
"babel-plugin-istanbul": "^5.0.0",
"deepmerge": "^1.5.2",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
Expand Down
19 changes: 18 additions & 1 deletion yarn.lock
Expand Up @@ -1518,6 +1518,14 @@ babel-plugin-istanbul@^4.1.6:
istanbul-lib-instrument "^1.10.1"
test-exclude "^4.2.1"

babel-plugin-istanbul@^5.0.0:
version "5.0.1"
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-5.0.1.tgz#2ce7bf211f0d9480ff7fd294bd05e2fa555e31ea"
dependencies:
find-up "^3.0.0"
istanbul-lib-instrument "^2.2.0"
test-exclude "^5.0.0"

babel-plugin-jest-hoist@^23.0.0, babel-plugin-jest-hoist@^23.2.0:
version "23.2.0"
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-23.2.0.tgz#e61fae05a1ca8801aadee57a6d66b8cefaf44167"
Expand Down Expand Up @@ -6446,7 +6454,7 @@ istanbul-lib-instrument@^1.10.1:
istanbul-lib-coverage "^1.2.0"
semver "^5.3.0"

istanbul-lib-instrument@^2.1.0:
istanbul-lib-instrument@^2.1.0, istanbul-lib-instrument@^2.2.0:
version "2.3.2"
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-2.3.2.tgz#b287cbae2b5f65f3567b05e2e29b275eaf92d25e"
dependencies:
Expand Down Expand Up @@ -11217,6 +11225,15 @@ test-exclude@^4.2.1:
read-pkg-up "^3.0.0"
require-main-filename "^1.0.1"

test-exclude@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-5.0.0.tgz#cdce7cece785e0e829cd5c2b27baf18bc583cfb7"
dependencies:
arrify "^1.0.1"
minimatch "^3.0.4"
read-pkg-up "^4.0.0"
require-main-filename "^1.0.1"

text-encoding@^0.6.4:
version "0.6.4"
resolved "https://registry.yarnpkg.com/text-encoding/-/text-encoding-0.6.4.tgz#e399a982257a276dae428bb92845cb71bdc26d19"
Expand Down

0 comments on commit e9bb54b

Please sign in to comment.