Skip to content

Commit 1c46fe9

Browse files
committed
Add benchmarking for pass through reqeusts flag
1 parent 2469dd6 commit 1c46fe9

3 files changed

Lines changed: 395 additions & 6 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
"@typescript-eslint/parser": "^7.5.0",
6767
"babel-jest": "^29.7.0",
6868
"babel-plugin-dev-expression": "^0.2.3",
69-
"picocolors": "^1.1.1",
7069
"dox": "^1.0.0",
7170
"eslint": "^8.57.0",
7271
"eslint-config-react-app": "^7.0.1",
@@ -81,6 +80,7 @@
8180
"isbot": "^5.1.11",
8281
"jest": "^29.6.4",
8382
"jsonfile": "^6.1.0",
83+
"picocolors": "^1.1.1",
8484
"prettier": "^3.6.2",
8585
"prompts": "^2.4.2",
8686
"remark-gfm": "^3.0.1",
@@ -91,7 +91,8 @@
9191
"typescript": "catalog:",
9292
"unified": "^10.1.2",
9393
"unist-util-remove": "^3.1.0",
94-
"vite": "^6.3.0"
94+
"vite": "^6.3.0",
95+
"vitest": "^4.1.0"
9596
},
9697
"engines": {
9798
"node": ">=20.0.0"

0 commit comments

Comments
 (0)