Skip to content

Commit

Permalink
feature: supertape: c8 v10.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jun 22, 2024
1 parent c1f1825 commit 14f15d6
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .nycrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"all": true,
"exclude": [
"**/lib/**/{fixture,*.spec.{js,mjs}}",
".*",
"**/.*",
"**/*.ts",
"**/packages/supertape/bin/*.mjs",
"**/*.config.*"
],
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@putout/eslint-flat": "^2.0.0",
"c8": "^9.0.0",
"c8": "^10.1.2",
"check-dts": "^0.8.0",
"eslint": "^9.1.1",
"eslint-plugin-putout": "^22.0.0",
Expand All @@ -47,6 +47,8 @@
"engines": {
"node": ">=18"
},
"workspaces": ["packages/*"],
"workspaces": [
"packages/*"
],
"dependencies": {}
}
2 changes: 1 addition & 1 deletion packages/engine-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
],
"devDependencies": {
"@supertape/operator-stub": "*",
"c8": "^9.0.0",
"c8": "^10.1.2",
"eslint": "^9.1.1",
"eslint-plugin-putout": "^22.0.0",
"madrun": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter-fail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"supertape"
],
"devDependencies": {
"c8": "^9.0.0",
"c8": "^10.1.2",
"eslint": "^9.1.1",
"eslint-plugin-putout": "^22.0.0",
"madrun": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter-json-lines/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"supertape"
],
"devDependencies": {
"c8": "^9.0.0",
"c8": "^10.1.2",
"eslint": "^9.1.1",
"eslint-plugin-putout": "^22.0.0",
"madrun": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter-progress-bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"supertape"
],
"devDependencies": {
"c8": "^9.0.0",
"c8": "^10.1.2",
"eslint": "^9.1.1",
"eslint-plugin-putout": "^22.0.0",
"madrun": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter-short/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"supertape"
],
"devDependencies": {
"c8": "^9.0.0",
"c8": "^10.1.2",
"eslint": "^9.1.1",
"eslint-plugin-putout": "^22.0.0",
"madrun": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter-tap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"supertape"
],
"devDependencies": {
"c8": "^9.0.0",
"c8": "^10.1.2",
"eslint": "^9.1.1",
"eslint-plugin-putout": "^22.0.0",
"madrun": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter-time/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"supertape"
],
"devDependencies": {
"c8": "^9.0.0",
"c8": "^10.1.2",
"eslint": "^9.1.1",
"eslint-plugin-putout": "^22.0.0",
"madrun": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/operator-stub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"testing"
],
"devDependencies": {
"c8": "^9.0.0",
"c8": "^10.1.2",
"check-dts": "^0.8.0",
"eslint": "^9.1.1",
"eslint-plugin-putout": "^22.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/supertape/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"devDependencies": {
"@iocmd/wait": "^2.1.0",
"@putout/eslint-flat": "^2.0.0",
"c8": "^9.0.0",
"c8": "^10.1.2",
"check-dts": "^0.8.0",
"currify": "^4.0.0",
"eslint": "^9.1.1",
Expand Down

0 comments on commit 14f15d6

Please sign in to comment.