From a27303136cab7301a0c9567ed5fa2b5c3b90f05e Mon Sep 17 00:00:00 2001 From: Tommy Jackson Date: Thu, 12 Mar 2020 13:08:55 +0000 Subject: [PATCH] reverted changed to types and babel dependencies in Package JSON --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index fcd4e334487ab3..5109e4f9859cba 100644 --- a/package.json +++ b/package.json @@ -56,20 +56,20 @@ "@testing-library/dom": "^6.8.1", "@testing-library/react": "^9.3.2", "@testing-library/react-hooks": "3.2.1", - "@types/chai": "^4.2.10", + "@types/chai": "^4.2.3", "@types/chai-dom": "^0.0.8", - "@types/enzyme": "^3.10.5", - "@types/fs-extra": "^8.1.0", + "@types/enzyme": "^3.10.3", + "@types/fs-extra": "^8.0.0", "@types/glob": "^7.1.1", "@types/jsdom": "^16.1.0", "@types/lodash": "^4.14.138", - "@types/mocha": "^7.0.2", + "@types/mocha": "^7.0.1", "@types/prettier": "^1.18.0", - "@types/react": "^16.9.23", - "@types/sinon": "^7.5.2", + "@types/react": "^16.9.3", + "@types/sinon": "^7.0.13", "argos-cli": "^0.1.2", "babel-core": "^7.0.0-bridge.0", - "babel-eslint": "^10.1.0", + "babel-eslint": "^10.0.3", "babel-loader": "^8.0.0", "babel-plugin-istanbul": "^6.0.0", "babel-plugin-module-resolver": "^4.0.0",