From 34099ad82952398a54e654ffa72adc9d1d44fdbe Mon Sep 17 00:00:00 2001 From: Joel Chen Date: Thu, 22 Aug 2019 12:25:53 -0700 Subject: [PATCH] dep: @types/mocha (#1334) --- packages/electrode-archetype-opt-mocha/package.json | 1 + samples/universal-react-node/package.json | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/electrode-archetype-opt-mocha/package.json b/packages/electrode-archetype-opt-mocha/package.json index 3a2414835..249e1b721 100644 --- a/packages/electrode-archetype-opt-mocha/package.json +++ b/packages/electrode-archetype-opt-mocha/package.json @@ -20,6 +20,7 @@ "prepare": "cp node_modules/opt-archetype-check/optional-check.js ." }, "dependencies": { + "@types/mocha": "5.2.7", "mocha": "^4.0.0" }, "devDependencies": { diff --git a/samples/universal-react-node/package.json b/samples/universal-react-node/package.json index 6b1962100..b8ed926df 100644 --- a/samples/universal-react-node/package.json +++ b/samples/universal-react-node/package.json @@ -31,8 +31,6 @@ "flow-typed-install": "clap flow-typed-install" }, "dependencies": { - "@types/jest": "^23.3.10", - "@types/mocha": "^5.2.5", "above-the-fold-only-server-render": "^1.1.0", "bluebird": "^3.4.6", "electrode-archetype-react-app": "^5.4.23",