From b528f96ae35209b799d277eff098f407a7d48f8d Mon Sep 17 00:00:00 2001 From: GreatBearShark Date: Tue, 18 Aug 2020 11:48:15 -0500 Subject: [PATCH] Fix dependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0ebecca9..80dd7ce3 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,6 @@ "emoji-short-name": "^1.0.0", "husky": "^4.2.5", "i18next": "^19.6.3", - "jest": "^26.4.0", "js-cookie": "^2.2.1", "jwt-decode": "^2.2.0", "lodash.isequal": "^4.5.0", @@ -56,7 +55,6 @@ "psl": "^1.8.0", "qs": "^6.9.4", "react": "^16.13.1", - "react-app-polyfill": "^1.0.6", "react-dom": "^16.13.1", "react-i18next": "^11.7.0", "react-router-dom": "^5.2.0", @@ -89,10 +87,12 @@ "eslint": "^7.6.0", "eslint-plugin-inferno": "^7.20.1", "eslint-plugin-jane": "^8.0.5", + "jest": "^26.4.0", "jest-environment-jsdom-fourteen": "^1.0.1", "jest-watch-typeahead": "^0.6.0", "lint-staged": "^10.2.11", "node-fetch": "^2.6.0", + "react-app-polyfill": "^1.0.6", "react-docgen-typescript-loader": "^3.7.2", "sortpack": "^2.1.6", "source-map-loader": "^1.0.1",