es-toolkit/benchmarks/package.json
Wojciech Maj 1bda274c7a
chore(deps): bump vitest from 1.5.2/2.0.5 to 2.1.1, fix unit test failing in Vitest 2 (#608)
* chore(deps): bump vitest from 1.5.2/2.0.5 to 2.1.1

* chore: fix unit test failing in Vitest 2

* Add timeout

---------

Co-authored-by: Sojin Park <raon0211@gmail.com>
2024-10-01 22:31:26 +09:00

19 lines
354 B
JSON

{
"name": "benchmarks",
"private": true,
"scripts": {
"check-bundle-size": "vitest --update"
},
"dependencies": {
"es-toolkit": "workspace:^",
"esbuild": "0.23.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"vitest": "^2.1.1"
},
"devDependencies": {
"@types/lodash": "^4",
"@types/lodash-es": "^4"
}
}