From 56f66428188bf33fc97ac8a1190aa1200e71e8d2 Mon Sep 17 00:00:00 2001 From: Carl-Erik Kopseng Date: Tue, 11 May 2021 17:18:30 +0200 Subject: [PATCH] Update eslint and prettier related --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a2620b491..c46470442 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "devDependencies": { "@babel/core": "^7.8.3", "@sinonjs/eslint-config": "^4.0.2", - "@sinonjs/eslint-plugin-no-prototype-methods": "^0.1.0", + "@sinonjs/eslint-plugin-no-prototype-methods": "^0.1.1", "@sinonjs/referee": "^6.1.0", "babel-plugin-istanbul": "^6.0.0", "babelify": "^10.0.0", @@ -94,7 +94,7 @@ "mocha": "^6.2.3", "mochify": "^6.6.0", "nyc": "^15.0.0", - "prettier": "^2.2.1", + "prettier": "^2.3.0", "proxyquire": "^2.1.3", "proxyquire-universal": "^2.1.0", "proxyquireify": "^3.2.1",