Skip to content

Commit a804e13

Browse files
committed
tweaks
1 parent 2b66bb7 commit a804e13

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

benchmark/package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
"name": "@msgpack/msgpack-benchmark",
33
"private": true,
44
"version": "0.0.0",
5+
"scripts": {
6+
"update-dependencies": "npx rimraf node_modules/ package-lock.json ; npm install ; npm audit fix --force ; git restore package.json ; npm install"
7+
},
58
"dependencies": {
6-
"benchmark": "^2.1.4",
7-
"msgpack-lite": "^0.1.26",
8-
"msgpackr": "^1.2.10",
9-
"notepack.io": "^2.2.0"
9+
"benchmark": "latest",
10+
"msgpack-lite": "latest",
11+
"msgpackr": "latest",
12+
"notepack.io": "latest"
1013
}
1114
}

0 commit comments

Comments
 (0)