From 1cf86e24adb8613b9ed0b4a68b880095287bf302 Mon Sep 17 00:00:00 2001 From: Marshall Polaris Date: Sun, 10 Jul 2022 20:18:57 -0700 Subject: [PATCH] Move concurrently dep upwards --- package.json | 1 + web/package.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e4aee3fd..314b69be 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "5.25.0", "@typescript-eslint/parser": "5.25.0", + "concurrently": "6.5.1", "eslint": "8.15.0", "eslint-plugin-lodash": "^7.4.0", "prettier": "2.5.0", diff --git a/web/package.json b/web/package.json index 9f27643e..eca9d565 100644 --- a/web/package.json +++ b/web/package.json @@ -62,7 +62,6 @@ "@types/react": "17.0.43", "@types/string-similarity": "^4.0.0", "autoprefixer": "10.2.6", - "concurrently": "6.5.1", "critters": "0.0.16", "cross-env": "^7.0.3", "eslint-config-next": "12.1.6",