diff --git a/e2e/animation-examples/package.json b/e2e/animation-examples/package.json index 66fcbe3d6..1cece5d65 100644 --- a/e2e/animation-examples/package.json +++ b/e2e/animation-examples/package.json @@ -37,6 +37,7 @@ "babel-traverse": "6.25.0", "babel-types": "6.25.0", "babylon": "6.17.4", + "chai": "^4.2.0", "lazy": "1.0.11", "mocha": "~5.2.0", "mochawesome": "~3.1.2", diff --git a/e2e/modal-navigation-ng/package.json b/e2e/modal-navigation-ng/package.json index 21a2a6c7a..2454a4121 100644 --- a/e2e/modal-navigation-ng/package.json +++ b/e2e/modal-navigation-ng/package.json @@ -37,6 +37,7 @@ "babel-traverse": "6.26.0", "babel-types": "6.26.0", "babylon": "6.18.0", + "chai": "^4.2.0", "lazy": "1.0.11", "mocha": "~5.2.0", "mochawesome": "~3.1.2", diff --git a/e2e/nested-router-tab-view/package.json b/e2e/nested-router-tab-view/package.json index d0771bc08..caef1096f 100644 --- a/e2e/nested-router-tab-view/package.json +++ b/e2e/nested-router-tab-view/package.json @@ -31,6 +31,7 @@ "babel-traverse": "6.26.0", "babel-types": "6.26.0", "babylon": "6.18.0", + "chai": "^4.2.0", "lazy": "1.0.11", "mocha": "~5.2.0", "mochawesome": "~3.1.2", diff --git a/e2e/routable-animations/package.json b/e2e/routable-animations/package.json index 8024d5cec..98cd54e14 100644 --- a/e2e/routable-animations/package.json +++ b/e2e/routable-animations/package.json @@ -31,6 +31,7 @@ "babel-traverse": "6.25.0", "babel-types": "6.25.0", "babylon": "6.17.4", + "chai": "^4.2.0", "colors": "^1.1.2", "lazy": "1.0.11", "mocha": "~5.2.0",