From 50fa69934ddc43ddc2b176dc79443f6c8cfcf2b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Kostrzewski?= Date: Wed, 9 Oct 2019 22:39:46 +0200 Subject: [PATCH] fix: move @types/react-wait to dependencies, closes #661 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef1fa6aad0..3049f9854e 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,7 @@ }, "homepage": "https://github.com/streamich/react-use#readme", "dependencies": { + "@types/react-wait": "^0.3.0", "copy-to-clipboard": "^3.1.0", "nano-css": "^5.1.0", "react-fast-compare": "^2.0.4", @@ -76,7 +77,6 @@ "@testing-library/react-hooks": "2.0.3", "@types/jest": "24.0.18", "@types/react": "16.9.2", - "@types/react-wait": "0.3.0", "babel-core": "6.26.3", "babel-loader": "8.0.6", "babel-plugin-dynamic-import-node": "2.3.0",