Skip to content

Commit 3c3bb2d

Browse files
authored
chore(deps): upgrade poku (#3356)
1 parent b97f476 commit 3c3bb2d

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

package-lock.json

Lines changed: 12 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"lint:docs": "eslint Contributing.md README.md",
1212
"lint:typings": "npx prettier --check ./typings",
1313
"lint:tests": "npx prettier --check ./test",
14-
"test": "poku -d test/esm test/unit test/integration",
15-
"test:bun": "poku -d --bun test/esm test/unit test/integration",
16-
"test:deno": "deno run --allow-read --allow-env --allow-run npm:poku -d --deno --denoAllow=\"read,env,net,sys\" test/esm test/unit test/integration",
14+
"test": "poku -d --sequential test/esm test/unit test/integration",
15+
"test:bun": "bun poku -d --sequential test/esm test/unit test/integration",
16+
"test:deno": "deno run --allow-read --allow-env --allow-run npm:poku -d --sequential --denoAllow=\"read,env,net,sys\" test/esm test/unit test/integration",
1717
"test:tsc-build": "cd \"test/tsc-build\" && npx tsc -p \"tsconfig.json\"",
1818
"coverage-test": "c8 npm run test",
1919
"benchmark": "node ./benchmarks/benchmark.js",
@@ -82,7 +82,7 @@
8282
"eslint-plugin-async-await": "0.0.0",
8383
"eslint-plugin-markdown": "^5.0.0",
8484
"lint-staged": "^15.0.1",
85-
"poku": "^2.0.0",
85+
"poku": "^3.0.0",
8686
"portfinder": "^1.0.28",
8787
"prettier": "^3.0.0",
8888
"progress": "^2.0.3",

0 commit comments

Comments
 (0)