From d5046bc96b752522459a3aaac2efa42f42908bcf Mon Sep 17 00:00:00 2001 From: Anshuman Verma Date: Fri, 22 May 2020 11:15:53 +0530 Subject: [PATCH] tests: add tests to ensure no additional properties in mode --- test/mode/mode-with-config/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mode/mode-with-config/package.json b/test/mode/mode-with-config/package.json index e0f712a0ac4..22ba3e0ed63 100644 --- a/test/mode/mode-with-config/package.json +++ b/test/mode/mode-with-config/package.json @@ -1,6 +1,6 @@ { "dependencies": { "terser-webpack-plugin": "^3.0.1", - "react": "^16.13.1" + "react": "^16.13.0" } }