From b857ea8f75fc718a389ad816eb084978a905c2f6 Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Thu, 6 Sep 2018 01:29:10 +0200 Subject: [PATCH] Update dev dependencies --- package.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5dc81ad..5c07a8f 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,8 @@ "test": "standard && tap test.js", "benchmark": "node benchmark.js", "compare": "node compare.js", - "coverage": "nyc --reporter=html --reporter=text npm test" + "coverage": "nyc --reporter=html --reporter=text npm test", + "lint": "standard . --fix" }, "author": "Ruben Bridgewater", "license": "MIT", @@ -29,17 +30,17 @@ "devDependencies": { "@types/json-stable-stringify": "^1.0.32", "benchmark": "^2.1.4", - "clone": "^2.1.0", + "clone": "^2.1.2", "fast-json-stable-stringify": "^2.0.0", - "fast-safe-stringify": "^2.0.2", + "fast-safe-stringify": "^2.0.6", "fast-stable-stringify": "^1.0.0", "faster-stable-stringify": "^1.0.0", "json-stable-stringify": "^1.0.1", "json-stringify-deterministic": "^1.0.1", "json-stringify-safe": "^5.0.1", "nyc": "^13.0.1", - "standard": "^11.0.0-beta.0", - "tap": "^11.0.0" + "standard": "^12.0.1", + "tap": "^12.0.1" }, "repository": { "type": "git",