mirror of
https://github.com/danbulant/oxc
synced 2026-05-22 05:38:54 +00:00
Update pnpm dependencies for benchmarks. Alter usage of `tar` package for changes to exports in v7. Fixes https://github.com/oxc-project/oxc/pull/3056#issuecomment-2068362398.
10 lines
183 B
JSON
10 lines
183 B
JSON
{
|
|
"name": "oxc_benchmark",
|
|
"version": "0.0.0",
|
|
"devDependencies": {
|
|
"axios": "^1.6.8",
|
|
"express": "^4.19.2",
|
|
"tar": "^7.0.1"
|
|
},
|
|
"packageManager": "pnpm@9.0.5"
|
|
}
|