We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b66bb7 commit a804e13Copy full SHA for a804e13
benchmark/package.json
@@ -2,10 +2,13 @@
2
"name": "@msgpack/msgpack-benchmark",
3
"private": true,
4
"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
+ },
8
"dependencies": {
- "benchmark": "^2.1.4",
- "msgpack-lite": "^0.1.26",
- "msgpackr": "^1.2.10",
9
- "notepack.io": "^2.2.0"
+ "benchmark": "latest",
10
+ "msgpack-lite": "latest",
11
+ "msgpackr": "latest",
12
+ "notepack.io": "latest"
13
}
14
0 commit comments