From c17969e15af52f4392bed4dc29ccd76b3cdc1f19 Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 13 Oct 2021 20:25:10 +0100 Subject: [PATCH] updated versions --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 31c8f9f4b..5e9852d3b 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "deploy:live": "npm run build && firebase deploy -P live --only hosting" }, "engines": { - "node": "14.17.3", - "npm": "7.19.1" + "node": "14.18.1", + "npm": "6.14.15" }, "devDependencies": { "@babel/core": "^7.12.3", @@ -27,7 +27,7 @@ "eslint-config-standard": "^16.0.3", "eslint-formatter-github": "^1.0.11", "eslint-plugin-import": "^2.23.4", - "eslint-plugin-json": "^3.1.0", + "eslint-plugin-json": "^2.1.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.0", "gulp": "^4.0.2",