Skip to content

Commit

Permalink
fix!: update istanbul-lib-instrument to v6 (#292)
Browse files Browse the repository at this point in the history
BREAKING-CHANGE: Drop support for Node versions 8 and 10
  • Loading branch information
thibautsabot committed Jul 5, 2024
1 parent 8e76919 commit 643e080
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@istanbuljs/load-nyc-config": "^1.0.0",
"@istanbuljs/schema": "^0.1.2",
"istanbul-lib-instrument": "^5.0.4",
"@istanbuljs/schema": "^0.1.3",
"istanbul-lib-instrument": "^6.0.2",
"test-exclude": "^6.0.0"
},
"devDependencies": {
Expand All @@ -22,8 +22,8 @@
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
"@babel/register": "^7.23.7",
"chai": "^4.2.0",
"coveralls": "^3.0.9",
"cross-env": "^6.0.3",
"coveralls": "^3.1.1",
"cross-env": "^7.0.3",
"mocha": "^6.2.2",
"nyc": "^15.0.0",
"pmock": "^0.2.3",
Expand Down Expand Up @@ -67,6 +67,6 @@
},
"homepage": "https://github.com/istanbuljs/babel-plugin-istanbul#readme",
"engines": {
"node": ">=8"
"node": ">=12"
}
}

0 comments on commit 643e080

Please sign in to comment.