Skip to content

Commit b857ea8

Browse files
committed
Update dev dependencies
1 parent 917b612 commit b857ea8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,26 @@
2121
"test": "standard && tap test.js",
2222
"benchmark": "node benchmark.js",
2323
"compare": "node compare.js",
24-
"coverage": "nyc --reporter=html --reporter=text npm test"
24+
"coverage": "nyc --reporter=html --reporter=text npm test",
25+
"lint": "standard . --fix"
2526
},
2627
"author": "Ruben Bridgewater",
2728
"license": "MIT",
2829
"typings": "index",
2930
"devDependencies": {
3031
"@types/json-stable-stringify": "^1.0.32",
3132
"benchmark": "^2.1.4",
32-
"clone": "^2.1.0",
33+
"clone": "^2.1.2",
3334
"fast-json-stable-stringify": "^2.0.0",
34-
"fast-safe-stringify": "^2.0.2",
35+
"fast-safe-stringify": "^2.0.6",
3536
"fast-stable-stringify": "^1.0.0",
3637
"faster-stable-stringify": "^1.0.0",
3738
"json-stable-stringify": "^1.0.1",
3839
"json-stringify-deterministic": "^1.0.1",
3940
"json-stringify-safe": "^5.0.1",
4041
"nyc": "^13.0.1",
41-
"standard": "^11.0.0-beta.0",
42-
"tap": "^11.0.0"
42+
"standard": "^12.0.1",
43+
"tap": "^12.0.1"
4344
},
4445
"repository": {
4546
"type": "git",

0 commit comments

Comments
 (0)