Skip to content

Commit bee0328

Browse files
authored
fix: upgrade to versions of coverage/instrument that solve out-of-bound errors (#349)
1 parent d616ffc commit bee0328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
"find-up": "^1.1.2",
8181
"foreground-child": "^1.5.3",
8282
"glob": "^7.0.3",
83-
"istanbul-lib-coverage": "^1.0.0-alpha.4",
83+
"istanbul-lib-coverage": "^1.0.0",
8484
"istanbul-lib-hook": "^1.0.0-alpha.4",
85-
"istanbul-lib-instrument": "^1.1.0-alpha.3",
85+
"istanbul-lib-instrument": "^1.1.0",
8686
"istanbul-lib-report": "^1.0.0-alpha.3",
8787
"istanbul-lib-source-maps": "^1.0.0-alpha.10",
8888
"istanbul-reports": "^1.0.0-alpha.8",

0 commit comments

Comments
 (0)